2024-09-11T07:54:45.481 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T07:54:45.503 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:54:45.610 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256 branch: wip-guits-quincy-2024-09-10-2008-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: '7901256' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-quincy-2024-09-10-2008-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: d0e6828a2016d48cf25ad84064e50742bb1c39b9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 workunit: branch: wip-guits-quincy-2024-09-10-2008-quincy sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 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: 2282 sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-quincy-2024-09-10-2008-quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 targets: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwSzzX+ZaWdI13seRoku8eFCaCVDqEupeLJ2AGJT9HY8kO+aqQwGJSlSgZ9SA9Zir9fkpAotJCfG9BmwGSOL/I= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNWaIhcbICbiujj8lHBoBGDRjij8S9n2K8poMtyYdNZiXW5wJs9D0Vr3/pUBPnPQ0CUBS3kHEUXoaLlO5QyqhHo= 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-11_06:53:43 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T07:54:45.610 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa; will attempt to use it 2024-09-11T07:54:45.611 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa/tasks 2024-09-11T07:54:45.611 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T07:54:45.612 INFO:teuthology.task.internal:Checking packages... 2024-09-11T07:54:45.634 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd0e6828a2016d48cf25ad84064e50742bb1c39b9' 2024-09-11T07:54:45.634 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T07:54:45.635 INFO:teuthology.packaging:ref: None 2024-09-11T07:54:45.635 INFO:teuthology.packaging:tag: None 2024-09-11T07:54:45.635 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T07:54:45.635 INFO:teuthology.packaging:sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:54:45.635 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-10-2008-quincy 2024-09-11T07:54:45.782 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1623.gd0e6828a 2024-09-11T07:54:45.784 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T07:54:45.791 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T07:54:45.791 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T07:54:45.801 INFO:teuthology.task.internal:Saving configuration 2024-09-11T07:54:45.818 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T07:54:45.825 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T07:54:45.853 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256', '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-11 07:49:26.559350', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwSzzX+ZaWdI13seRoku8eFCaCVDqEupeLJ2AGJT9HY8kO+aqQwGJSlSgZ9SA9Zir9fkpAotJCfG9BmwGSOL/I='} 2024-09-11T07:54:45.877 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256', '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-11 07:49:26.557923', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNWaIhcbICbiujj8lHBoBGDRjij8S9n2K8poMtyYdNZiXW5wJs9D0Vr3/pUBPnPQ0CUBS3kHEUXoaLlO5QyqhHo='} 2024-09-11T07:54:45.877 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T07:54:45.883 INFO:teuthology.task.internal:roles: ubuntu@smithi007.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-11T07:54:45.883 INFO:teuthology.task.internal:roles: ubuntu@smithi155.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-11T07:54:45.883 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T07:54:45.948 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f26141ffac0>, signals=[15]) 2024-09-11T07:54:45.948 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T07:54:45.954 INFO:teuthology.task.internal:Opening connections... 2024-09-11T07:54:45.954 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2024-09-11T07:54:45.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:54:46.040 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-09-11T07:54:46.041 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:54:46.117 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T07:54:46.123 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2024-09-11T07:54:46.141 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2024-09-11T07:54:46.142 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2024-09-11T07:54:46.199 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="CentOS Stream" 2024-09-11T07:54:46.199 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="9" 2024-09-11T07:54:46.199 INFO:teuthology.orchestra.run.smithi007.stdout:ID="centos" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="9" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:54:46.200 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:54:46.201 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2024-09-11T07:54:46.224 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-09-11T07:54:46.243 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-09-11T07:54:46.243 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-09-11T07:54:46.301 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:54:46.302 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:54:46.303 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-09-11T07:54:46.324 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T07:54:46.332 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T07:54:46.346 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T07:54:46.347 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:54:46.350 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:54:46.367 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T07:54:46.373 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T07:54:46.373 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:54:46.408 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:54:46.497 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T07:54:46.555 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T07:54:46.570 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T07:54:46.570 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T07:54:46.571 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:54:46.571 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:54:46.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:54:46.588 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-09-11T07:54:46.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:54:46.589 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-11T07:54:46.645 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:54:46.645 INFO:teuthology.task.kernel:Running kernel on smithi007: 5.14.0-503.el9.x86_64 2024-09-11T07:54:46.646 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2024-09-11T07:54:46.648 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:54:46.648 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-503.el9.x86_64 2024-09-11T07:54:46.648 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-09-11T07:54:49.089 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.2 MB 00:00 2024-09-11T07:54:50.344 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.2 MB 00:01 2024-09-11T07:54:50.923 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-11T07:54:52.078 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 33 MB/s | 20 MB 00:00 2024-09-11T07:54:56.499 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-09-11T07:54:57.812 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.5 MB 00:01 2024-09-11T07:54:58.224 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 19 kB 00:00 2024-09-11T07:54:59.003 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 35 MB/s | 23 MB 00:00 2024-09-11T07:54:59.529 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 19 kB 00:00 2024-09-11T07:55:00.725 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-11T07:55:04.676 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-09-11T07:55:06.147 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-11T07:55:06.716 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:55:06.716 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:55:06.805 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-09-11T07:55:06.811 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-09-11T07:55:06.811 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2024-09-11T07:55:06.811 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-09-11T07:55:06.811 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout:Install 4 Packages 2024-09-11T07:55:06.812 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T07:55:06.813 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 79 M 2024-09-11T07:55:06.813 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 126 M 2024-09-11T07:55:06.813 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-09-11T07:55:07.202 INFO:teuthology.orchestra.run.smithi007.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 84 kB/s | 23 kB 00:00 2024-09-11T07:55:08.162 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:55:08.162 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:55:08.245 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-09-11T07:55:08.253 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-11T07:55:08.253 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-09-11T07:55:08.253 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-11T07:55:08.253 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-09-11T07:55:08.253 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:55:08.253 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-09-11T07:55:08.253 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:55:08.254 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:55:08.254 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:55:08.254 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T07:55:08.254 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-09-11T07:55:08.254 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-11T07:55:08.254 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-09-11T07:55:08.254 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T07:55:08.255 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 79 M 2024-09-11T07:55:08.255 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 126 M 2024-09-11T07:55:08.255 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-09-11T07:55:08.388 INFO:teuthology.orchestra.run.smithi007.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-11T07:55:08.824 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 42 kB/s | 23 kB 00:00 2024-09-11T07:55:09.421 INFO:teuthology.orchestra.run.smithi007.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 13 MB/s | 29 MB 00:02 2024-09-11T07:55:09.674 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-11T07:55:10.424 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 16 MB/s | 35 MB 00:02 2024-09-11T07:55:10.480 INFO:teuthology.orchestra.run.smithi007.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 9.7 MB/s | 35 MB 00:03 2024-09-11T07:55:10.480 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:55:10.480 INFO:teuthology.orchestra.run.smithi007.stdout:Total 21 MB/s | 79 MB 00:03 2024-09-11T07:55:11.185 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-09-11T07:55:11.341 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 11 MB/s | 29 MB 00:02 2024-09-11T07:55:11.341 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:55:11.345 INFO:teuthology.orchestra.run.smithi155.stdout:Total 26 MB/s | 79 MB 00:03 2024-09-11T07:55:11.574 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-09-11T07:55:11.574 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-09-11T07:55:12.020 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-09-11T07:55:12.403 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-09-11T07:55:12.404 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-09-11T07:55:12.569 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-09-11T07:55:12.569 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-09-11T07:55:13.365 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-09-11T07:55:13.366 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-09-11T07:55:15.201 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-09-11T07:55:15.837 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-09-11T07:55:15.881 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:55:15.963 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:55:16.582 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:55:16.665 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:55:18.768 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:55:18.906 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:55:19.485 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:55:19.618 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:55:24.031 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:55:24.073 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:55:24.451 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:55:24.493 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:55:29.227 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:55:29.340 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:07.805 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:07.845 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:08.113 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:08.113 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:56:08.113 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:56:08.113 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:56:08.170 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:08.211 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:08.599 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:08.600 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:56:08.600 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:56:08.600 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:56:08.936 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:08.936 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T07:56:08.936 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-09-11T07:56:08.936 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:56:08.936 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:56:08.936 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:56:08.936 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:56:08.936 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T07:56:08.937 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-09-11T07:56:09.290 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:56:09.373 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:56:09.373 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:56:09.373 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-11T07:56:09.373 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:56:09.373 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:56:09.373 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-11T07:56:09.374 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:56:09.374 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:56:09.416 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:56:09.416 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T07:56:09.417 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-09-11T07:56:09.417 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:56:09.417 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:56:09.417 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:56:09.417 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:56:09.417 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T07:56:09.417 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-09-11T07:56:09.432 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:56:09.433 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:56:09.433 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.06 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 82.el9 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Group : Unspecified 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 8274670 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:56:09.468 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : builder@centos.org 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T07:56:09.469 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:56:09.470 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:56:09.471 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:56:09.471 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:56:09.777 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:56:09.909 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:56:09.909 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:56:09.910 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-11T07:56:09.910 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:56:09.910 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:56:09.910 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-11T07:56:09.910 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi007.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:56:09.910 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:56:09.969 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:56:09.969 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:56:09.969 DEBUG:teuthology.orchestra.run.smithi007:> sudo rpm -qi grub2-tools 2024-09-11T07:56:10.005 INFO:teuthology.orchestra.run.smithi007.stdout:Name : grub2-tools 2024-09-11T07:56:10.005 INFO:teuthology.orchestra.run.smithi007.stdout:Epoch : 1 2024-09-11T07:56:10.005 INFO:teuthology.orchestra.run.smithi007.stdout:Version : 2.06 2024-09-11T07:56:10.005 INFO:teuthology.orchestra.run.smithi007.stdout:Release : 82.el9 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: x86_64 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Group : Unspecified 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Size : 8274670 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:License : GPLv3+ 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Packager : builder@centos.org 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Vendor : CentOS 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Summary : Support tools for GRUB. 2024-09-11T07:56:10.006 INFO:teuthology.orchestra.run.smithi007.stdout:Description : 2024-09-11T07:56:10.007 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T07:56:10.007 INFO:teuthology.orchestra.run.smithi007.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:56:10.007 INFO:teuthology.orchestra.run.smithi007.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:56:10.007 INFO:teuthology.orchestra.run.smithi007.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:56:10.007 INFO:teuthology.orchestra.run.smithi007.stdout:hardware devices. 2024-09-11T07:56:10.007 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T07:56:10.007 INFO:teuthology.orchestra.run.smithi007.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:56:10.008 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:56:10.008 INFO:teuthology.task.kernel:Updating grub on smithi007 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:56:10.008 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:56:10.098 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-09-11T07:56:10.635 INFO:teuthology.orchestra.run.smithi007.stderr:Generating grub configuration file ... 2024-09-11T07:56:11.441 INFO:teuthology.orchestra.run.smithi155.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:56:11.471 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-09-11T07:56:11.473 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-09-11T07:56:11.488 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.m7QikbqAKq 2024-09-11T07:56:11.489 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.m7QikbqAKq 2024-09-11T07:56:11.555 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.m7QikbqAKq 2024-09-11T07:56:11.691 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.m7QikbqAKq is 6KB 2024-09-11T07:56:11.740 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.m7QikbqAKq 2024-09-11T07:56:11.755 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:56:11.817 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:56:11.817 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:56:11.817 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:56:11.818 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:56:11.819 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:56:11.921 INFO:teuthology.orchestra.run.smithi007.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:56:11.938 INFO:teuthology.orchestra.run.smithi007.stderr:done 2024-09-11T07:56:11.940 DEBUG:teuthology.orchestra.run.smithi007:> mktemp 2024-09-11T07:56:11.955 INFO:teuthology.orchestra.run.smithi007.stdout:/tmp/tmp.1YgGZ8Sgox 2024-09-11T07:56:11.955 DEBUG:teuthology.orchestra.run.smithi007:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.1YgGZ8Sgox 2024-09-11T07:56:11.975 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-09-11T07:56:12.021 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0666 /tmp/tmp.1YgGZ8Sgox 2024-09-11T07:56:12.151 DEBUG:teuthology.orchestra.remote:smithi007:/tmp/tmp.1YgGZ8Sgox is 6KB 2024-09-11T07:56:12.200 DEBUG:teuthology.orchestra.run.smithi007:> rm -fr /tmp/tmp.1YgGZ8Sgox 2024-09-11T07:56:12.215 DEBUG:teuthology.orchestra.run.smithi007:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:56:12.277 INFO:teuthology.orchestra.run.smithi007.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:56:12.277 INFO:teuthology.orchestra.run.smithi007.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:56:12.277 INFO:teuthology.orchestra.run.smithi007.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:56:12.277 INFO:teuthology.orchestra.run.smithi007.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:56:12.279 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:56:12.438 DEBUG:teuthology.orchestra.run.smithi007:> sudo shutdown -r now 2024-09-11T07:56:42.005 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-11T07:56:42.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T07:56:42.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:56:42.442 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-11T07:56:42.442 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-11T07:56:42.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:57:42.052 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:57:42.445 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:57:51.061 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T07:57:51.062 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:57:51.447 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-11T07:57:51.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:57:52.183 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-09-11T07:57:52.530 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-11T07:57:52.530 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:57:52.531 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-09-11T07:57:52.546 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:57:52.546 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-11T07:57:52.546 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:57:52.546 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:57:53.548 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-11T07:57:53.548 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:57:53.622 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2024-09-11T07:57:53.644 DEBUG:teuthology.parallel:result is None 2024-09-11T07:58:07.108 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-11T07:58:07.454 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T07:58:07.454 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:58:07.454 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-11T07:58:07.469 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:58:07.469 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-11T07:58:07.469 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:58:07.469 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:58:08.470 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-11T07:58:08.470 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:58:08.537 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-09-11T07:58:08.568 DEBUG:teuthology.parallel:result is None 2024-09-11T07:58:08.568 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T07:58:08.578 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T07:58:08.578 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:58:08.581 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:58:08.599 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T07:58:08.605 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T07:58:08.613 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T07:58:08.613 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:58:08.641 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:58:08.697 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T07:58:08.703 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T07:58:08.703 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T07:58:08.706 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T07:58:08.739 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:58:08.742 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:58:08.751 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:58:08.753 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:58:08.755 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T07:58:08.761 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T07:58:08.762 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:58:08.795 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:58:08.822 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T07:58:08.831 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T07:58:08.831 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:58:08.864 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:58:08.880 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:58:08.964 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:58:09.011 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:58:09.097 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:58:09.137 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T07:58:09.137 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:58:09.204 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:58:09.249 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:58:09.308 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:58:09.390 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:58:09.435 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-11T07:58:09.436 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:58:09.503 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2024-09-11T07:58:09.505 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-09-11T07:58:09.547 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:58:09.589 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:58:10.103 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T07:58:10.109 INFO:teuthology.task.internal:Starting timer... 2024-09-11T07:58:10.110 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T07:58:10.118 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T07:58:10.126 DEBUG:teuthology.orchestra.run.smithi007:> sudo service auditd rotate 2024-09-11T07:58:10.194 INFO:teuthology.orchestra.run.smithi007.stdout:Rotating logs: 2024-09-11T07:58:10.195 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-09-11T07:58:10.235 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-09-11T07:58:10.237 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T07:58:10.237 DEBUG:teuthology.orchestra.run.smithi007:> /usr/sbin/getenforce 2024-09-11T07:58:10.261 INFO:teuthology.orchestra.run.smithi007.stdout:Permissive 2024-09-11T07:58:10.262 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-09-11T07:58:10.314 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-09-11T07:58:10.314 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi007.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2024-09-11T07:58:10.314 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T07:58:10.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:58:10.342 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T07:58:10.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:58:10.381 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T07:58:10.381 DEBUG:teuthology.orchestra.run.smithi007:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:58:10.417 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:58:10.452 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T07:58:10.461 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T07:58:10.472 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-11T07:58:10.473 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi007.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T08:01:56.253 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi007.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2024-09-11T08:01:56.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-11T08:01:56.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:01:56.333 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-09-11T08:01:56.410 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-11T08:01:56.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T08:01:56.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:01:56.488 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-11T08:01:56.568 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T08:01:56.568 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T08:01:56.578 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T08:01:56.578 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T08:01:56.579 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T08:01:56.581 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T08:01:56.581 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T08:01:56.609 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T08:01:56.625 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T08:01:56.638 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T08:01:56.650 INFO:teuthology.orchestra.run.smithi007.stderr:sudo: ntpd: command not found 2024-09-11T08:01:56.652 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T08:01:56.661 INFO:teuthology.orchestra.run.smithi007.stdout:506 Cannot talk to daemon 2024-09-11T08:01:56.676 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2024-09-11T08:01:56.677 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T08:01:56.687 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2024-09-11T08:01:56.691 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T08:01:56.701 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T08:01:56.715 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T08:01:56.754 INFO:teuthology.orchestra.run.smithi007.stderr:bash: line 1: ntpq: command not found 2024-09-11T08:01:56.757 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T08:01:56.757 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-09-11T08:01:56.757 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:01:56.758 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:01:56.758 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:01:56.758 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:01:56.770 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-09-11T08:01:56.773 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T08:01:56.773 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-09-11T08:01:56.773 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:01:56.773 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:01:56.773 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:01:56.773 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:01:56.774 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T08:01:56.861 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': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9'} 2024-09-11T08:01:56.861 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-09-11T08:01:56.862 INFO:tasks.cephadm:Cluster fsid is 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:01:56.862 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T08:01:56.862 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.7', 'mon.c': '[v2:172.21.15.7:3301,v1:172.21.15.7:6790]', 'mon.b': '172.21.15.155'} 2024-09-11T08:01:56.862 INFO:tasks.cephadm:First mon is mon.a on smithi007 2024-09-11T08:01:56.863 INFO:tasks.cephadm:First mgr is y 2024-09-11T08:01:56.863 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T08:01:56.863 DEBUG:teuthology.orchestra.run.smithi007:> sudo hostname $(hostname -s) 2024-09-11T08:01:56.890 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-09-11T08:01:56.916 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-09-11T08:01:56.916 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T08:01:57.176 INFO:teuthology.orchestra.run.smithi007.stdout:-rw-r--r--. 1 ubuntu ubuntu 151122 Sep 11 08:01 /home/ubuntu/cephtest/cephadm 2024-09-11T08:01:57.176 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T08:01:57.366 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-r--r--. 1 ubuntu ubuntu 151122 Sep 11 08:01 /home/ubuntu/cephtest/cephadm 2024-09-11T08:01:57.366 DEBUG:teuthology.orchestra.run.smithi007:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T08:01:57.383 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T08:01:57.409 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v15.2.0 on all hosts... 2024-09-11T08:01:57.409 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 pull 2024-09-11T08:01:57.426 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 pull 2024-09-11T08:01:57.532 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0... 2024-09-11T08:01:57.541 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0... 2024-09-11T08:02:15.025 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-11T08:02:15.026 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph_version": "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)", 2024-09-11T08:02:15.026 INFO:teuthology.orchestra.run.smithi155.stdout: "image_id": "204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1" 2024-09-11T08:02:15.026 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-11T08:02:15.677 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:02:15.677 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph_version": "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)", 2024-09-11T08:02:15.677 INFO:teuthology.orchestra.run.smithi007.stdout: "image_id": "204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1" 2024-09-11T08:02:15.677 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:02:15.691 DEBUG:teuthology.orchestra.run.smithi007:> sudo mkdir -p /etc/ceph 2024-09-11T08:02:15.746 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /etc/ceph 2024-09-11T08:02:15.780 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 777 /etc/ceph 2024-09-11T08:02:15.808 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 777 /etc/ceph 2024-09-11T08:02:15.849 INFO:tasks.cephadm:Writing seed config... 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T08:02:15.850 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T08:02:15.851 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:02:15.851 DEBUG:teuthology.orchestra.run.smithi007:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T08:02:15.868 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 = 1d8402f0-7014-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-11T08:02:15.868 DEBUG:teuthology.orchestra.run.smithi007:mon.a> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a.service 2024-09-11T08:02:15.911 DEBUG:teuthology.orchestra.run.smithi007:mgr.y> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y.service 2024-09-11T08:02:15.953 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T08:02:15.953 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 1d8402f0-7014-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.7 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:02:16.101 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-09-11T08:02:16.102 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-09-11T08:02:16.102 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-09-11T08:02:16.102 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-09-11T08:02:16.108 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T08:02:16.108 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-09-11T08:02:16.114 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:02:16.114 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-09-11T08:02:16.120 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-09-11T08:02:16.120 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-09-11T08:02:16.126 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout active 2024-09-11T08:02:16.126 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-09-11T08:02:16.126 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Repeating the final host check... 2024-09-11T08:02:16.126 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2024-09-11T08:02:16.126 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:systemctl is present 2024-09-11T08:02:16.127 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:lvcreate is present 2024-09-11T08:02:16.127 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-09-11T08:02:16.131 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T08:02:16.132 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-09-11T08:02:16.137 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:02:16.137 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-09-11T08:02:16.143 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-09-11T08:02:16.143 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-09-11T08:02:16.149 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout active 2024-09-11T08:02:16.149 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-09-11T08:02:16.149 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Host looks OK 2024-09-11T08:02:16.149 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:root:Cluster fsid: 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:16.149 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Acquiring lock 139868948638976 on /run/cephadm/1d8402f0-7014-11ef-bcea-c7b262605968.lock 2024-09-11T08:02:16.150 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Lock 139868948638976 acquired on /run/cephadm/1d8402f0-7014-11ef-bcea-c7b262605968.lock 2024-09-11T08:02:16.150 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Verifying IP 172.21.15.7 port 3300 ... 2024-09-11T08:02:16.150 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Verifying IP 172.21.15.7 port 6789 ... 2024-09-11T08:02:16.150 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.7, final addrv is [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-09-11T08:02:16.150 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2024-09-11T08:02:16.152 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.7 metric 100 2024-09-11T08:02:16.152 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.7 metric 100 2024-09-11T08:02:16.152 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Mon IP 172.21.15.7 is in CIDR network 172.21.0.0/20 2024-09-11T08:02:16.153 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-09-11T08:02:16.153 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2024-09-11T08:02:16.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2024-09-11T08:02:22.740 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2024-09-11T08:02:22.740 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2024-09-11T08:02:22.740 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2024-09-11T08:02:22.740 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-09-11T08:02:22.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2024-09-11T08:02:23.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-09-11T08:02:23.018 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-09-11T08:02:23.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-09-11T08:02:23.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-09-11T08:02:23.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-09-11T08:02:23.897 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Creating initial keys... 2024-09-11T08:02:23.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-11T08:02:23.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-11T08:02:24.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCQTuFm7kG4CxAA/B120zptEtCARyrR+IoR8w== 2024-09-11T08:02:27.630 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-11T08:02:27.630 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-11T08:02:31.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCWTuFmAgyXJhAAf/fRBNQWAIiJXA54Y3GiAA== 2024-09-11T08:02:34.609 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-11T08:02:34.609 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-11T08:02:34.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCaTuFmfvsiNhAAHSzYuNUD2AwMsKQhsCAC3w== 2024-09-11T08:02:35.650 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Creating initial monmap... 2024-09-11T08:02:35.650 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/tmp/ceph-tmp5qidjb0c:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '1d8402f0-7014-11ef-bcea-c7b262605968', '--addv', 'a', '[v2:172.21.15.7:3300,v1:172.21.15.7:6789]', '/tmp/monmap'] 2024-09-11T08:02:35.650 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /tmp/ceph-tmp5qidjb0c:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 --addv a [v2:172.21.15.7:3300,v1:172.21.15.7:6789] /tmp/monmap 2024-09-11T08:02:36.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T08:02:36.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:36.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T08:02:36.429 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Creating mon... 2024-09-11T08:02:36.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/var/lib/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmp9lq9runo:/tmp/keyring:z', '-v', '/tmp/ceph-tmp5qidjb0c:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '1d8402f0-7014-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-11T08:02:36.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp9lq9runo:/tmp/keyring:z -v /tmp/ceph-tmp5qidjb0c:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 1d8402f0-7014-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-11T08:02:36.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.803+0000 7f6c5a56b6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:02:36.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.803+0000 7f6c5a56b6c0 1 imported monmap: 2024-09-11T08:02:36.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-09-11T08:02:35.953531+0000 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-09-11T08:02:35.953531+0000 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.803+0000 7f6c5a56b6c0 0 /usr/bin/ceph-mon: set fsid to 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:02:36.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: DB SUMMARY 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.create_if_missing: 1 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:02:36.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.env: 0x55ce584801a0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.info_log: 0x55ce5a26faa0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:02:36.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.write_buffer_manager: 0x55ce5ae0e120 2024-09-11T08:02:36.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:02:36.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:02:36.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:02:36.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.804+0000 7f6c5a56b6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.805+0000 7f6c5a56b6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:02:36.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ce5a194118) 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x55ce5a1ce510 2024-09-11T08:02:36.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-09-11T08:02:36.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:02:36.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:02:36.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:02:36.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:02:36.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:02:36.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.806+0000 7f6c5a56b6c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.807+0000 7f6c5a56b6c0 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-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.807+0000 7f6c5a56b6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.808+0000 7f6c5a56b6c0 4 rocksdb: DB pointer 0x55ce5a26a400 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.808+0000 7f6c4372c700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.808+0000 7f6c4372c700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:36.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.898 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:02:36.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:02:36.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.810+0000 7f6c5a56b6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-09-11T08:02:36.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.810+0000 7f6c5a56b6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-09-11T08:02:36.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:02:36.810+0000 7f6c5a56b6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-11T08:02:37.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:37.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-09-11T08:02:37.644 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-09-11T08:02:37.651 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-11T08:02:37.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-09-11T08:02:37.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-1d8402f0-7014-11ef-bcea-c7b262605968.target 2024-09-11T08:02:37.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1d8402f0-7014-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-1d8402f0-7014-11ef-bcea-c7b262605968.target. 2024-09-11T08:02:37.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1d8402f0-7014-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-1d8402f0-7014-11ef-bcea-c7b262605968.target. 2024-09-11T08:02:37.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl start ceph-1d8402f0-7014-11ef-bcea-c7b262605968.target 2024-09-11T08:02:37.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-09-11T08:02:38.103 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:02:38.117 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:02:38.122 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-11T08:02:38.122 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:02:38.129 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-1d8402f0-7014-11ef-bcea-c7b262605968.target.wants/ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a.service → /etc/systemd/system/ceph-1d8402f0-7014-11ef-bcea-c7b262605968@.service. 2024-09-11T08:02:38.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl start ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:02:38.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-09-11T08:02:38.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-09-11T08:02:38.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-09-11T08:02:38.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:02:38.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-09-11T08:02:38.365 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Waiting for mon to start... 2024-09-11T08:02:38.365 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Waiting for mon... 2024-09-11T08:02:38.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/lib/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-09-11T08:02:38.470 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 systemd[1]: Started Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:02:38.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 podman[23093]: 2024-09-11 08:02:38.372944785 +0000 UTC m=+0.018374400 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:02:38.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 podman[23093]: 2024-09-11 08:02:38.470056631 +0000 UTC m=+0.115486226 container create 4ad0e207e45ff9d20b040b179750255d0efc90248a4b593848975c510a9e5e83 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , 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_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-11T08:02:39.101 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 podman[23093]: 2024-09-11 08:02:38.790511648 +0000 UTC m=+0.435941255 container init 4ad0e207e45ff9d20b040b179750255d0efc90248a4b593848975c510a9e5e83 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, 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, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, RELEASE=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2) 2024-09-11T08:02:39.101 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 podman[23093]: 2024-09-11 08:02:38.793981628 +0000 UTC m=+0.439411224 container start 4ad0e207e45ff9d20b040b179750255d0efc90248a4b593848975c510a9e5e83 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, 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.license=GPLv2) 2024-09-11T08:02:39.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: cluster 2024-09-11T08:02:38.828961+0000 mon.a (mon.0) 0 : [INF] mkfs 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:39.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: cluster 2024-09-11T08:02:38.825951+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:02:39.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 podman[23093]: 2024-09-11 08:02:38.874017369 +0000 UTC m=+0.519447064 container attach 4ad0e207e45ff9d20b040b179750255d0efc90248a4b593848975c510a9e5e83 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_CLEAN=True, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, RELEASE=HEAD, org.label-schema.vendor=CentOS) 2024-09-11T08:02:39.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 bash[23093]: cluster 2024-09-11T08:02:38.828961+0000 mon.a (mon.0) 0 : [INF] mkfs 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:39.102 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:38 smithi007 bash[23093]: cluster 2024-09-11T08:02:38.825951+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:02:39.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.446843s) 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-09-11T08:02:39.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-09-11T08:02:39.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: cluster 2024-09-11T08:02:38.828547+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:02:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: cluster 2024-09-11T08:02:38.828660+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} 2024-09-11T08:02:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: cluster 2024-09-11T08:02:38.829976+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:02:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: cluster 2024-09-11T08:02:38.831632+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T08:02:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: cluster 2024-09-11T08:02:38.831962+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T08:02:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: audit 2024-09-11T08:02:39.275355+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.7:0/1226013283' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:02:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 bash[23093]: cluster 2024-09-11T08:02:38.828547+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:02:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 bash[23093]: cluster 2024-09-11T08:02:38.828660+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} 2024-09-11T08:02:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 bash[23093]: cluster 2024-09-11T08:02:38.829976+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:02:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 bash[23093]: cluster 2024-09-11T08:02:38.831632+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T08:02:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 bash[23093]: cluster 2024-09-11T08:02:38.831962+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T08:02:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:39 smithi007 bash[23093]: audit 2024-09-11T08:02:39.275355+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.7:0/1226013283' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:02:41.302 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-09-11T08:02:41.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/1d8402f0-7014-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-11T08:02:41.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z -v /var/lib/ceph/1d8402f0-7014-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-11T08:02:41.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout log_to_journald = false 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 3 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:41.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-09-11T08:02:41.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/cephadm/use_agent = False 2024-09-11T08:02:41.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-09-11T08:02:41.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:41.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-09-11T08:02:41.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-09-11T08:02:41.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-11T08:02:41.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:41.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-09-11T08:02:41.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-09-11T08:02:41.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_mclock_profile = high_recovery_ops 2024-09-11T08:02:41.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-09-11T08:02:41.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-09-11T08:02:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: audit 2024-09-11T08:02:41.838844+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.7:0/2773593708' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T08:02:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: audit 2024-09-11T08:02:41.841544+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.7:0/2773593708' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T08:02:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:41 smithi007 bash[23093]: audit 2024-09-11T08:02:41.838844+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.7:0/2773593708' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T08:02:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:41 smithi007 bash[23093]: audit 2024-09-11T08:02:41.841544+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.7:0/2773593708' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T08:02:42.391 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-09-11T08:02:42.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/1d8402f0-7014-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-11T08:02:42.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z -v /var/lib/ceph/1d8402f0-7014-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-11T08:02:43.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: audit 2024-09-11T08:02:42.931022+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.7:0/2446095365' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:43.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:42 smithi007 bash[23093]: audit 2024-09-11T08:02:42.931022+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.7:0/2446095365' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:43.457 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Restarting the monitor... 2024-09-11T08:02:43.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:02:43.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:43 smithi007 systemd[1]: Stopping Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:02:43.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: debug 2024-09-11T08:02:43.572+0000 7fac35ed7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:02:43.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23121]: debug 2024-09-11T08:02:43.572+0000 7fac35ed7700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T08:02:43.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:43 smithi007 bash[23093]: debug 2024-09-11T08:02:43.572+0000 7fac35ed7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:02:43.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:43 smithi007 bash[23093]: debug 2024-09-11T08:02:43.572+0000 7fac35ed7700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T08:02:43.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:43 smithi007 podman[23093]: 2024-09-11 08:02:43.62764918 +0000 UTC m=+5.273078788 container died 4ad0e207e45ff9d20b040b179750255d0efc90248a4b593848975c510a9e5e83 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, ceph=True, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, 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, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS) 2024-09-11T08:02:44.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:43 smithi007 podman[23337]: 2024-09-11 08:02:43.948133284 +0000 UTC m=+0.463612041 container cleanup 4ad0e207e45ff9d20b040b179750255d0efc90248a4b593848975c510a9e5e83 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, ceph=True) 2024-09-11T08:02:44.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:43 smithi007 podman[23337]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a 2024-09-11T08:02:44.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 podman[23349]: 2024-09-11 08:02:44.132402983 +0000 UTC m=+0.494188853 container remove 4ad0e207e45ff9d20b040b179750255d0efc90248a4b593848975c510a9e5e83 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, ceph=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, 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, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0) 2024-09-11T08:02:44.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-11T08:02:44.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 systemd[1]: Stopped Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:02:44.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 systemd[1]: Starting Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:02:44.186 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Setting mon public_network... 2024-09-11T08:02:44.186 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/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-11T08:02:44.186 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/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-11T08:02:44.407 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 podman[23364]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a" found: no such container 2024-09-11T08:02:44.408 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 systemd[1]: Started Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:02:44.408 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 podman[23378]: 2024-09-11 08:02:44.21395449 +0000 UTC m=+0.021120520 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:02:44.688 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 podman[23378]: 2024-09-11 08:02:44.502224991 +0000 UTC m=+0.309390826 container create a2fa6bf38ebf854f12c223fb8ad7bdf2bf4d3d16c8da4d6c9646d46031170e2b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, RELEASE=HEAD, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-11T08:02:44.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 podman[23378]: 2024-09-11 08:02:44.780277612 +0000 UTC m=+0.587443441 container init a2fa6bf38ebf854f12c223fb8ad7bdf2bf4d3d16c8da4d6c9646d46031170e2b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, 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, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True) 2024-09-11T08:02:44.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 podman[23378]: 2024-09-11 08:02:44.783905586 +0000 UTC m=+0.591071416 container start a2fa6bf38ebf854f12c223fb8ad7bdf2bf4d3d16c8da4d6c9646d46031170e2b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, 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.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image) 2024-09-11T08:02:44.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.802+0000 7f661f54e6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:02:44.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.802+0000 7f661f54e6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-11T08:02:44.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.802+0000 7f661f54e6c0 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:02:44.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 load: jerasure load: lrc load: isa 2024-09-11T08:02:44.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:02:44.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:02:44.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:02:44.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:02:44.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:02:44.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:02:44.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 1 rocksdb: do_open column families: [default] 2024-09-11T08:02:44.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:02:44.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: DB SUMMARY 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 68875 ; 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.env: 0x559aeea801a0 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.info_log: 0x559af11e09c0 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:02:44.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:02:44.960 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.write_buffer_manager: 0x559af1d78ae0 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:02:44.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:02:44.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:02:44.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:02:44.964 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:02:44.964 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:02:44.964 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:02:44.964 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:02:44.964 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:02:44.964 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559af10fc130) 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cache_index_and_filter_blocks: 1 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: pin_top_level_index_and_filter: 1 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: index_type: 0 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: data_block_index_type: 0 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: hash_index_allow_collision: 1 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: checksum: 1 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: no_block_cache: 0 2024-09-11T08:02:44.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: block_cache: 0x559af1136610 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: block_cache_name: BinnedLRUCache 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: block_cache_options: 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: capacity : 536870912 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: num_shard_bits : 4 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: strict_capacity_limit : 0 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: high_pri_pool_ratio: 0.000 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: block_cache_compressed: (nil) 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: persistent_cache: (nil) 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: block_size: 4096 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: block_size_deviation: 10 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: block_restart_interval: 16 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: index_block_restart_interval: 1 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: metadata_block_size: 4096 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: partition_filters: 0 2024-09-11T08:02:44.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: use_delta_encoding: 1 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: whole_key_filtering: 1 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: verify_compression: 0 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: read_amp_bytes_per_bit: 0 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: format_version: 2 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: enable_index_compression: 1 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: block_align: 0 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:02:44.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:02:44.970 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:02:44.971 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:02:44.972 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:02:44.973 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 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-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041764809550, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041764810428, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 65980, "table_properties": {"data_size": 64275, "index_size": 310, "filter_size": 581, "raw_key_size": 8630, "raw_average_key_size": 46, "raw_value_size": 59291, "raw_average_value_size": 320, "num_data_blocks": 10, "num_entries": 185, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.809+0000 7f661f54e6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.809+0000 7f661f54e6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041764810793, "job": 1, "event": "recovery_finished"} 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.810+0000 7f661f54e6c0 4 rocksdb: DB pointer 0x559af11d1200 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.810+0000 7f660669b700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.810+0000 7f660669b700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ** DB Stats ** 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ** Compaction Stats [default] ** 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: L0 2/0 66.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Sum 2/0 66.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ** Compaction Stats [default] ** 2024-09-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Cumulative compaction: 0.00 GB write, 20.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Interval compaction: 0.00 GB write, 20.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ** Compaction Stats [default] ** 2024-09-11T08:02:44.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: L0 2/0 66.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Sum 2/0 66.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ** Compaction Stats [default] ** 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:02:44.977 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Cumulative compaction: 0.00 GB write, 20.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.811+0000 7f661f54e6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] at bind addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.811+0000 7f661f54e6c0 1 mon.a@-1(???) e1 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).mds e1 new map 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).mds e1 print_map 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: e1 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:02:44.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: legacy client fscid: -1 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: No filesystems configured 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:42.931022+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.7:0/2446095365' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expand map: {default=false} 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta from 'false' to 'false' 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expanded map: {default=false} 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expand map: {default=info} 2024-09-11T08:02:44.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta from 'info' to 'info' 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expanded map: {default=info} 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expand map: {default=debug} 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 podman[23378]: 2024-09-11 08:02:44.830297249 +0000 UTC m=+0.637463124 container attach a2fa6bf38ebf854f12c223fb8ad7bdf2bf4d3d16c8da4d6c9646d46031170e2b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, ceph=True, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau ) 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.802+0000 7f661f54e6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.802+0000 7f661f54e6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.802+0000 7f661f54e6c0 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 load: jerasure load: lrc load: isa 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:02:44.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 1 rocksdb: do_open column families: [default] 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: DB SUMMARY 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 68875 ; 2024-09-11T08:02:44.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.env: 0x559aeea801a0 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.info_log: 0x559af11e09c0 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:02:44.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:02:44.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.write_buffer_manager: 0x559af1d78ae0 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:02:44.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.806+0000 7f661f54e6c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:02:44.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:02:44.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559af10fc130) 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: cache_index_and_filter_blocks: 1 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:02:44.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: pin_top_level_index_and_filter: 1 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: index_type: 0 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: data_block_index_type: 0 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: hash_index_allow_collision: 1 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: checksum: 1 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: no_block_cache: 0 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: block_cache: 0x559af1136610 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: block_cache_name: BinnedLRUCache 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: block_cache_options: 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: capacity : 536870912 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: num_shard_bits : 4 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: strict_capacity_limit : 0 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: high_pri_pool_ratio: 0.000 2024-09-11T08:02:44.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: block_cache_compressed: (nil) 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: persistent_cache: (nil) 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: block_size: 4096 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: block_size_deviation: 10 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: block_restart_interval: 16 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: index_block_restart_interval: 1 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: metadata_block_size: 4096 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: partition_filters: 0 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: use_delta_encoding: 1 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: whole_key_filtering: 1 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: verify_compression: 0 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: read_amp_bytes_per_bit: 0 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: format_version: 2 2024-09-11T08:02:44.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: enable_index_compression: 1 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: block_align: 0 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:02:44.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:02:44.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:02:44.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:02:44.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.807+0000 7f661f54e6c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 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-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041764809550, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.808+0000 7f661f54e6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041764810428, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 65980, "table_properties": {"data_size": 64275, "index_size": 310, "filter_size": 581, "raw_key_size": 8630, "raw_average_key_size": 46, "raw_value_size": 59291, "raw_average_value_size": 320, "num_data_blocks": 10, "num_entries": 185, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.809+0000 7f661f54e6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-11T08:02:44.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.809+0000 7f661f54e6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041764810793, "job": 1, "event": "recovery_finished"} 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.810+0000 7f661f54e6c0 4 rocksdb: DB pointer 0x559af11d1200 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.810+0000 7f660669b700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.810+0000 7f660669b700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ** DB Stats ** 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ** Compaction Stats [default] ** 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:44.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: L0 2/0 66.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.996 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Sum 2/0 66.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.996 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.996 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ** Compaction Stats [default] ** 2024-09-11T08:02:44.996 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Cumulative compaction: 0.00 GB write, 20.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Interval compaction: 0.00 GB write, 20.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:02:44.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ** Compaction Stats [default] ** 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: L0 2/0 66.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Sum 2/0 66.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ** Compaction Stats [default] ** 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 112.2 0.00 0.00 1 0.001 0 0 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:02:44.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: Cumulative compaction: 0.00 GB write, 20.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.811+0000 7f661f54e6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] at bind addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.811+0000 7f661f54e6c0 1 mon.a@-1(???) e1 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).mds e1 new map 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).mds e1 print_map 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: e1 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 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-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: legacy client fscid: -1 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: No filesystems configured 2024-09-11T08:02:44.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: audit 2024-09-11T08:02:42.931022+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.7:0/2446095365' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.812+0000 7f661f54e6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expand map: {default=false} 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta from 'false' to 'false' 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expanded map: {default=false} 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expand map: {default=info} 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta from 'info' to 'info' 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expanded map: {default=info} 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T08:02:45.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expand map: {default=debug} 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: debug 2024-09-11T08:02:44.813+0000 7f661f54e6c0 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:44.817401+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:44.817445+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: cluster 2024-09-11T08:02:44.817401+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: cluster 2024-09-11T08:02:44.817445+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: cluster 2024-09-11T08:02:44.817493+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: cluster 2024-09-11T08:02:44.817514+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 bash[23378]: cluster 2024-09-11T08:02:44.817796+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:44.817493+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:44.817514+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T08:02:45.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:44.817796+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T08:02:45.745 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Creating mgr... 2024-09-11T08:02:45.746 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-09-11T08:02:45.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:02:45.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:02:45.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y.service: Unit ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y.service not loaded. 2024-09-11T08:02:45.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:02:45.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-1d8402f0-7014-11ef-bcea-c7b262605968.target.wants/ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y.service → /etc/systemd/system/ceph-1d8402f0-7014-11ef-bcea-c7b262605968@.service. 2024-09-11T08:02:46.085 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl start ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:02:46.123 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:45.077346+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.7:0/437595391' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-09-11T08:02:46.123 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:45.079223+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.7:0/437595391' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-09-11T08:02:46.123 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:45 smithi007 bash[23378]: audit 2024-09-11T08:02:45.077346+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.7:0/437595391' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-09-11T08:02:46.124 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:45 smithi007 bash[23378]: audit 2024-09-11T08:02:45.079223+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.7:0/437595391' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-09-11T08:02:46.124 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:46 smithi007 systemd[1]: Starting Ceph mgr.y for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:02:46.148 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-09-11T08:02:46.156 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-09-11T08:02:46.156 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-09-11T08:02:46.163 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:02:46.163 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-09-11T08:02:46.164 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:02:46.164 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-09-11T08:02:46.164 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Waiting for mgr to start... 2024-09-11T08:02:46.164 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Waiting for mgr... 2024-09-11T08:02:46.164 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-11T08:02:46.164 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-11T08:02:46.540 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:46 smithi007 podman[23556]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y" found: no such container 2024-09-11T08:02:46.540 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:46 smithi007 systemd[1]: Started Ceph mgr.y for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:02:46.540 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:46 smithi007 podman[23571]: 2024-09-11 08:02:46.260523066 +0000 UTC m=+0.105317840 container create 2cc047b2fc806fcaf313b3387724a1349ec97f700b8494f53799b574b1dbe8bb (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-11T08:02:46.540 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:46 smithi007 podman[23571]: 2024-09-11 08:02:46.173465159 +0000 UTC m=+0.018259898 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:02:47.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:46 smithi007 podman[23571]: 2024-09-11 08:02:46.821858099 +0000 UTC m=+0.666652838 container init 2cc047b2fc806fcaf313b3387724a1349ec97f700b8494f53799b574b1dbe8bb (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y, GIT_CLEAN=True, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, 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-11T08:02:47.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:46 smithi007 podman[23571]: 2024-09-11 08:02:46.825124986 +0000 UTC m=+0.669919721 container start 2cc047b2fc806fcaf313b3387724a1349ec97f700b8494f53799b574b1dbe8bb (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, 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, RELEASE=HEAD, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T08:02:47.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:46 smithi007 podman[23571]: 2024-09-11 08:02:46.921882545 +0000 UTC m=+0.766677285 container attach 2cc047b2fc806fcaf313b3387724a1349ec97f700b8494f53799b574b1dbe8bb (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y, org.label-schema.schema-version=1.0, ceph=True, 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, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, RELEASE=HEAD) 2024-09-11T08:02:47.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:47.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:47.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "1d8402f0-7014-11ef-bcea-c7b262605968", 2024-09-11T08:02:47.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-11T08:02:47.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 2, 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:47.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-11T08:02:47.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-11T08:02:47.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-11T08:02:38.829303+0000", 2024-09-11T08:02:47.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:02:47.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:47.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-11T08:02:47.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:47.753 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:47.432527+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.7:0/547644542' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:02:47.753 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:47 smithi007 bash[23378]: audit 2024-09-11T08:02:47.432527+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.7:0/547644542' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:02:48.089 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-09-11T08:02:49.090 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-11T08:02:49.090 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-11T08:02:49.675 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "1d8402f0-7014-11ef-bcea-c7b262605968", 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-11T08:02:49.676 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 4, 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-11T08:02:49.677 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-11T08:02:49.678 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-11T08:02:49.679 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-11T08:02:49.679 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:49.679 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-11T08:02:49.679 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:49.679 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-11T08:02:49.679 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-11T08:02:49.679 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:02:49.681 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:49.682 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-11T08:02:49.682 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:49.682 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-11T08:02:38.829303+0000", 2024-09-11T08:02:49.682 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:02:49.682 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:49.682 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-11T08:02:49.682 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:49.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:49 smithi007 bash[23378]: audit 2024-09-11T08:02:49.671175+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.7:0/2808133486' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:02:49.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:49.671175+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.7:0/2808133486' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:02:50.346 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-09-11T08:02:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:50.646484+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-09-11T08:02:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:50.649002+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00260448s) 2024-09-11T08:02:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 bash[23378]: cluster 2024-09-11T08:02:50.646484+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-09-11T08:02:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 bash[23378]: cluster 2024-09-11T08:02:50.649002+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00260448s) 2024-09-11T08:02:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 bash[23378]: audit 2024-09-11T08:02:50.649615+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:02:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 bash[23378]: audit 2024-09-11T08:02:50.649794+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 bash[23378]: audit 2024-09-11T08:02:50.649970+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 bash[23378]: audit 2024-09-11T08:02:50.650282+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 bash[23378]: audit 2024-09-11T08:02:50.650510+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 bash[23378]: cluster 2024-09-11T08:02:50.652539+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:50.649615+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:50.649794+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:50.649970+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:50.650282+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:50.650510+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:02:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:50.652539+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-11T08:02:51.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-11T08:02:51.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "1d8402f0-7014-11ef-bcea-c7b262605968", 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:51.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-11T08:02:51.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 2, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-11T08:02:51.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-11T08:02:51.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-11T08:02:38.829303+0000", 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-11T08:02:51.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:50.664432+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:51.106528+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: audit 2024-09-11T08:02:50.664432+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: audit 2024-09-11T08:02:51.106528+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: cluster 2024-09-11T08:02:51.106568+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: audit 2024-09-11T08:02:51.109135+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: audit 2024-09-11T08:02:51.113606+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"34682b4e-0251-4b55-b948-dabbc9ca010b"}]: dispatch 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: audit 2024-09-11T08:02:51.115156+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"34682b4e-0251-4b55-b948-dabbc9ca010b"}]': finished 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: audit 2024-09-11T08:02:51.115466+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"3195e12f-802c-49d3-bb25-3a2e3c6ca9ec"}]: dispatch 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: audit 2024-09-11T08:02:51.116782+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"3195e12f-802c-49d3-bb25-3a2e3c6ca9ec"}]': finished 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: cluster 2024-09-11T08:02:51.651552+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.00516s) 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:51.106568+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 bash[23378]: audit 2024-09-11T08:02:51.975553+0000 mon.a (mon.0) 27 : audit [DBG] from='client.? 172.21.15.7:0/879467286' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:51.109135+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:51.113606+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"34682b4e-0251-4b55-b948-dabbc9ca010b"}]: dispatch 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:51.115156+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"34682b4e-0251-4b55-b948-dabbc9ca010b"}]': finished 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:51.115466+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"3195e12f-802c-49d3-bb25-3a2e3c6ca9ec"}]: dispatch 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:51.116782+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"3195e12f-802c-49d3-bb25-3a2e3c6ca9ec"}]': finished 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:51.651552+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.00516s) 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:51.975553+0000 mon.a (mon.0) 27 : audit [DBG] from='client.? 172.21.15.7:0/879467286' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:02:52.561 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Enabling cephadm module... 2024-09-11T08:02:52.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-09-11T08:02:52.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-09-11T08:02:53.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:52.111406+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T08:02:53.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:52.111443+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-11T08:02:53.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:53 smithi007 bash[23378]: audit 2024-09-11T08:02:52.111406+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.7:0/1471278745' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T08:02:53.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:53 smithi007 bash[23378]: cluster 2024-09-11T08:02:52.111443+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-11T08:02:53.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:53 smithi007 bash[23378]: audit 2024-09-11T08:02:52.113106+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:02:53.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:53 smithi007 bash[23378]: audit 2024-09-11T08:02:53.013155+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:02:53.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:52.113106+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:02:53.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:53.013155+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:02:54.433 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:53.113316+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-11T08:02:54.433 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:54 smithi007 bash[23378]: cluster 2024-09-11T08:02:53.113316+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-11T08:02:54.433 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:54 smithi007 bash[23378]: audit 2024-09-11T08:02:53.210241+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.7:0/3051581623' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-11T08:02:54.433 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:53.210241+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.7:0/3051581623' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-11T08:02:54.433 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: ignoring --setuser ceph since I am not root 2024-09-11T08:02:54.433 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: ignoring --setgroup ceph since I am not root 2024-09-11T08:02:54.433 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:54 smithi007 bash[23571]: ignoring --setuser ceph since I am not root 2024-09-11T08:02:54.433 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:02:54 smithi007 bash[23571]: ignoring --setgroup ceph since I am not root 2024-09-11T08:02:54.667 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-09-11T08:02:54.667 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-09-11T08:02:55.388 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:54.117410+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.7:0/3051581623' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T08:02:55.389 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:54.117467+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: y(active, since 3s) 2024-09-11T08:02:55.389 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:55 smithi007 bash[23378]: audit 2024-09-11T08:02:54.117410+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.7:0/3051581623' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T08:02:55.389 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:55 smithi007 bash[23378]: cluster 2024-09-11T08:02:54.117467+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: y(active, since 3s) 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:02:55.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:6800", 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3631258409 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:6801", 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3631258409 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.7:6801/3631258409", 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-09-11T08:02:50.646387+0000", 2024-09-11T08:02:55.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-09-11T08:02:55.756 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.756 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.756 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.756 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.757 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.758 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.759 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.760 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.761 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-09-11T08:02:55.762 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-09-11T08:02:55.763 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.764 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.765 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.766 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-09-11T08:02:55.767 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-09-11T08:02:55.768 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-09-11T08:02:55.769 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.770 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.771 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-09-11T08:02:55.772 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-11T08:02:55.773 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-09-11T08:02:55.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-09-11T08:02:55.776 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.777 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.778 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.779 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.780 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.781 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.782 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.783 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-11T08:02:55.784 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.785 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.786 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.787 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-11T08:02:55.788 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.789 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.790 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:55.791 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.792 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.793 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.794 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.795 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.796 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.797 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.798 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.799 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.800 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.801 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.802 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.803 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.804 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.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-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.805 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.806 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.807 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.808 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.809 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.810 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.811 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.812 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-09-11T08:02:55.813 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.814 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-11T08:02:55.815 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.816 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-09-11T08:02:55.817 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-11T08:02:55.818 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-11T08:02:55.819 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-11T08:02:55.820 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-11T08:02:55.821 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.822 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.823 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.824 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-11T08:02:55.825 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-09-11T08:02:55.826 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-09-11T08:02:55.827 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.828 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.829 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.830 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.831 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.832 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.833 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.834 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.835 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.836 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.837 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.838 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.839 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.840 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-11T08:02:55.841 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-11T08:02:55.842 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.844 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.845 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.846 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.847 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.848 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.849 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.850 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.851 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.852 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.853 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.854 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.855 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-09-11T08:02:55.856 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.857 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.858 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.859 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.860 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.861 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.862 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.863 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.864 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.865 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.866 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.867 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.868 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.869 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.870 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.871 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-09-11T08:02:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.873 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.874 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.876 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.877 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.878 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.879 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.880 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-09-11T08:02:55.881 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-09-11T08:02:55.882 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.883 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.884 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.885 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.888 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.889 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.890 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.891 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.892 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-09-11T08:02:55.893 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.894 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.895 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.896 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-09-11T08:02:55.897 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.898 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.899 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.900 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.901 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.902 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.903 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.904 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.905 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.906 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.907 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.908 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.909 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.910 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.911 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.912 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.913 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.914 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.915 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.916 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.917 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.918 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.919 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.920 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.921 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.922 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-09-11T08:02:55.923 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.924 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.925 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.926 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.927 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.928 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.929 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.930 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.931 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.932 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.933 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.934 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.935 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.936 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.937 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.938 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.939 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.940 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-09-11T08:02:55.941 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.942 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.943 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.944 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.945 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.946 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.947 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-09-11T08:02:55.948 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.949 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.950 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.951 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.952 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.953 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.954 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.955 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.956 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.957 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.958 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.959 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.960 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.961 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.962 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.963 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.964 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.965 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.966 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.967 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.968 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.969 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.970 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.971 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.972 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.973 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.974 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.975 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.976 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.977 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.978 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.979 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.980 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.981 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.982 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.983 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.984 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.985 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.986 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.987 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.988 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.989 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.990 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.991 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.992 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.993 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.994 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-09-11T08:02:55.995 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.996 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:55.997 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:55.998 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:55.999 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.000 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:56.001 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.002 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.003 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.004 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:56.005 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-09-11T08:02:56.006 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.007 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-09-11T08:02:56.008 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-09-11T08:02:56.009 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-09-11T08:02:56.010 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-09-11T08:02:56.011 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-09-11T08:02:56.012 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-09-11T08:02:56.013 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.014 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.015 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.016 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.017 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.018 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.019 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.020 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.021 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.022 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.023 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.024 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.027 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.028 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:56.029 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.030 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.031 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.032 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.033 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.034 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:56.035 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:56.036 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-11T08:02:56.037 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.038 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.039 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.040 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.041 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.042 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.043 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.044 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.045 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.046 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.047 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.048 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.049 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:56.050 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.051 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.052 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.053 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.054 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.055 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.056 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.057 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:56.058 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.059 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.060 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-09-11T08:02:56.061 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-09-11T08:02:56.062 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:02:56.063 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:02:56.064 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.065 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.066 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:02:56.067 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.068 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.069 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.070 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-11T08:02:56.071 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-09-11T08:02:56.072 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-09-11T08:02:56.073 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:02:56.074 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:0", 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 512558967 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:0", 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 502458466 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:02:56.075 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:0", 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3157944926 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.076 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:56.190 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:55.385148+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.7:0/2065805008' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-11T08:02:56.190 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:56 smithi007 bash[23378]: audit 2024-09-11T08:02:55.385148+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.7:0/2065805008' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-11T08:02:56.624 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-09-11T08:02:56.624 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-09-11T08:02:56.624 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-09-11T08:02:56.624 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-09-11T08:02:59.081 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:02:59.082 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-09-11T08:02:59.082 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-09-11T08:02:59.082 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:02:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:58.018042+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:02:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:58.018587+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon y 2024-09-11T08:02:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: cluster 2024-09-11T08:02:58.018042+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:02:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: cluster 2024-09-11T08:02:58.018587+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon y 2024-09-11T08:02:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: cluster 2024-09-11T08:02:58.020168+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: cluster 2024-09-11T08:02:58.070737+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0522498s) 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.072057+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.072759+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.072899+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.073029+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.073336+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.073908+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.074139+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: cluster 2024-09-11T08:02:58.075578+0000 mon.a (mon.0) 48 : cluster [INF] Manager daemon y is now available 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.094500+0000 mon.a (mon.0) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:58.020168+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 bash[23378]: audit 2024-09-11T08:02:58.989205+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:58.070737+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0522498s) 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.072057+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:02:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.072759+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:02:59.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.072899+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:02:59.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.073029+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:02:59.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.073336+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:02:59.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.073908+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:02:59.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.074139+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:02:59.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:58.075578+0000 mon.a (mon.0) 48 : cluster [INF] Manager daemon y is now available 2024-09-11T08:02:59.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.094500+0000 mon.a (mon.0) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:02:59.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:02:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:02:58.989205+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:02:59.651 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-09-11T08:02:59.651 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-09-11T08:02:59.651 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-09-11T08:03:00.266 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:02:59.073249+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.05476s) 2024-09-11T08:03:00.267 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:00 smithi007 bash[23378]: cluster 2024-09-11T08:02:59.073249+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.05476s) 2024-09-11T08:03:00.774 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Generating ssh key... 2024-09-11T08:03:00.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-09-11T08:03:00.774 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-09-11T08:03:01.174 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:00.252130+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-09-11T08:03:01.174 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:00.254519+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-09-11T08:03:01.174 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23378]: audit 2024-09-11T08:03:00.252130+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-09-11T08:03:01.174 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23378]: audit 2024-09-11T08:03:00.254519+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-09-11T08:03:01.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23378]: cluster 2024-09-11T08:03:00.820958+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-11T08:03:01.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:00.820958+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: Generating public/private rsa key pair. 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: Your identification has been saved in /tmp/tmph1ektzzd/key. 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: Your public key has been saved in /tmp/tmph1ektzzd/key.pub. 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: The key fingerprint is: 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: SHA256:mvQC2nivorSAO2aNEnJQkSNCXbB0292KZsU+dlhkUvs ceph-1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: The key's randomart image is: 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: +---[RSA 3072]----+ 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: |..o=oo ..+ | 2024-09-11T08:03:02.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: Generating public/private rsa key pair. 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: Your identification has been saved in /tmp/tmph1ektzzd/key. 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: Your public key has been saved in /tmp/tmph1ektzzd/key.pub. 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: The key fingerprint is: 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: SHA256:mvQC2nivorSAO2aNEnJQkSNCXbB0292KZsU+dlhkUvs ceph-1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: The key's randomart image is: 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: +---[RSA 3072]----+ 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: |..o=oo ..+ | 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: |o =.o o o = . | 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: |.o o . . + + | 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: |. + + . | 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: | . . .+S* . E | 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: |+ .+ oo+. o | 2024-09-11T08:03:02.042 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: |++= o + . | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: |==oo . . | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: |*+ .... | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 bash[23571]: +----[SHA256]-----+ 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: |o =.o o o = . | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: |.o o . . + + | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: |. + + . | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: | . . .+S* . E | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: |+ .+ oo+. o | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: |++= o + . | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: |==oo . . | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: |*+ .... | 2024-09-11T08:03:02.043 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: +----[SHA256]-----+ 2024-09-11T08:03:02.337 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:00.251007+0000 mgr.y (mgr.14117) 1 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:02.337 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:01.739775+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAun9KMDap9bPy8ThGOCFI8hpVJ2m+zxey27ksbdvJO0nD7IqiijzR\nlk9/x69CusZvqoUUMx6XF/QzcksaljVw2cktcjB1sD/9FibIFCuEuTAc0Ulwb010eur9N9\neYHyGljZnX7P/6pJSP3cqsfDBD+hyNfAyFCSfiTezuO3JlT5phckuKTVHATr7SAdvyeA6C\nP1NAwHq4KTJcLb+GlKvojgmoys+q84+TAMdZUQZdfzU/JlDpol48wspzuokvohVMRqWsrN\nWzzIGqtPfc8J0zQd2VwIwK2G5ueNY4Cw/lxUnPz1bq8VQHrkxvDVNZ3ErWvW8qZy2/jjnu\nbR7e4FxJsjW+tOvrckWIlHu8bGUtE2HPjEuYB2KfvBC68G7/ctLkaMeh7aVLboQ3DXMjhQ\nB8nyed//joON40o8zS8ad7gr+huHEnztysHUsgIGgtpd7dwYKGdinbhTiMfJgBXM6wvRO4\nO84ZH+PWqUEkDtX9OpZw/b4g6hkpWaCPk/Ch7e9xAAAFoFX/yXtV/8l7AAAAB3NzaC1yc2\nEAAAGBALp/SjA2qfWz8vE4RjghSPIaVSdpvs8Xstu5LG3byTtJw+yKooo80ZZPf8evQrrG\nb6qFFDMelxf0M3JLGpY1cNnJLXIwdbA//RYmyBQrhLkwHNFJcG9NdHrq/TfXmB8hpY2Z1+\nz/+qSUj93KrHwwQ/ocjXwMhQkn4k3s7jtyZU+aYXJLik1RwE6+0gHb8ngOgj9TQMB6uCky\nXC2/hpSr6I4JqMrPqvOPkwDHWVEGXX81PyZQ6aJePMLKc7qJL6IVTEalrKzVs8yBqrT33P\nCdM0HdlcCMCthubnjWOAsP5cVJz89W6vFUB65Mbw1TWdxK1r1vKmctv4457m0e3uBcSbI1\nvrTr63JFiJR7vGxlLRNhz4xLmAdin7wQuvBu/3LS5GjHoe2lS26ENw1zI4UAfJ8nnf/46D\njeNKPM0vGne4K/obhxJ87crB1LICBoLaXe3cGChnYp24U4jHyYAVzOsL0TuDvOGR/j1qlB\nJA7V/TqWcP2+IOoZKVmgj5Pwoe3vcQAAAAMBAAEAAAGAUtLO7sSIDG9DOC9mt+zISYS6Ro\numyq/apcwB2DQglSz4Tudusfe6mIdr1xGVj/8qfk8lnmI6dc/kvSBviT/ogz/d5/Vvfruc\nOSc1+gctpVShp6x2u2dpkGEl3ZPoogK+VDl7dGxmMosrrTMiEPEab0wY5Xtl5aAJ19OeJV\nZzebu1BR5ZKGdjAVWrTFoSv5Cp9VeSzShy+xC7cTG6ofIKkHHnvVImuI4Nme3uU5aBFUpf\nZjPO3mX9lAB3DuN3/QJ5nzmxKrI/cL9O/bg2OoRS+JUKmGTJh0uX5zBkG5d3z8TZUU5PsS\nZekZ94jis7mn5+5qrLXqO3NzJPz1kaz+6rya8YhA6UNfSyBhLZRxbjOLueT7Zh79lcY31v\nJ6Xe3N3ACXD5lwQKulwnwlgwrU14T6E44pG4Bq2jLr/G64IOqGc54QJ4VvhIEqPXNkmrvT\nBvp+5WSFBg6o+LTfk2KmWBsdYeGK1parpR8+2WwD2FIAQ4/MPcwxJVhR1eDQbiJC2lAAAA\nwFnQc1ujKdN97vJr51G/4CzIAx97C/J1X4Vpm3eWEzu1wX/Lag3BcbQil1qp0pPySc5MgZ\nG2EayOenZzEcfT254P31QCB9nNkDcGGN7Utb+gQQmQIR4QJId3kr16Q+/a4oGO/c+P6yZv\nFmkSgRzd0DrwtSAjmqLxg33tn8w8pcuKl54CMgm+x51ud0/FV6c7CKZk+Gas2dJPTEWQOd\nU7eZv9sAXQUNC4ulBK67v1dO+tGGfehl13KiSW3Rv08AgBuQAAAMEA844K92aIyEKw1f4a\nWwvkdcgbbLNvr9prP8ri1UHQySMIegx2rzFoZHRuinWW6BvAe2Tw5zgJNBJDQXJNIFNmDi\nkEUu1Rp52+QICSKilOyrXet0SD1gGVpSCKlvLctuCeUG4jIsj5ifU1zdZq3VFgOc2WwySS\nxrkcBfkXsj2I1TsxCcXDRSBHi55+9XLzXA6RUoihSLpdkJ5o2t3ero5apjOGk2YkIUrPa5\nmUA5RrRlKjJb+MZptUp6gawCiW73QvAAAAwQDEBt9RyJ6Xt7MrrDVhPKT/C9qO0XSxquE4\nbQ0IUTJO0Rt9TBBTbVgxS2RI0PT6RQvi6GwZEQY8YHHwkUZVy6fe4qyCtH6Jp96jsrGibn\nDphU85oJFPbDU5qBWi29Zu9e8GP3NpK2nXDuTVdzURAL9hTQqOMYl4HINC7qh5n8/FsqaH\nGmsUBF413Xt+mP7N0Y7GyvoUSF3Vfw7sCapSvkpckylWwDHuICs41qhrIJd5IVejTO2NsZ\njsmFpHPCCszl8AAAApY2VwaC0xZDg0MDJmMC03MDE0LTExZWYtYmNlYS1jN2IyNjI2MDU5\nNjgBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:03:02.338 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 bash[23378]: audit 2024-09-11T08:03:00.251007+0000 mgr.y (mgr.14117) 1 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:02.338 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:01.741472+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAun9KMDap9bPy8ThGOCFI8hpVJ2m+zxey27ksbdvJO0nD7IqiijzR\nlk9/x69CusZvqoUUMx6XF/QzcksaljVw2cktcjB1sD/9FibIFCuEuTAc0Ulwb010eur9N9\neYHyGljZnX7P/6pJSP3cqsfDBD+hyNfAyFCSfiTezuO3JlT5phckuKTVHATr7SAdvyeA6C\nP1NAwHq4KTJcLb+GlKvojgmoys+q84+TAMdZUQZdfzU/JlDpol48wspzuokvohVMRqWsrN\nWzzIGqtPfc8J0zQd2VwIwK2G5ueNY4Cw/lxUnPz1bq8VQHrkxvDVNZ3ErWvW8qZy2/jjnu\nbR7e4FxJsjW+tOvrckWIlHu8bGUtE2HPjEuYB2KfvBC68G7/ctLkaMeh7aVLboQ3DXMjhQ\nB8nyed//joON40o8zS8ad7gr+huHEnztysHUsgIGgtpd7dwYKGdinbhTiMfJgBXM6wvRO4\nO84ZH+PWqUEkDtX9OpZw/b4g6hkpWaCPk/Ch7e9xAAAFoFX/yXtV/8l7AAAAB3NzaC1yc2\nEAAAGBALp/SjA2qfWz8vE4RjghSPIaVSdpvs8Xstu5LG3byTtJw+yKooo80ZZPf8evQrrG\nb6qFFDMelxf0M3JLGpY1cNnJLXIwdbA//RYmyBQrhLkwHNFJcG9NdHrq/TfXmB8hpY2Z1+\nz/+qSUj93KrHwwQ/ocjXwMhQkn4k3s7jtyZU+aYXJLik1RwE6+0gHb8ngOgj9TQMB6uCky\nXC2/hpSr6I4JqMrPqvOPkwDHWVEGXX81PyZQ6aJePMLKc7qJL6IVTEalrKzVs8yBqrT33P\nCdM0HdlcCMCthubnjWOAsP5cVJz89W6vFUB65Mbw1TWdxK1r1vKmctv4457m0e3uBcSbI1\nvrTr63JFiJR7vGxlLRNhz4xLmAdin7wQuvBu/3LS5GjHoe2lS26ENw1zI4UAfJ8nnf/46D\njeNKPM0vGne4K/obhxJ87crB1LICBoLaXe3cGChnYp24U4jHyYAVzOsL0TuDvOGR/j1qlB\nJA7V/TqWcP2+IOoZKVmgj5Pwoe3vcQAAAAMBAAEAAAGAUtLO7sSIDG9DOC9mt+zISYS6Ro\numyq/apcwB2DQglSz4Tudusfe6mIdr1xGVj/8qfk8lnmI6dc/kvSBviT/ogz/d5/Vvfruc\nOSc1+gctpVShp6x2u2dpkGEl3ZPoogK+VDl7dGxmMosrrTMiEPEab0wY5Xtl5aAJ19OeJV\nZzebu1BR5ZKGdjAVWrTFoSv5Cp9VeSzShy+xC7cTG6ofIKkHHnvVImuI4Nme3uU5aBFUpf\nZjPO3mX9lAB3DuN3/QJ5nzmxKrI/cL9O/bg2OoRS+JUKmGTJh0uX5zBkG5d3z8TZUU5PsS\nZekZ94jis7mn5+5qrLXqO3NzJPz1kaz+6rya8YhA6UNfSyBhLZRxbjOLueT7Zh79lcY31v\nJ6Xe3N3ACXD5lwQKulwnwlgwrU14T6E44pG4Bq2jLr/G64IOqGc54QJ4VvhIEqPXNkmrvT\nBvp+5WSFBg6o+LTfk2KmWBsdYeGK1parpR8+2WwD2FIAQ4/MPcwxJVhR1eDQbiJC2lAAAA\nwFnQc1ujKdN97vJr51G/4CzIAx97C/J1X4Vpm3eWEzu1wX/Lag3BcbQil1qp0pPySc5MgZ\nG2EayOenZzEcfT254P31QCB9nNkDcGGN7Utb+gQQmQIR4QJId3kr16Q+/a4oGO/c+P6yZv\nFmkSgRzd0DrwtSAjmqLxg33tn8w8pcuKl54CMgm+x51ud0/FV6c7CKZk+Gas2dJPTEWQOd\nU7eZv9sAXQUNC4ulBK67v1dO+tGGfehl13KiSW3Rv08AgBuQAAAMEA844K92aIyEKw1f4a\nWwvkdcgbbLNvr9prP8ri1UHQySMIegx2rzFoZHRuinWW6BvAe2Tw5zgJNBJDQXJNIFNmDi\nkEUu1Rp52+QICSKilOyrXet0SD1gGVpSCKlvLctuCeUG4jIsj5ifU1zdZq3VFgOc2WwySS\nxrkcBfkXsj2I1TsxCcXDRSBHi55+9XLzXA6RUoihSLpdkJ5o2t3ero5apjOGk2YkIUrPa5\nmUA5RrRlKjJb+MZptUp6gawCiW73QvAAAAwQDEBt9RyJ6Xt7MrrDVhPKT/C9qO0XSxquE4\nbQ0IUTJO0Rt9TBBTbVgxS2RI0PT6RQvi6GwZEQY8YHHwkUZVy6fe4qyCtH6Jp96jsrGibn\nDphU85oJFPbDU5qBWi29Zu9e8GP3NpK2nXDuTVdzURAL9hTQqOMYl4HINC7qh5n8/FsqaH\nGmsUBF413Xt+mP7N0Y7GyvoUSF3Vfw7sCapSvkpckylWwDHuICs41qhrIJd5IVejTO2NsZ\njsmFpHPCCszl8AAAApY2VwaC0xZDg0MDJmMC03MDE0LTExZWYtYmNlYS1jN2IyNjI2MDU5\nNjgBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-09-11T08:03:02.338 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 bash[23378]: audit 2024-09-11T08:03:01.739775+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAun9KMDap9bPy8ThGOCFI8hpVJ2m+zxey27ksbdvJO0nD7IqiijzR\nlk9/x69CusZvqoUUMx6XF/QzcksaljVw2cktcjB1sD/9FibIFCuEuTAc0Ulwb010eur9N9\neYHyGljZnX7P/6pJSP3cqsfDBD+hyNfAyFCSfiTezuO3JlT5phckuKTVHATr7SAdvyeA6C\nP1NAwHq4KTJcLb+GlKvojgmoys+q84+TAMdZUQZdfzU/JlDpol48wspzuokvohVMRqWsrN\nWzzIGqtPfc8J0zQd2VwIwK2G5ueNY4Cw/lxUnPz1bq8VQHrkxvDVNZ3ErWvW8qZy2/jjnu\nbR7e4FxJsjW+tOvrckWIlHu8bGUtE2HPjEuYB2KfvBC68G7/ctLkaMeh7aVLboQ3DXMjhQ\nB8nyed//joON40o8zS8ad7gr+huHEnztysHUsgIGgtpd7dwYKGdinbhTiMfJgBXM6wvRO4\nO84ZH+PWqUEkDtX9OpZw/b4g6hkpWaCPk/Ch7e9xAAAFoFX/yXtV/8l7AAAAB3NzaC1yc2\nEAAAGBALp/SjA2qfWz8vE4RjghSPIaVSdpvs8Xstu5LG3byTtJw+yKooo80ZZPf8evQrrG\nb6qFFDMelxf0M3JLGpY1cNnJLXIwdbA//RYmyBQrhLkwHNFJcG9NdHrq/TfXmB8hpY2Z1+\nz/+qSUj93KrHwwQ/ocjXwMhQkn4k3s7jtyZU+aYXJLik1RwE6+0gHb8ngOgj9TQMB6uCky\nXC2/hpSr6I4JqMrPqvOPkwDHWVEGXX81PyZQ6aJePMLKc7qJL6IVTEalrKzVs8yBqrT33P\nCdM0HdlcCMCthubnjWOAsP5cVJz89W6vFUB65Mbw1TWdxK1r1vKmctv4457m0e3uBcSbI1\nvrTr63JFiJR7vGxlLRNhz4xLmAdin7wQuvBu/3LS5GjHoe2lS26ENw1zI4UAfJ8nnf/46D\njeNKPM0vGne4K/obhxJ87crB1LICBoLaXe3cGChnYp24U4jHyYAVzOsL0TuDvOGR/j1qlB\nJA7V/TqWcP2+IOoZKVmgj5Pwoe3vcQAAAAMBAAEAAAGAUtLO7sSIDG9DOC9mt+zISYS6Ro\numyq/apcwB2DQglSz4Tudusfe6mIdr1xGVj/8qfk8lnmI6dc/kvSBviT/ogz/d5/Vvfruc\nOSc1+gctpVShp6x2u2dpkGEl3ZPoogK+VDl7dGxmMosrrTMiEPEab0wY5Xtl5aAJ19OeJV\nZzebu1BR5ZKGdjAVWrTFoSv5Cp9VeSzShy+xC7cTG6ofIKkHHnvVImuI4Nme3uU5aBFUpf\nZjPO3mX9lAB3DuN3/QJ5nzmxKrI/cL9O/bg2OoRS+JUKmGTJh0uX5zBkG5d3z8TZUU5PsS\nZekZ94jis7mn5+5qrLXqO3NzJPz1kaz+6rya8YhA6UNfSyBhLZRxbjOLueT7Zh79lcY31v\nJ6Xe3N3ACXD5lwQKulwnwlgwrU14T6E44pG4Bq2jLr/G64IOqGc54QJ4VvhIEqPXNkmrvT\nBvp+5WSFBg6o+LTfk2KmWBsdYeGK1parpR8+2WwD2FIAQ4/MPcwxJVhR1eDQbiJC2lAAAA\nwFnQc1ujKdN97vJr51G/4CzIAx97C/J1X4Vpm3eWEzu1wX/Lag3BcbQil1qp0pPySc5MgZ\nG2EayOenZzEcfT254P31QCB9nNkDcGGN7Utb+gQQmQIR4QJId3kr16Q+/a4oGO/c+P6yZv\nFmkSgRzd0DrwtSAjmqLxg33tn8w8pcuKl54CMgm+x51ud0/FV6c7CKZk+Gas2dJPTEWQOd\nU7eZv9sAXQUNC4ulBK67v1dO+tGGfehl13KiSW3Rv08AgBuQAAAMEA844K92aIyEKw1f4a\nWwvkdcgbbLNvr9prP8ri1UHQySMIegx2rzFoZHRuinWW6BvAe2Tw5zgJNBJDQXJNIFNmDi\nkEUu1Rp52+QICSKilOyrXet0SD1gGVpSCKlvLctuCeUG4jIsj5ifU1zdZq3VFgOc2WwySS\nxrkcBfkXsj2I1TsxCcXDRSBHi55+9XLzXA6RUoihSLpdkJ5o2t3ero5apjOGk2YkIUrPa5\nmUA5RrRlKjJb+MZptUp6gawCiW73QvAAAAwQDEBt9RyJ6Xt7MrrDVhPKT/C9qO0XSxquE4\nbQ0IUTJO0Rt9TBBTbVgxS2RI0PT6RQvi6GwZEQY8YHHwkUZVy6fe4qyCtH6Jp96jsrGibn\nDphU85oJFPbDU5qBWi29Zu9e8GP3NpK2nXDuTVdzURAL9hTQqOMYl4HINC7qh5n8/FsqaH\nGmsUBF413Xt+mP7N0Y7GyvoUSF3Vfw7sCapSvkpckylWwDHuICs41qhrIJd5IVejTO2NsZ\njsmFpHPCCszl8AAAApY2VwaC0xZDg0MDJmMC03MDE0LTExZWYtYmNlYS1jN2IyNjI2MDU5\nNjgBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:03:02.338 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:01.741854+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968\n"}]: dispatch 2024-09-11T08:03:02.338 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 bash[23378]: audit 2024-09-11T08:03:01.741472+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAun9KMDap9bPy8ThGOCFI8hpVJ2m+zxey27ksbdvJO0nD7IqiijzR\nlk9/x69CusZvqoUUMx6XF/QzcksaljVw2cktcjB1sD/9FibIFCuEuTAc0Ulwb010eur9N9\neYHyGljZnX7P/6pJSP3cqsfDBD+hyNfAyFCSfiTezuO3JlT5phckuKTVHATr7SAdvyeA6C\nP1NAwHq4KTJcLb+GlKvojgmoys+q84+TAMdZUQZdfzU/JlDpol48wspzuokvohVMRqWsrN\nWzzIGqtPfc8J0zQd2VwIwK2G5ueNY4Cw/lxUnPz1bq8VQHrkxvDVNZ3ErWvW8qZy2/jjnu\nbR7e4FxJsjW+tOvrckWIlHu8bGUtE2HPjEuYB2KfvBC68G7/ctLkaMeh7aVLboQ3DXMjhQ\nB8nyed//joON40o8zS8ad7gr+huHEnztysHUsgIGgtpd7dwYKGdinbhTiMfJgBXM6wvRO4\nO84ZH+PWqUEkDtX9OpZw/b4g6hkpWaCPk/Ch7e9xAAAFoFX/yXtV/8l7AAAAB3NzaC1yc2\nEAAAGBALp/SjA2qfWz8vE4RjghSPIaVSdpvs8Xstu5LG3byTtJw+yKooo80ZZPf8evQrrG\nb6qFFDMelxf0M3JLGpY1cNnJLXIwdbA//RYmyBQrhLkwHNFJcG9NdHrq/TfXmB8hpY2Z1+\nz/+qSUj93KrHwwQ/ocjXwMhQkn4k3s7jtyZU+aYXJLik1RwE6+0gHb8ngOgj9TQMB6uCky\nXC2/hpSr6I4JqMrPqvOPkwDHWVEGXX81PyZQ6aJePMLKc7qJL6IVTEalrKzVs8yBqrT33P\nCdM0HdlcCMCthubnjWOAsP5cVJz89W6vFUB65Mbw1TWdxK1r1vKmctv4457m0e3uBcSbI1\nvrTr63JFiJR7vGxlLRNhz4xLmAdin7wQuvBu/3LS5GjHoe2lS26ENw1zI4UAfJ8nnf/46D\njeNKPM0vGne4K/obhxJ87crB1LICBoLaXe3cGChnYp24U4jHyYAVzOsL0TuDvOGR/j1qlB\nJA7V/TqWcP2+IOoZKVmgj5Pwoe3vcQAAAAMBAAEAAAGAUtLO7sSIDG9DOC9mt+zISYS6Ro\numyq/apcwB2DQglSz4Tudusfe6mIdr1xGVj/8qfk8lnmI6dc/kvSBviT/ogz/d5/Vvfruc\nOSc1+gctpVShp6x2u2dpkGEl3ZPoogK+VDl7dGxmMosrrTMiEPEab0wY5Xtl5aAJ19OeJV\nZzebu1BR5ZKGdjAVWrTFoSv5Cp9VeSzShy+xC7cTG6ofIKkHHnvVImuI4Nme3uU5aBFUpf\nZjPO3mX9lAB3DuN3/QJ5nzmxKrI/cL9O/bg2OoRS+JUKmGTJh0uX5zBkG5d3z8TZUU5PsS\nZekZ94jis7mn5+5qrLXqO3NzJPz1kaz+6rya8YhA6UNfSyBhLZRxbjOLueT7Zh79lcY31v\nJ6Xe3N3ACXD5lwQKulwnwlgwrU14T6E44pG4Bq2jLr/G64IOqGc54QJ4VvhIEqPXNkmrvT\nBvp+5WSFBg6o+LTfk2KmWBsdYeGK1parpR8+2WwD2FIAQ4/MPcwxJVhR1eDQbiJC2lAAAA\nwFnQc1ujKdN97vJr51G/4CzIAx97C/J1X4Vpm3eWEzu1wX/Lag3BcbQil1qp0pPySc5MgZ\nG2EayOenZzEcfT254P31QCB9nNkDcGGN7Utb+gQQmQIR4QJId3kr16Q+/a4oGO/c+P6yZv\nFmkSgRzd0DrwtSAjmqLxg33tn8w8pcuKl54CMgm+x51ud0/FV6c7CKZk+Gas2dJPTEWQOd\nU7eZv9sAXQUNC4ulBK67v1dO+tGGfehl13KiSW3Rv08AgBuQAAAMEA844K92aIyEKw1f4a\nWwvkdcgbbLNvr9prP8ri1UHQySMIegx2rzFoZHRuinWW6BvAe2Tw5zgJNBJDQXJNIFNmDi\nkEUu1Rp52+QICSKilOyrXet0SD1gGVpSCKlvLctuCeUG4jIsj5ifU1zdZq3VFgOc2WwySS\nxrkcBfkXsj2I1TsxCcXDRSBHi55+9XLzXA6RUoihSLpdkJ5o2t3ero5apjOGk2YkIUrPa5\nmUA5RrRlKjJb+MZptUp6gawCiW73QvAAAAwQDEBt9RyJ6Xt7MrrDVhPKT/C9qO0XSxquE4\nbQ0IUTJO0Rt9TBBTbVgxS2RI0PT6RQvi6GwZEQY8YHHwkUZVy6fe4qyCtH6Jp96jsrGibn\nDphU85oJFPbDU5qBWi29Zu9e8GP3NpK2nXDuTVdzURAL9hTQqOMYl4HINC7qh5n8/FsqaH\nGmsUBF413Xt+mP7N0Y7GyvoUSF3Vfw7sCapSvkpckylWwDHuICs41qhrIJd5IVejTO2NsZ\njsmFpHPCCszl8AAAApY2VwaC0xZDg0MDJmMC03MDE0LTExZWYtYmNlYS1jN2IyNjI2MDU5\nNjgBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-09-11T08:03:02.338 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 bash[23378]: audit 2024-09-11T08:03:01.741854+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968\n"}]: dispatch 2024-09-11T08:03:02.338 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 bash[23378]: audit 2024-09-11T08:03:01.743034+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968\n"}]': finished 2024-09-11T08:03:02.338 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:01.743034+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968\n"}]': finished 2024-09-11T08:03:02.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-09-11T08:03:02.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-09-11T08:03:02.875 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:03 smithi007 bash[23378]: audit 2024-09-11T08:03:01.310761+0000 mgr.y (mgr.14117) 2 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:01.310761+0000 mgr.y (mgr.14117) 2 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:03 smithi007 bash[23378]: cephadm 2024-09-11T08:03:01.310956+0000 mgr.y (mgr.14117) 3 : cephadm [INF] Generating ssh key... 2024-09-11T08:03:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:01.310956+0000 mgr.y (mgr.14117) 3 : cephadm [INF] Generating ssh key... 2024-09-11T08:03:03.428 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-09-11T08:03:03.428 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-09-11T08:03:03.435 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Adding host smithi007... 2024-09-11T08:03:03.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi007'] 2024-09-11T08:03:03.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi007 2024-09-11T08:03:04.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:04 smithi007 bash[23378]: audit 2024-09-11T08:03:02.873618+0000 mgr.y (mgr.14117) 4 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:04.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:02.873618+0000 mgr.y (mgr.14117) 4 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:04.540 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: Warning: Permanently added 'smithi007,172.21.15.7' (ECDSA) to the list of known hosts. 2024-09-11T08:03:04.540 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:04 smithi007 bash[23571]: Warning: Permanently added 'smithi007,172.21.15.7' (ECDSA) to the list of known hosts. 2024-09-11T08:03:05.025 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi007' 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:04.021963+0000 mgr.y (mgr.14117) 5 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi007", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:04.580019+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"smithi007\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 bash[23378]: audit 2024-09-11T08:03:04.021963+0000 mgr.y (mgr.14117) 5 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi007", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 bash[23378]: audit 2024-09-11T08:03:04.580019+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"smithi007\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 bash[23378]: audit 2024-09-11T08:03:04.581747+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"smithi007\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 bash[23378]: audit 2024-09-11T08:03:04.817300+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 bash[23378]: audit 2024-09-11T08:03:04.819103+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 bash[23378]: audit 2024-09-11T08:03:04.819776+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:04.581747+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"smithi007\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:03:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:04.817300+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:05.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:04.819103+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:05.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:04.819776+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:05.585 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Enabling the dashboard module... 2024-09-11T08:03:05.585 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-09-11T08:03:05.585 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-09-11T08:03:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:04.582141+0000 mgr.y (mgr.14117) 6 : cephadm [INF] Added host smithi007 2024-09-11T08:03:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:06 smithi007 bash[23378]: cephadm 2024-09-11T08:03:04.582141+0000 mgr.y (mgr.14117) 6 : cephadm [INF] Added host smithi007 2024-09-11T08:03:07.476 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: ignoring --setuser ceph since I am not root 2024-09-11T08:03:07.477 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: ignoring --setgroup ceph since I am not root 2024-09-11T08:03:07.477 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:07 smithi007 bash[23571]: ignoring --setuser ceph since I am not root 2024-09-11T08:03:07.477 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:07 smithi007 bash[23571]: ignoring --setgroup ceph since I am not root 2024-09-11T08:03:07.477 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:06.569114+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.7:0/1821952667' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-11T08:03:07.477 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:06.740248+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:06.738625\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:06.739741\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:06.739818\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:07.477 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:07 smithi007 bash[23378]: audit 2024-09-11T08:03:06.569114+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.7:0/1821952667' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-11T08:03:07.477 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:07 smithi007 bash[23378]: audit 2024-09-11T08:03:06.740248+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:06.738625\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:06.739741\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:06.739818\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:07.477 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:07 smithi007 bash[23378]: audit 2024-09-11T08:03:06.741916+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:06.738625\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:06.739741\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:06.739818\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:07.478 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:07 smithi007 bash[23378]: audit 2024-09-11T08:03:06.742335+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:03:07.478 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:06.741916+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:06.738625\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:06.739741\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:06.739818\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:07.478 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:06.742335+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14117 172.21.15.7:0/1668993718' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:03:08.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:07.080180+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.7:0/1821952667' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T08:03:08.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:07.080406+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 9s) 2024-09-11T08:03:08.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:08 smithi007 bash[23378]: audit 2024-09-11T08:03:07.080180+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.7:0/1821952667' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T08:03:08.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:08 smithi007 bash[23378]: cluster 2024-09-11T08:03:07.080406+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 9s) 2024-09-11T08:03:09.215 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-09-11T08:03:09.215 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-09-11T08:03:10.253 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14117, 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:6800", 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2723392077 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:6801", 2024-09-11T08:03:10.254 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2723392077 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.7:6801/2723392077", 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-09-11T08:02:58.018478+0000", 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:03:10.255 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.256 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.257 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.258 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.259 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.260 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-09-11T08:03:10.261 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-09-11T08:03:10.262 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-09-11T08:03:10.263 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-09-11T08:03:10.264 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.265 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.266 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.267 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.268 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.269 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.270 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-09-11T08:03:10.271 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-09-11T08:03:10.272 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.273 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.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-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.274 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-09-11T08:03:10.275 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:03:10.276 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.277 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.278 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.279 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.280 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.281 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.282 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.283 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-09-11T08:03:10.284 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.285 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-11T08:03:10.286 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-09-11T08:03:10.287 INFO:teuthology.orchestra.run.smithi007.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-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.288 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-09-11T08:03:10.289 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.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-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.290 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.291 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-09-11T08:03:10.292 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:03:10.293 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.294 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.295 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.296 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.297 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.298 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.299 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-11T08:03:10.300 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.301 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.302 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.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-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.303 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.304 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.305 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.306 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.307 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.308 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.309 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.310 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-09-11T08:03:10.311 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.312 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.313 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.314 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-09-11T08:03:10.315 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-11T08:03:10.316 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-09-11T08:03:10.317 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.318 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.319 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.320 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.321 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.322 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.323 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.324 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.325 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.326 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.327 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.328 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.329 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.330 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.331 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.332 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.333 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.334 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.335 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.336 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.337 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.338 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.339 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.340 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.341 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.342 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.343 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.344 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-09-11T08:03:10.345 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.346 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.347 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.348 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.349 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.350 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.351 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.352 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.353 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.354 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.355 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.356 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.357 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.358 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.359 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.360 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.361 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.362 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.363 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-09-11T08:03:10.364 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-09-11T08:03:10.365 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.366 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.367 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.368 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.369 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.370 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.371 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.372 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.373 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.374 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.375 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-09-11T08:03:10.376 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.377 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.378 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-11T08:03:10.379 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.380 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.381 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.382 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.383 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.384 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.385 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.386 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.387 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.388 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.389 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.390 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.391 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.392 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.393 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.394 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.397 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.398 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.399 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.400 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.401 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.402 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.403 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.404 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.405 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.406 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.407 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.408 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.409 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.410 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.411 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.412 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.413 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-09-11T08:03:10.414 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.415 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.416 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.417 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.418 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.419 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.420 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-09-11T08:03:10.421 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.422 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.423 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.424 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.425 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.426 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-09-11T08:03:10.427 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.428 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.429 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.430 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.431 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.432 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.433 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-09-11T08:03:10.434 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-09-11T08:03:10.435 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-09-11T08:03:10.436 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-09-11T08:03:10.437 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-11T08:03:10.438 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.439 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.440 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.441 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.442 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.443 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-09-11T08:03:10.444 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.445 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.446 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.447 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.448 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.449 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.450 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.451 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.452 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.453 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.454 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.455 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.456 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.457 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.458 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.459 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.460 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.461 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.462 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.463 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.464 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.465 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.466 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.467 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.468 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.469 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.470 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.471 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.472 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.473 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.474 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.475 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.476 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.477 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.478 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.479 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.480 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-11T08:03:10.481 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.482 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.483 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.484 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.485 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.486 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:03:10.487 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:03:10.488 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.489 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.490 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.491 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.492 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.493 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.494 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.495 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.496 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.497 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.498 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.499 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.500 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.501 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.502 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.503 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.504 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.505 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.506 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.507 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.508 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.509 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.510 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.511 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.512 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.513 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.514 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.515 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.516 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.517 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.518 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.519 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.520 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.521 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.522 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.523 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.524 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.525 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.526 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.527 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.528 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.529 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.530 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.532 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.533 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.534 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.535 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.536 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.537 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.538 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.539 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-09-11T08:03:10.540 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-09-11T08:03:10.541 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-09-11T08:03:10.542 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.543 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.544 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.545 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.546 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.547 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.548 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.549 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.550 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.551 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.552 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.553 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.554 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.557 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.559 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.560 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.561 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.562 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.563 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-09-11T08:03:10.564 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.565 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.566 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-09-11T08:03:10.567 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:0", 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 330234468 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:03:10.568 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:0", 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2239172856 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.7:0", 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 343141796 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:03:10.569 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:10.570 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:11.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:09.906068+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.7:0/1093130243' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-11T08:03:11.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:10 smithi007 bash[23378]: audit 2024-09-11T08:03:09.906068+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.7:0/1093130243' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-11T08:03:11.555 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-09-11T08:03:11.555 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-09-11T08:03:11.555 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-09-11T08:03:11.556 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-09-11T08:03:12.139 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: Warning: Permanently added 'smithi007,172.21.15.7' (ECDSA) to the list of known hosts. 2024-09-11T08:03:12.139 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:11 smithi007 bash[23571]: Warning: Permanently added 'smithi007,172.21.15.7' (ECDSA) to the list of known hosts. 2024-09-11T08:03:12.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:03:12.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-09-11T08:03:12.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-09-11T08:03:12.843 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:03:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:11.113470+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:03:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:11.113978+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-09-11T08:03:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: cluster 2024-09-11T08:03:11.113470+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:03:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: cluster 2024-09-11T08:03:11.113978+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-09-11T08:03:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: cluster 2024-09-11T08:03:11.115576+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T08:03:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: cluster 2024-09-11T08:03:11.823932+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.710032s) 2024-09-11T08:03:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.825213+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.825879+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.826004+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.826126+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.826395+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.826973+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.827199+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.827394+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.827614+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.827814+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.828003+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: cluster 2024-09-11T08:03:11.829620+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:11.852803+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:03:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 bash[23378]: audit 2024-09-11T08:03:12.750651+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:11.115576+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:11.823932+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.710032s) 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.825213+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.825879+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.826004+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.826126+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.826395+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.826973+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.827199+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.827394+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.827614+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:03:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.827814+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:03:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.828003+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:03:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:11.829620+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2024-09-11T08:03:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:11.852803+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:03:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:12.750651+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:03:13.395 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-09-11T08:03:13.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-09-11T08:03:13.396 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-09-11T08:03:13.947 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:12.751410+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:13.947 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:12.826101+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.7122s) 2024-09-11T08:03:13.947 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:13 smithi007 bash[23378]: audit 2024-09-11T08:03:12.751410+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:13.947 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:13 smithi007 bash[23378]: cluster 2024-09-11T08:03:12.826101+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.7122s) 2024-09-11T08:03:14.631 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:13.825636+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:14.195192+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:14.194736\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 bash[23378]: cluster 2024-09-11T08:03:13.825636+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 bash[23378]: audit 2024-09-11T08:03:14.195192+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:14.194736\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 bash[23378]: audit 2024-09-11T08:03:14.196874+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:14.194736\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 bash[23378]: audit 2024-09-11T08:03:14.197311+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 bash[23378]: audit 2024-09-11T08:03:14.627251+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCECGN+55AcE2GlkvY3NVw1oIwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDkxMTA4MDMx\nNFoXDTM0MDkwOTA4MDMxNFowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1VX9+mlY\nvm6gHGPKk9aOOMU8CuZXPdWKFH94iwQ57w+T0jFlg6ZF+E7KH0EK70NnxjaALo5g\nFyB2po/xv5jLTRcAfsNZXk++XkF7VK+YRsa5/jSw3UBp3V8olryCnqKsPFwmmt6q\nON3qFG0OFuI5/7kagWF/HBy0opDKnAoJM27ywiakKcuwl14irISp1fC3B7+bV7R4\nk4kZjz1kLm1b4OV3tzf4VOG5xTrRun+xotlWIhlmb2TyRrkUhbJ4/xJAtRpyqoVF\nxapz1/9Smbi0MxJBdR2bolOImgf24SEqjBGTe7Ax59loozpT9J0epm8sS3IoODTj\nY6LLfGiQoRUuzQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAdk7K3kNyr+tJcP8ct\nUcX1KIERIXvuDeXU986WkgRikFmzY6GBKpudvXdEDxDeGi8iqjnBVFM/sx6Hx1Qj\nS3mV6okhh5agGZQZyOqIDfCHqHYMJ12nHZhuk2EVQTahweIfedBsHFHerLs4A8lD\n6wHbh/6FGWXN2sGdbbpE++hFDB3zg6MwEh9refFKJxfGFTS+CAIxkI7GH+UphC2D\nLn2XAgQgNfggF+YfQGi6o6G8Qfnf9IZVqvJGNYHtqv5yvQmZkjSunXgb57vMkkC1\nh3u5fXCFJIgFmYJeaRBDurGdQeDizYapofGJejuXtolNEdzmu5rwhzOLWoobNDuU\nKUO4\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 bash[23378]: audit 2024-09-11T08:03:14.629029+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCECGN+55AcE2GlkvY3NVw1oIwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDkxMTA4MDMx\nNFoXDTM0MDkwOTA4MDMxNFowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1VX9+mlY\nvm6gHGPKk9aOOMU8CuZXPdWKFH94iwQ57w+T0jFlg6ZF+E7KH0EK70NnxjaALo5g\nFyB2po/xv5jLTRcAfsNZXk++XkF7VK+YRsa5/jSw3UBp3V8olryCnqKsPFwmmt6q\nON3qFG0OFuI5/7kagWF/HBy0opDKnAoJM27ywiakKcuwl14irISp1fC3B7+bV7R4\nk4kZjz1kLm1b4OV3tzf4VOG5xTrRun+xotlWIhlmb2TyRrkUhbJ4/xJAtRpyqoVF\nxapz1/9Smbi0MxJBdR2bolOImgf24SEqjBGTe7Ax59loozpT9J0epm8sS3IoODTj\nY6LLfGiQoRUuzQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAdk7K3kNyr+tJcP8ct\nUcX1KIERIXvuDeXU986WkgRikFmzY6GBKpudvXdEDxDeGi8iqjnBVFM/sx6Hx1Qj\nS3mV6okhh5agGZQZyOqIDfCHqHYMJ12nHZhuk2EVQTahweIfedBsHFHerLs4A8lD\n6wHbh/6FGWXN2sGdbbpE++hFDB3zg6MwEh9refFKJxfGFTS+CAIxkI7GH+UphC2D\nLn2XAgQgNfggF+YfQGi6o6G8Qfnf9IZVqvJGNYHtqv5yvQmZkjSunXgb57vMkkC1\nh3u5fXCFJIgFmYJeaRBDurGdQeDizYapofGJejuXtolNEdzmu5rwhzOLWoobNDuU\nKUO4\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:14.196874+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:14.194736\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:14.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 bash[23378]: audit 2024-09-11T08:03:14.629381+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDVVf36aVi+bqAc\nY8qT1o44xTwK5lc91YoUf3iLBDnvD5PSMWWDpkX4TsofQQrvQ2fGNoAujmAXIHam\nj/G/mMtNFwB+w1leT75eQXtUr5hGxrn+NLDdQGndXyiWvIKeoqw8XCaa3qo43eoU\nbQ4W4jn/uRqBYX8cHLSikMqcCgkzbvLCJqQpy7CXXiKshKnV8LcHv5tXtHiTiRmP\nPWQubVvg5Xe3N/hU4bnFOtG6f7Gi2VYiGWZvZPJGuRSFsnj/EkC1GnKqhUXFqnPX\n/1KZuLQzEkF1HZuiU4iaB/bhISqMEZN7sDHn2WijOlP0nR6mbyxLcig4NONjost8\naJChFS7NAgMBAAECggEBALWdL0ouxM3Zf5Srn5mb3heWUTc2QK7zS0mH+ybdwjQy\nHrWiN7mLo6Vv7cINrTFjQMUNQLJhoowNpvTFNhjWCrzmCBXiWAJiAL5dIJFHq2sV\nYuF2GdtBKt66U+N/N/O0qMv55yOQy3j98njRHl182cNJ4bajOYLFLUH34YRVRt/w\n1VNCy6xnx1ID1rZ+O1eSBe2gZpbgacmmCriaT2A1MeaYk+b5LrDCT6Iu8D6hQk0B\nGE1YOmXm8Hg1VEierRbNV9kzthgAJENo2g+k/yVrQuvI4MYz+sWY3dg2g83abxxq\nvDYB0T+cE4ViOO9TpBgTb0b53iCHUGbv9N6jQgJPWAECgYEA9ycBCJISw3j2FUvd\nLP1XsZMEXqba6s+TPMKVXtlDda80KH/q0AQZPhx2VheKx/mcDfPZqO+2x30sLuN/\n4oekMtIJ1+NnCdiYyJQUvm5EKMluctVjNRW4YFFMUPTJXvWrGa2VTBaPB7UpBRDB\n+8IM31QaOZ5MUB45W0SullAaIeECgYEA3PkU37nYQfE0Zq1HAuBRhqtABsU6KmNY\nqOafUjlRdeM8mp2n8k88n+fpU5AU/bYlGpjFwvCpJUj5IKtJnTIT5/l6GyC62Lmw\n/gn+66Ie1JNb8vgGdGF+lTpS1Dp3FY8WRDVWHFvWg7jjbmDTMRS68/BTuVPFjUJT\npzZeIcnRAm0CgYEArboyBMdA/zwgplmcT8qJAN5ZvPrGeTWNxrD0dCZ+P9P28tzv\nvmaTI9C38c48lFLFuh0Fi7Vsoo8/Jnpt41r7NWnk12cWf5pL0vocFrvFl3H3/Co4\nwRDSeInM/j8C6YgATF1yy3gz8/QIsHHWGVSO3dDtWkEGXW7RXHFL04bcx6ECgYAq\n9LC+HR6RExagryaSxJCUoU29AzIfc1iU3OAz17iiNh5d4C/5xrV+UFLnT6cE+xeT\naAdpsebvvJPRafrReB6uhazbAS3RW6ewerj3jXh40nyZauW2Ug2NbN0VLJhhtIMb\nl1K6CJBW4uYzWtczP1hoe1uLN2G76Bzi8Iqz/suGsQKBgFaeVROgadZeWRSNRd7P\nojnATM/BN07eAiHeSS1I6Jq8yPc/bM+kXljQz8F6mDKksM598XljbSFVaksps4Zb\nI+0kvnBjis6janwimyn764cfyLv2W5BksppZt0NX2+tZtMeZaGve546XMD/46Fmf\nHIK/Qd0wZ0EvPcxfTwau/ufZ\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:03:14.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 bash[23378]: audit 2024-09-11T08:03:14.630580+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDVVf36aVi+bqAc\nY8qT1o44xTwK5lc91YoUf3iLBDnvD5PSMWWDpkX4TsofQQrvQ2fGNoAujmAXIHam\nj/G/mMtNFwB+w1leT75eQXtUr5hGxrn+NLDdQGndXyiWvIKeoqw8XCaa3qo43eoU\nbQ4W4jn/uRqBYX8cHLSikMqcCgkzbvLCJqQpy7CXXiKshKnV8LcHv5tXtHiTiRmP\nPWQubVvg5Xe3N/hU4bnFOtG6f7Gi2VYiGWZvZPJGuRSFsnj/EkC1GnKqhUXFqnPX\n/1KZuLQzEkF1HZuiU4iaB/bhISqMEZN7sDHn2WijOlP0nR6mbyxLcig4NONjost8\naJChFS7NAgMBAAECggEBALWdL0ouxM3Zf5Srn5mb3heWUTc2QK7zS0mH+ybdwjQy\nHrWiN7mLo6Vv7cINrTFjQMUNQLJhoowNpvTFNhjWCrzmCBXiWAJiAL5dIJFHq2sV\nYuF2GdtBKt66U+N/N/O0qMv55yOQy3j98njRHl182cNJ4bajOYLFLUH34YRVRt/w\n1VNCy6xnx1ID1rZ+O1eSBe2gZpbgacmmCriaT2A1MeaYk+b5LrDCT6Iu8D6hQk0B\nGE1YOmXm8Hg1VEierRbNV9kzthgAJENo2g+k/yVrQuvI4MYz+sWY3dg2g83abxxq\nvDYB0T+cE4ViOO9TpBgTb0b53iCHUGbv9N6jQgJPWAECgYEA9ycBCJISw3j2FUvd\nLP1XsZMEXqba6s+TPMKVXtlDda80KH/q0AQZPhx2VheKx/mcDfPZqO+2x30sLuN/\n4oekMtIJ1+NnCdiYyJQUvm5EKMluctVjNRW4YFFMUPTJXvWrGa2VTBaPB7UpBRDB\n+8IM31QaOZ5MUB45W0SullAaIeECgYEA3PkU37nYQfE0Zq1HAuBRhqtABsU6KmNY\nqOafUjlRdeM8mp2n8k88n+fpU5AU/bYlGpjFwvCpJUj5IKtJnTIT5/l6GyC62Lmw\n/gn+66Ie1JNb8vgGdGF+lTpS1Dp3FY8WRDVWHFvWg7jjbmDTMRS68/BTuVPFjUJT\npzZeIcnRAm0CgYEArboyBMdA/zwgplmcT8qJAN5ZvPrGeTWNxrD0dCZ+P9P28tzv\nvmaTI9C38c48lFLFuh0Fi7Vsoo8/Jnpt41r7NWnk12cWf5pL0vocFrvFl3H3/Co4\nwRDSeInM/j8C6YgATF1yy3gz8/QIsHHWGVSO3dDtWkEGXW7RXHFL04bcx6ECgYAq\n9LC+HR6RExagryaSxJCUoU29AzIfc1iU3OAz17iiNh5d4C/5xrV+UFLnT6cE+xeT\naAdpsebvvJPRafrReB6uhazbAS3RW6ewerj3jXh40nyZauW2Ug2NbN0VLJhhtIMb\nl1K6CJBW4uYzWtczP1hoe1uLN2G76Bzi8Iqz/suGsQKBgFaeVROgadZeWRSNRd7P\nojnATM/BN07eAiHeSS1I6Jq8yPc/bM+kXljQz8F6mDKksM598XljbSFVaksps4Zb\nI+0kvnBjis6janwimyn764cfyLv2W5BksppZt0NX2+tZtMeZaGve546XMD/46Fmf\nHIK/Qd0wZ0EvPcxfTwau/ufZ\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:03:14.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:14.197311+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:03:14.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:14.627251+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCECGN+55AcE2GlkvY3NVw1oIwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDkxMTA4MDMx\nNFoXDTM0MDkwOTA4MDMxNFowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1VX9+mlY\nvm6gHGPKk9aOOMU8CuZXPdWKFH94iwQ57w+T0jFlg6ZF+E7KH0EK70NnxjaALo5g\nFyB2po/xv5jLTRcAfsNZXk++XkF7VK+YRsa5/jSw3UBp3V8olryCnqKsPFwmmt6q\nON3qFG0OFuI5/7kagWF/HBy0opDKnAoJM27ywiakKcuwl14irISp1fC3B7+bV7R4\nk4kZjz1kLm1b4OV3tzf4VOG5xTrRun+xotlWIhlmb2TyRrkUhbJ4/xJAtRpyqoVF\nxapz1/9Smbi0MxJBdR2bolOImgf24SEqjBGTe7Ax59loozpT9J0epm8sS3IoODTj\nY6LLfGiQoRUuzQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAdk7K3kNyr+tJcP8ct\nUcX1KIERIXvuDeXU986WkgRikFmzY6GBKpudvXdEDxDeGi8iqjnBVFM/sx6Hx1Qj\nS3mV6okhh5agGZQZyOqIDfCHqHYMJ12nHZhuk2EVQTahweIfedBsHFHerLs4A8lD\n6wHbh/6FGWXN2sGdbbpE++hFDB3zg6MwEh9refFKJxfGFTS+CAIxkI7GH+UphC2D\nLn2XAgQgNfggF+YfQGi6o6G8Qfnf9IZVqvJGNYHtqv5yvQmZkjSunXgb57vMkkC1\nh3u5fXCFJIgFmYJeaRBDurGdQeDizYapofGJejuXtolNEdzmu5rwhzOLWoobNDuU\nKUO4\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:03:14.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:14.629029+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCECGN+55AcE2GlkvY3NVw1oIwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDkxMTA4MDMx\nNFoXDTM0MDkwOTA4MDMxNFowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1VX9+mlY\nvm6gHGPKk9aOOMU8CuZXPdWKFH94iwQ57w+T0jFlg6ZF+E7KH0EK70NnxjaALo5g\nFyB2po/xv5jLTRcAfsNZXk++XkF7VK+YRsa5/jSw3UBp3V8olryCnqKsPFwmmt6q\nON3qFG0OFuI5/7kagWF/HBy0opDKnAoJM27ywiakKcuwl14irISp1fC3B7+bV7R4\nk4kZjz1kLm1b4OV3tzf4VOG5xTrRun+xotlWIhlmb2TyRrkUhbJ4/xJAtRpyqoVF\nxapz1/9Smbi0MxJBdR2bolOImgf24SEqjBGTe7Ax59loozpT9J0epm8sS3IoODTj\nY6LLfGiQoRUuzQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAdk7K3kNyr+tJcP8ct\nUcX1KIERIXvuDeXU986WkgRikFmzY6GBKpudvXdEDxDeGi8iqjnBVFM/sx6Hx1Qj\nS3mV6okhh5agGZQZyOqIDfCHqHYMJ12nHZhuk2EVQTahweIfedBsHFHerLs4A8lD\n6wHbh/6FGWXN2sGdbbpE++hFDB3zg6MwEh9refFKJxfGFTS+CAIxkI7GH+UphC2D\nLn2XAgQgNfggF+YfQGi6o6G8Qfnf9IZVqvJGNYHtqv5yvQmZkjSunXgb57vMkkC1\nh3u5fXCFJIgFmYJeaRBDurGdQeDizYapofGJejuXtolNEdzmu5rwhzOLWoobNDuU\nKUO4\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:03:14.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:14.629381+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDVVf36aVi+bqAc\nY8qT1o44xTwK5lc91YoUf3iLBDnvD5PSMWWDpkX4TsofQQrvQ2fGNoAujmAXIHam\nj/G/mMtNFwB+w1leT75eQXtUr5hGxrn+NLDdQGndXyiWvIKeoqw8XCaa3qo43eoU\nbQ4W4jn/uRqBYX8cHLSikMqcCgkzbvLCJqQpy7CXXiKshKnV8LcHv5tXtHiTiRmP\nPWQubVvg5Xe3N/hU4bnFOtG6f7Gi2VYiGWZvZPJGuRSFsnj/EkC1GnKqhUXFqnPX\n/1KZuLQzEkF1HZuiU4iaB/bhISqMEZN7sDHn2WijOlP0nR6mbyxLcig4NONjost8\naJChFS7NAgMBAAECggEBALWdL0ouxM3Zf5Srn5mb3heWUTc2QK7zS0mH+ybdwjQy\nHrWiN7mLo6Vv7cINrTFjQMUNQLJhoowNpvTFNhjWCrzmCBXiWAJiAL5dIJFHq2sV\nYuF2GdtBKt66U+N/N/O0qMv55yOQy3j98njRHl182cNJ4bajOYLFLUH34YRVRt/w\n1VNCy6xnx1ID1rZ+O1eSBe2gZpbgacmmCriaT2A1MeaYk+b5LrDCT6Iu8D6hQk0B\nGE1YOmXm8Hg1VEierRbNV9kzthgAJENo2g+k/yVrQuvI4MYz+sWY3dg2g83abxxq\nvDYB0T+cE4ViOO9TpBgTb0b53iCHUGbv9N6jQgJPWAECgYEA9ycBCJISw3j2FUvd\nLP1XsZMEXqba6s+TPMKVXtlDda80KH/q0AQZPhx2VheKx/mcDfPZqO+2x30sLuN/\n4oekMtIJ1+NnCdiYyJQUvm5EKMluctVjNRW4YFFMUPTJXvWrGa2VTBaPB7UpBRDB\n+8IM31QaOZ5MUB45W0SullAaIeECgYEA3PkU37nYQfE0Zq1HAuBRhqtABsU6KmNY\nqOafUjlRdeM8mp2n8k88n+fpU5AU/bYlGpjFwvCpJUj5IKtJnTIT5/l6GyC62Lmw\n/gn+66Ie1JNb8vgGdGF+lTpS1Dp3FY8WRDVWHFvWg7jjbmDTMRS68/BTuVPFjUJT\npzZeIcnRAm0CgYEArboyBMdA/zwgplmcT8qJAN5ZvPrGeTWNxrD0dCZ+P9P28tzv\nvmaTI9C38c48lFLFuh0Fi7Vsoo8/Jnpt41r7NWnk12cWf5pL0vocFrvFl3H3/Co4\nwRDSeInM/j8C6YgATF1yy3gz8/QIsHHWGVSO3dDtWkEGXW7RXHFL04bcx6ECgYAq\n9LC+HR6RExagryaSxJCUoU29AzIfc1iU3OAz17iiNh5d4C/5xrV+UFLnT6cE+xeT\naAdpsebvvJPRafrReB6uhazbAS3RW6ewerj3jXh40nyZauW2Ug2NbN0VLJhhtIMb\nl1K6CJBW4uYzWtczP1hoe1uLN2G76Bzi8Iqz/suGsQKBgFaeVROgadZeWRSNRd7P\nojnATM/BN07eAiHeSS1I6Jq8yPc/bM+kXljQz8F6mDKksM598XljbSFVaksps4Zb\nI+0kvnBjis6janwimyn764cfyLv2W5BksppZt0NX2+tZtMeZaGve546XMD/46Fmf\nHIK/Qd0wZ0EvPcxfTwau/ufZ\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:03:14.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:14.630580+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDVVf36aVi+bqAc\nY8qT1o44xTwK5lc91YoUf3iLBDnvD5PSMWWDpkX4TsofQQrvQ2fGNoAujmAXIHam\nj/G/mMtNFwB+w1leT75eQXtUr5hGxrn+NLDdQGndXyiWvIKeoqw8XCaa3qo43eoU\nbQ4W4jn/uRqBYX8cHLSikMqcCgkzbvLCJqQpy7CXXiKshKnV8LcHv5tXtHiTiRmP\nPWQubVvg5Xe3N/hU4bnFOtG6f7Gi2VYiGWZvZPJGuRSFsnj/EkC1GnKqhUXFqnPX\n/1KZuLQzEkF1HZuiU4iaB/bhISqMEZN7sDHn2WijOlP0nR6mbyxLcig4NONjost8\naJChFS7NAgMBAAECggEBALWdL0ouxM3Zf5Srn5mb3heWUTc2QK7zS0mH+ybdwjQy\nHrWiN7mLo6Vv7cINrTFjQMUNQLJhoowNpvTFNhjWCrzmCBXiWAJiAL5dIJFHq2sV\nYuF2GdtBKt66U+N/N/O0qMv55yOQy3j98njRHl182cNJ4bajOYLFLUH34YRVRt/w\n1VNCy6xnx1ID1rZ+O1eSBe2gZpbgacmmCriaT2A1MeaYk+b5LrDCT6Iu8D6hQk0B\nGE1YOmXm8Hg1VEierRbNV9kzthgAJENo2g+k/yVrQuvI4MYz+sWY3dg2g83abxxq\nvDYB0T+cE4ViOO9TpBgTb0b53iCHUGbv9N6jQgJPWAECgYEA9ycBCJISw3j2FUvd\nLP1XsZMEXqba6s+TPMKVXtlDda80KH/q0AQZPhx2VheKx/mcDfPZqO+2x30sLuN/\n4oekMtIJ1+NnCdiYyJQUvm5EKMluctVjNRW4YFFMUPTJXvWrGa2VTBaPB7UpBRDB\n+8IM31QaOZ5MUB45W0SullAaIeECgYEA3PkU37nYQfE0Zq1HAuBRhqtABsU6KmNY\nqOafUjlRdeM8mp2n8k88n+fpU5AU/bYlGpjFwvCpJUj5IKtJnTIT5/l6GyC62Lmw\n/gn+66Ie1JNb8vgGdGF+lTpS1Dp3FY8WRDVWHFvWg7jjbmDTMRS68/BTuVPFjUJT\npzZeIcnRAm0CgYEArboyBMdA/zwgplmcT8qJAN5ZvPrGeTWNxrD0dCZ+P9P28tzv\nvmaTI9C38c48lFLFuh0Fi7Vsoo8/Jnpt41r7NWnk12cWf5pL0vocFrvFl3H3/Co4\nwRDSeInM/j8C6YgATF1yy3gz8/QIsHHWGVSO3dDtWkEGXW7RXHFL04bcx6ECgYAq\n9LC+HR6RExagryaSxJCUoU29AzIfc1iU3OAz17iiNh5d4C/5xrV+UFLnT6cE+xeT\naAdpsebvvJPRafrReB6uhazbAS3RW6ewerj3jXh40nyZauW2Ug2NbN0VLJhhtIMb\nl1K6CJBW4uYzWtczP1hoe1uLN2G76Bzi8Iqz/suGsQKBgFaeVROgadZeWRSNRd7P\nojnATM/BN07eAiHeSS1I6Jq8yPc/bM+kXljQz8F6mDKksM598XljbSFVaksps4Zb\nI+0kvnBjis6janwimyn764cfyLv2W5BksppZt0NX2+tZtMeZaGve546XMD/46Fmf\nHIK/Qd0wZ0EvPcxfTwau/ufZ\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:03:15.650 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Creating initial admin user... 2024-09-11T08:03:15.650 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'i83boc4kvm', 'administrator', '--force-password', '--pwd-update-required'] 2024-09-11T08:03:15.650 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin i83boc4kvm administrator --force-password --pwd-update-required 2024-09-11T08:03:15.903 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:14.535044+0000 mgr.y (mgr.14140) 1 : audit [DBG] from='client.14153 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:15.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:15 smithi007 bash[23378]: audit 2024-09-11T08:03:14.535044+0000 mgr.y (mgr.14140) 1 : audit [DBG] from='client.14153 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:16.558 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$5YIr4RuS3sUcWxOmKXjD7ubl9q4387JLMJocrYxN830YanKAQQDDa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726041796, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T08:03:17.109 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:16.555992+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$5YIr4RuS3sUcWxOmKXjD7ubl9q4387JLMJocrYxN830YanKAQQDDa\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1726041796, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-09-11T08:03:17.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:16.557642+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$5YIr4RuS3sUcWxOmKXjD7ubl9q4387JLMJocrYxN830YanKAQQDDa\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1726041796, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-09-11T08:03:17.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:16 smithi007 bash[23378]: audit 2024-09-11T08:03:16.555992+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$5YIr4RuS3sUcWxOmKXjD7ubl9q4387JLMJocrYxN830YanKAQQDDa\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1726041796, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-09-11T08:03:17.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:16 smithi007 bash[23378]: audit 2024-09-11T08:03:16.557642+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$5YIr4RuS3sUcWxOmKXjD7ubl9q4387JLMJocrYxN830YanKAQQDDa\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1726041796, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-09-11T08:03:17.111 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Fetching dashboard port number... 2024-09-11T08:03:17.111 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi007', '-v', '/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpwqs461an:/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-11T08:03:17.111 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi007 -v /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpecd_mmsr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwqs461an:/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-11T08:03:17.775 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-09-11T08:03:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:16.312899+0000 mgr.y (mgr.14140) 2 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "i83boc4kvm", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:17.773782+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.7:0/3668207663' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-11T08:03:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:17 smithi007 bash[23378]: audit 2024-09-11T08:03:16.312899+0000 mgr.y (mgr.14140) 2 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "i83boc4kvm", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:17 smithi007 bash[23378]: audit 2024-09-11T08:03:17.773782+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.7:0/3668207663' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: URL: https://smithi007.front.sepia.ceph.com:8443/ 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: User: admin 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: Password: i83boc4kvm 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:03:18.590 INFO:teuthology.orchestra.run.smithi007.stderr: ceph telemetry on 2024-09-11T08:03:18.591 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:03:18.591 INFO:teuthology.orchestra.run.smithi007.stderr:For more information see: 2024-09-11T08:03:18.591 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:03:18.591 INFO:teuthology.orchestra.run.smithi007.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-11T08:03:18.591 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:03:18.591 INFO:teuthology.orchestra.run.smithi007.stderr:INFO:cephadm:Bootstrap complete. 2024-09-11T08:03:18.591 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Releasing lock 139868948638976 on /run/cephadm/1d8402f0-7014-11ef-bcea-c7b262605968.lock 2024-09-11T08:03:18.591 INFO:teuthology.orchestra.run.smithi007.stderr:DEBUG:cephadm:Lock 139868948638976 released on /run/cephadm/1d8402f0-7014-11ef-bcea-c7b262605968.lock 2024-09-11T08:03:18.617 INFO:tasks.cephadm:Fetching config... 2024-09-11T08:03:18.617 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:03:18.617 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T08:03:18.633 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T08:03:18.633 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:03:18.633 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T08:03:18.688 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T08:03:18.688 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:03:18.688 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/var/lib/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-11T08:03:18.754 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T08:03:18.754 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:03:18.754 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T08:03:18.811 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T08:03:18.811 DEBUG:teuthology.orchestra.run.smithi007:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T08:03:18.885 INFO:teuthology.orchestra.run.smithi007.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:18.897 DEBUG:teuthology.orchestra.run.smithi155:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T08:03:19.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:17.831956+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-09-11T08:03:19.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:18 smithi007 bash[23378]: cluster 2024-09-11T08:03:17.831956+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-09-11T08:03:19.097 INFO:teuthology.orchestra.run.smithi155.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6f0owNqn1s/LxOEY4IUjyGlUnab7PF7LbuSxt28k7ScPsiqKKPNGWT3/Hr0K6xm+qhRQzHpcX9DNySxqWNXDZyS1yMHWwP/0WJsgUK4S5MBzRSXBvTXR66v0315gfIaWNmdfs//qklI/dyqx8MEP6HI18DIUJJ+JN7O47cmVPmmFyS4pNUcBOvtIB2/J4DoI/U0DAergpMlwtv4aUq+iOCajKz6rzj5MAx1lRBl1/NT8mUOmiXjzCynO6iS+iFUxGpays1bPMgaq099zwnTNB3ZXAjArYbm541jgLD+XFSc/PVurxVAeuTG8NU1ncSta9bypnLb+OOe5tHt7gXEmyNb606+tyRYiUe7xsZS0TYc+MS5gHYp+8ELrwbv9y0uRox6HtpUtuhDcNcyOFAHyfJ53/+Og43jSjzNLxp3uCv6G4cSfO3KwdSyAgaC2l3t3BgoZ2KduFOIx8mAFczrC9E7g7zhkf49apQSQO1f06lnD9viDqGSlZoI+T8KHt73E= ceph-1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:19.110 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi155 2024-09-11T08:03:19.111 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-11T08:03:19.111 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.conf 2024-09-11T08:03:19.128 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-11T08:03:19.128 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:03:19.185 INFO:tasks.cephadm:Adding host smithi155 to orchestrator... 2024-09-11T08:03:19.185 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch host add smithi155 2024-09-11T08:03:20.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:19.228753+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:20.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:19.448637+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:14.194736\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:20.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:19 smithi007 bash[23378]: audit 2024-09-11T08:03:19.228753+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:20.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:19 smithi007 bash[23378]: audit 2024-09-11T08:03:19.448637+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:14.194736\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:20.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:19.450344+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:14.194736\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:20.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:19 smithi007 bash[23378]: audit 2024-09-11T08:03:19.450344+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:14.194736\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:20.927162+0000 mgr.y (mgr.14140) 3 : audit [DBG] from='client.14159 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:21 smithi007 bash[23378]: audit 2024-09-11T08:03:20.927162+0000 mgr.y (mgr.14140) 3 : audit [DBG] from='client.14159 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:21.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: Warning: Permanently added 'smithi155,172.21.15.155' (ECDSA) to the list of known hosts. 2024-09-11T08:03:21.291 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:03:20 smithi007 bash[23571]: Warning: Permanently added 'smithi155,172.21.15.155' (ECDSA) to the list of known hosts. 2024-09-11T08:03:21.930 INFO:teuthology.orchestra.run.smithi007.stdout:Added host 'smithi155' 2024-09-11T08:03:22.258 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:21.479733+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"smithi007\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: audit 2024-09-11T08:03:21.479733+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"smithi007\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:21.481420+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"smithi007\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:21.481726+0000 mgr.y (mgr.14140) 4 : cephadm [INF] Added host smithi155 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:21.686840+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:21.688427+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: audit 2024-09-11T08:03:21.481420+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"smithi007\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: cephadm 2024-09-11T08:03:21.481726+0000 mgr.y (mgr.14140) 4 : cephadm [INF] Added host smithi155 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: audit 2024-09-11T08:03:21.686840+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: audit 2024-09-11T08:03:21.688427+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: audit 2024-09-11T08:03:21.689070+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: audit 2024-09-11T08:03:21.867341+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:21.867049\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:22.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: audit 2024-09-11T08:03:21.868918+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:21.867049\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:22.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 bash[23378]: audit 2024-09-11T08:03:21.869470+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:03:22.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:21.689070+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:22.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:21.867341+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:21.867049\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:22.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:21.868918+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:21.867049\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:22.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:21.869470+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:03:22.483 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T08:03:24.290 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:03:24.290 INFO:teuthology.orchestra.run.smithi007.stdout:[{"addr": "smithi007", "hostname": "smithi007", "labels": [], "status": ""}, {"addr": "smithi155", "hostname": "smithi155", "labels": [], "status": ""}] 2024-09-11T08:03:25.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:24.551948+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:25.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:24 smithi007 bash[23378]: audit 2024-09-11T08:03:24.551948+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:25.057 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T08:03:25.058 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T08:03:26.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:24.288401+0000 mgr.y (mgr.14140) 5 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:03:26.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:24.739611+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:21.867049\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:26.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:25 smithi007 bash[23378]: audit 2024-09-11T08:03:24.288401+0000 mgr.y (mgr.14140) 5 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:03:26.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:25 smithi007 bash[23378]: audit 2024-09-11T08:03:24.739611+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:21.867049\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:26.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:25 smithi007 bash[23378]: audit 2024-09-11T08:03:24.741597+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:21.867049\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:26.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:24.741597+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:03:21.867049\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:26.901 INFO:teuthology.orchestra.run.smithi007.stderr:adjusted tunables profile to default 2024-09-11T08:03:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:26.845351+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.7:0/1975384296' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-11T08:03:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:26 smithi007 bash[23378]: audit 2024-09-11T08:03:26.845351+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.7:0/1975384296' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-11T08:03:27.473 INFO:tasks.cephadm:Adding mon.c on smithi007 2024-09-11T08:03:27.473 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add mon 'smithi007:[v2:172.21.15.7:3301,v1:172.21.15.7:6790]=c' 2024-09-11T08:03:28.035 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:26.897820+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.7:0/1975384296' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T08:03:28.035 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:26.897853+0000 mon.a (mon.0) 119 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:28.035 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:27 smithi007 bash[23378]: audit 2024-09-11T08:03:26.897820+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.7:0/1975384296' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T08:03:28.035 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:27 smithi007 bash[23378]: cluster 2024-09-11T08:03:26.897853+0000 mon.a (mon.0) 119 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:29.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:29.280899+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:03:29.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:29.281470+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:29.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:29.282055+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-11T08:03:29.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:29 smithi007 bash[23378]: audit 2024-09-11T08:03:29.280899+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:03:29.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:29 smithi007 bash[23378]: audit 2024-09-11T08:03:29.281470+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:29.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:29 smithi007 bash[23378]: audit 2024-09-11T08:03:29.282055+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-11T08:03:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:29.279345+0000 mgr.y (mgr.14140) 6 : audit [DBG] from='client.14165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi007:[v2:172.21.15.7:3301,v1:172.21.15.7:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:30 smithi007 bash[23378]: audit 2024-09-11T08:03:29.279345+0000 mgr.y (mgr.14140) 6 : audit [DBG] from='client.14165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi007:[v2:172.21.15.7:3301,v1:172.21.15.7:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:30 smithi007 bash[23378]: cephadm 2024-09-11T08:03:29.281879+0000 mgr.y (mgr.14140) 7 : cephadm [INF] Deploying daemon mon.c on smithi007 2024-09-11T08:03:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:29.281879+0000 mgr.y (mgr.14140) 7 : cephadm [INF] Deploying daemon mon.c on smithi007 2024-09-11T08:03:32.287 INFO:teuthology.orchestra.run.smithi007.stdout:Deployed mon.c on host 'smithi007' 2024-09-11T08:03:32.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:31.827257+0000 mgr.y (mgr.14140) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:32.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:32.222048+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:32.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:32 smithi007 bash[23378]: cluster 2024-09-11T08:03:31.827257+0000 mgr.y (mgr.14140) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:32.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:32 smithi007 bash[23378]: audit 2024-09-11T08:03:32.222048+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:32.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:32 smithi007 bash[23378]: audit 2024-09-11T08:03:32.222368+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:32.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:32.222368+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:32.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:32 smithi007 bash[23378]: audit 2024-09-11T08:03:32.223962+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:32.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:32.223962+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:32.994 DEBUG:teuthology.orchestra.run.smithi007:mon.c> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.c.service 2024-09-11T08:03:32.996 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T08:03:32.997 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T08:03:33.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 podman[26113]: 2024-09-11 08:03:33.103139366 +0000 UTC m=+0.906026459 container init 6b8400224c35c65128f062099dd73409e62dd263b3d77efe619185e511807b86 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image) 2024-09-11T08:03:33.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 podman[26113]: 2024-09-11 08:03:33.106980903 +0000 UTC m=+0.909868006 container start 6b8400224c35c65128f062099dd73409e62dd263b3d77efe619185e511807b86 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c, org.label-schema.build-date=20200114, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS) 2024-09-11T08:03:33.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.125+0000 7f71a4c1f6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:03:33.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.125+0000 7f71a4c1f6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-11T08:03:33.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.125+0000 7f71a4c1f6c0 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:03:33.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 load: jerasure load: lrc load: isa 2024-09-11T08:03:33.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:03:33.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:03:33.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:03:33.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:03:33.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:03:33.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:03:33.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 1 rocksdb: do_open column families: [default] 2024-09-11T08:03:33.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:03:33.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.274 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:03:33.274 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:03:33.274 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: DB SUMMARY 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-11T08:03:33.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 489 ; 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.env: 0x558a52e801a0 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.info_log: 0x558a547e69c0 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:03:33.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:03:33.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:03:33.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.write_buffer_manager: 0x558a5537eb10 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:03:33.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:03:33.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:03:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:03:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:03:33.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558a54702130) 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cache_index_and_filter_blocks: 1 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: pin_top_level_index_and_filter: 1 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: index_type: 0 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: data_block_index_type: 0 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: hash_index_allow_collision: 1 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: checksum: 1 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: no_block_cache: 0 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: block_cache: 0x558a5473c610 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: block_cache_name: BinnedLRUCache 2024-09-11T08:03:33.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: block_cache_options: 2024-09-11T08:03:33.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: capacity : 536870912 2024-09-11T08:03:33.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: num_shard_bits : 4 2024-09-11T08:03:33.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: strict_capacity_limit : 0 2024-09-11T08:03:33.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: high_pri_pool_ratio: 0.000 2024-09-11T08:03:33.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: block_cache_compressed: (nil) 2024-09-11T08:03:33.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: persistent_cache: (nil) 2024-09-11T08:03:33.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: block_size: 4096 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: block_size_deviation: 10 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: block_restart_interval: 16 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: index_block_restart_interval: 1 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: metadata_block_size: 4096 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: partition_filters: 0 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: use_delta_encoding: 1 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: whole_key_filtering: 1 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: verify_compression: 0 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: read_amp_bytes_per_bit: 0 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: format_version: 2 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: enable_index_compression: 1 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: block_align: 0 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:03:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:03:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:03:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:03:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041813135678, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041813136310, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1403, "table_properties": {"data_size": 501, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 379, "raw_average_value_size": 75, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.135+0000 7f71a4c1f6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041813136851, "job": 1, "event": "recovery_finished"} 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.136+0000 7f71a4c1f6c0 4 rocksdb: DB pointer 0x558a547d7200 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.136+0000 7f718bd6c700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.136+0000 7f718bd6c700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ** DB Stats ** 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ** Compaction Stats [default] ** 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ** Compaction Stats [default] ** 2024-09-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ** Compaction Stats [default] ** 2024-09-11T08:03:33.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ** Compaction Stats [default] ** 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:03:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.137+0000 7f71a4c1f6c0 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.137+0000 7f71a4c1f6c0 0 using public_addrv [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.138+0000 7f71a4c1f6c0 0 starting mon.c rank -1 at public addrs [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] at bind addrs [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.139+0000 7f71a4c1f6c0 1 mon.c@-1(???) e0 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: e1 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 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-11T08:03:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: legacy client fscid: -1 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: No filesystems configured 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 0 mon.c@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:31.827257+0000 mgr.y (mgr.14140) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:32.222048+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:32.222368+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:32.223962+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 1 mon.c@-1(synchronizing).paxosservice(auth 1..4) refresh upgraded, format 0 -> 3 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expand map: {default=false} 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expand map: {default=info} 2024-09-11T08:03:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.125+0000 7f71a4c1f6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.125+0000 7f71a4c1f6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.125+0000 7f71a4c1f6c0 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 load: jerasure load: lrc load: isa 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:03:33.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 1 rocksdb: do_open column families: [default] 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: DB SUMMARY 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 489 ; 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:03:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.env: 0x558a52e801a0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.info_log: 0x558a547e69c0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:03:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 podman[26113]: 2024-09-11 08:03:33.169701085 +0000 UTC m=+0.972588187 container attach 6b8400224c35c65128f062099dd73409e62dd263b3d77efe619185e511807b86 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD) 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.write_buffer_manager: 0x558a5537eb10 2024-09-11T08:03:33.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.132+0000 7f71a4c1f6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:03:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:03:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:03:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558a54702130) 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: cache_index_and_filter_blocks: 1 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:03:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: pin_top_level_index_and_filter: 1 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: index_type: 0 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: data_block_index_type: 0 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: hash_index_allow_collision: 1 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: checksum: 1 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: no_block_cache: 0 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: block_cache: 0x558a5473c610 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: block_cache_name: BinnedLRUCache 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: block_cache_options: 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: capacity : 536870912 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: num_shard_bits : 4 2024-09-11T08:03:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: strict_capacity_limit : 0 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: high_pri_pool_ratio: 0.000 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: block_cache_compressed: (nil) 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: persistent_cache: (nil) 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: block_size: 4096 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: block_size_deviation: 10 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: block_restart_interval: 16 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: index_block_restart_interval: 1 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: metadata_block_size: 4096 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: partition_filters: 0 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: use_delta_encoding: 1 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: whole_key_filtering: 1 2024-09-11T08:03:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: verify_compression: 0 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: read_amp_bytes_per_bit: 0 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: format_version: 2 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: enable_index_compression: 1 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: block_align: 0 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:03:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:03:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:03:33.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:03:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:03:33.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.133+0000 7f71a4c1f6c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041813135678, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041813136310, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1403, "table_properties": {"data_size": 501, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 379, "raw_average_value_size": 75, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.134+0000 7f71a4c1f6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.135+0000 7f71a4c1f6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041813136851, "job": 1, "event": "recovery_finished"} 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.136+0000 7f71a4c1f6c0 4 rocksdb: DB pointer 0x558a547d7200 2024-09-11T08:03:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.136+0000 7f718bd6c700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.136+0000 7f718bd6c700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ** DB Stats ** 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ** Compaction Stats [default] ** 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ** Compaction Stats [default] ** 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:03:33.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ** Compaction Stats [default] ** 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ** Compaction Stats [default] ** 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:03:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.137+0000 7f71a4c1f6c0 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.137+0000 7f71a4c1f6c0 0 using public_addrv [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.138+0000 7f71a4c1f6c0 0 starting mon.c rank -1 at public addrs [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] at bind addrs [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.139+0000 7f71a4c1f6c0 1 mon.c@-1(???) e0 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: e1 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 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-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: legacy client fscid: -1 2024-09-11T08:03:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: No filesystems configured 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.156+0000 7f718e571700 1 mon.c@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 0 mon.c@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: cluster 2024-09-11T08:03:31.827257+0000 mgr.y (mgr.14140) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: audit 2024-09-11T08:03:32.222048+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: audit 2024-09-11T08:03:32.222368+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: audit 2024-09-11T08:03:32.223962+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194543\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:14.194646\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.157+0000 7f718e571700 1 mon.c@-1(synchronizing).paxosservice(auth 1..4) refresh upgraded, format 0 -> 3 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expand map: {default=false} 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expand map: {default=info} 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T08:03:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T08:03:33.323 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T08:03:33.323 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T08:03:33.323 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T08:03:33.323 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:33 smithi007 bash[26113]: debug 2024-09-11T08:03:33.158+0000 7f718e571700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T08:03:38.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:33.164534+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:38.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:33.164534+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:38.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:33.827721+0000 mgr.y (mgr.14140) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:35.163404+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:33.164534+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:33.164534+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:33.827721+0000 mgr.y (mgr.14140) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:35.163404+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: audit 2024-09-11T08:03:35.443468+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:35.828040+0000 mgr.y (mgr.14140) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:37.828307+0000 mgr.y (mgr.14140) 11 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:38.167218+0000 mon.a (mon.0) 128 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:38.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:38.169987+0000 mon.a (mon.0) 129 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:38.170044+0000 mon.a (mon.0) 130 : cluster [DBG] fsmap 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:38.170080+0000 mon.a (mon.0) 131 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:38.170303+0000 mon.a (mon.0) 132 : cluster [DBG] mgrmap e13: y(active, since 27s) 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: audit 2024-09-11T08:03:35.443468+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:35.828040+0000 mgr.y (mgr.14140) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:37.828307+0000 mgr.y (mgr.14140) 11 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:38.167218+0000 mon.a (mon.0) 128 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:38.169987+0000 mon.a (mon.0) 129 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:38.170044+0000 mon.a (mon.0) 130 : cluster [DBG] fsmap 2024-09-11T08:03:38.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:38.170080+0000 mon.a (mon.0) 131 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:38.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:38.170303+0000 mon.a (mon.0) 132 : cluster [DBG] mgrmap e13: y(active, since 27s) 2024-09-11T08:03:38.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:33.827721+0000 mgr.y (mgr.14140) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: audit 2024-09-11T08:03:38.171087+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:38.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: cluster 2024-09-11T08:03:38.173506+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:38.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: audit 2024-09-11T08:03:38.171087+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:38.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: cluster 2024-09-11T08:03:38.173506+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:38.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:35.163404+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:38.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[23378]: audit 2024-09-11T08:03:38.175317+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:38.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 bash[26113]: audit 2024-09-11T08:03:38.175317+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:38.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:33.827721+0000 mgr.y (mgr.14140) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:35.163404+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:35.443468+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:35.828040+0000 mgr.y (mgr.14140) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:37.828307+0000 mgr.y (mgr.14140) 11 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:38.167218+0000 mon.a (mon.0) 128 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:38.169987+0000 mon.a (mon.0) 129 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:38.170044+0000 mon.a (mon.0) 130 : cluster [DBG] fsmap 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:38.170080+0000 mon.a (mon.0) 131 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:38.170303+0000 mon.a (mon.0) 132 : cluster [DBG] mgrmap e13: y(active, since 27s) 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:35.443468+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:38.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:35.828040+0000 mgr.y (mgr.14140) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:37.828307+0000 mgr.y (mgr.14140) 11 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:38.167218+0000 mon.a (mon.0) 128 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:38.169987+0000 mon.a (mon.0) 129 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:38.170044+0000 mon.a (mon.0) 130 : cluster [DBG] fsmap 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:38.170080+0000 mon.a (mon.0) 131 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:38.170303+0000 mon.a (mon.0) 132 : cluster [DBG] mgrmap e13: y(active, since 27s) 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:38.171087+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:38.173506+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:38.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:38.175317+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:38.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:38.171087+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:03:38.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:38.173506+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:38.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:38.175317+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442772\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}}, \"last_daemon_update\": \"2024-09-11T08:03:35.442895\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:03:39.615 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:03:39.615 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":2,"fsid":"1d8402f0-7014-11ef-bcea-c7b262605968","modified":"2024-09-11T08:03:33.162413Z","created":"2024-09-11T08:02:35.953531Z","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.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3301","nonce":0},{"type":"v1","addr":"172.21.15.7:6790","nonce":0}]},"addr":"172.21.15.7:6790/0","public_addr":"172.21.15.7:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-11T08:03:39.617 INFO:teuthology.orchestra.run.smithi007.stderr:dumped monmap epoch 2 2024-09-11T08:03:39.910 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:39.614550+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.7:0/825011575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:03:39.910 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:39 smithi007 bash[23378]: audit 2024-09-11T08:03:39.614550+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.7:0/825011575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:03:39.910 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:39.614550+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.7:0/825011575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:03:39.910 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:39 smithi007 bash[26113]: audit 2024-09-11T08:03:39.614550+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.7:0/825011575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:03:40.278 INFO:tasks.cephadm:Adding mon.b on smithi155 2024-09-11T08:03:40.278 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add mon smithi155:172.21.15.155=b 2024-09-11T08:03:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:39.828560+0000 mgr.y (mgr.14140) 12 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:40 smithi007 bash[23378]: cluster 2024-09-11T08:03:39.828560+0000 mgr.y (mgr.14140) 12 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:39.828560+0000 mgr.y (mgr.14140) 12 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:40 smithi007 bash[26113]: cluster 2024-09-11T08:03:39.828560+0000 mgr.y (mgr.14140) 12 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:41.828765+0000 mgr.y (mgr.14140) 13 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[23378]: cluster 2024-09-11T08:03:41.828765+0000 mgr.y (mgr.14140) 13 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[23378]: audit 2024-09-11T08:03:41.837197+0000 mgr.y (mgr.14140) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi155:172.21.15.155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[23378]: audit 2024-09-11T08:03:41.838351+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[23378]: audit 2024-09-11T08:03:41.838941+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[23378]: cephadm 2024-09-11T08:03:41.839354+0000 mgr.y (mgr.14140) 15 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[23378]: audit 2024-09-11T08:03:41.839560+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:41.837197+0000 mgr.y (mgr.14140) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi155:172.21.15.155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:41.838351+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:41.838941+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:41.839354+0000 mgr.y (mgr.14140) 15 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:41.839560+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T08:03:43.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:41.828765+0000 mgr.y (mgr.14140) 13 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[26113]: cluster 2024-09-11T08:03:41.828765+0000 mgr.y (mgr.14140) 13 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[26113]: audit 2024-09-11T08:03:41.837197+0000 mgr.y (mgr.14140) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi155:172.21.15.155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[26113]: audit 2024-09-11T08:03:41.838351+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[26113]: audit 2024-09-11T08:03:41.838941+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[26113]: cephadm 2024-09-11T08:03:41.839354+0000 mgr.y (mgr.14140) 15 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 bash[26113]: audit 2024-09-11T08:03:41.839560+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:41.837197+0000 mgr.y (mgr.14140) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi155:172.21.15.155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:41.838351+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:41.838941+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:03:41.839354+0000 mgr.y (mgr.14140) 15 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:03:43.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:41.839560+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T08:03:44.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:43.829133+0000 mgr.y (mgr.14140) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:44.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:44 smithi007 bash[23378]: cluster 2024-09-11T08:03:43.829133+0000 mgr.y (mgr.14140) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:44.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:43.829133+0000 mgr.y (mgr.14140) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:44.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:44 smithi007 bash[26113]: cluster 2024-09-11T08:03:43.829133+0000 mgr.y (mgr.14140) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:44.843 INFO:teuthology.orchestra.run.smithi155.stdout:Deployed mon.b on host 'smithi155' 2024-09-11T08:03:45.515 DEBUG:teuthology.orchestra.run.smithi155:mon.b> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.b.service 2024-09-11T08:03:45.517 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T08:03:45.517 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T08:03:45.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:44.814441+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:45.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:45 smithi007 bash[26113]: audit 2024-09-11T08:03:44.814441+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:45.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:45 smithi007 bash[26113]: audit 2024-09-11T08:03:44.814962+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:45.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:45 smithi007 bash[26113]: audit 2024-09-11T08:03:44.817225+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:45.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:44.814441+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:45.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:44.814962+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:45.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:44.817225+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:45.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:45 smithi007 bash[23378]: audit 2024-09-11T08:03:44.814441+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:45.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:45 smithi007 bash[23378]: audit 2024-09-11T08:03:44.814962+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:45.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:45 smithi007 bash[23378]: audit 2024-09-11T08:03:44.817225+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:45.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:44.814962+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:45.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:44.817225+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 podman[23209]: 2024-09-11 08:03:45.658406701 +0000 UTC m=+0.865747693 container init eeabd691afb4dcf88b23dc4ebb21a5031e481ddcb0acffe72f75f18045711e1f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, ceph=True, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau ) 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 podman[23209]: 2024-09-11 08:03:45.662460209 +0000 UTC m=+0.869801187 container start eeabd691afb4dcf88b23dc4ebb21a5031e481ddcb0acffe72f75f18045711e1f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b, 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, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS) 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.684+0000 7f11dcfb66c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.684+0000 7f11dcfb66c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.684+0000 7f11dcfb66c0 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 load: jerasure load: lrc load: isa 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:03:45.872 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:03:45.873 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:03:45.873 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:03:45.873 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:03:45.873 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 1 rocksdb: do_open column families: [default] 2024-09-11T08:03:45.873 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:03:45.873 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: DB SUMMARY 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-11T08:03:45.874 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000003.log size: 610 ; 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.env: 0x5582fd4801a0 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.info_log: 0x5582fe5a49c0 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:03:45.875 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-11T08:03:45.876 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.write_buffer_manager: 0x5582ff13ca80 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:03:45.877 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:03:45.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:03:45.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:03:45.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:03:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5582fe4c0130) 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cache_index_and_filter_blocks: 1 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: pin_top_level_index_and_filter: 1 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: index_type: 0 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: data_block_index_type: 0 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: hash_index_allow_collision: 1 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: checksum: 1 2024-09-11T08:03:45.885 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: no_block_cache: 0 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: block_cache: 0x5582fe4fa610 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: block_cache_name: BinnedLRUCache 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: block_cache_options: 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: capacity : 536870912 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: num_shard_bits : 4 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: strict_capacity_limit : 0 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: high_pri_pool_ratio: 0.000 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: block_cache_compressed: (nil) 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: persistent_cache: (nil) 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: block_size: 4096 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: block_size_deviation: 10 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: block_restart_interval: 16 2024-09-11T08:03:45.886 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: index_block_restart_interval: 1 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: metadata_block_size: 4096 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: partition_filters: 0 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: use_delta_encoding: 1 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: whole_key_filtering: 1 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: verify_compression: 0 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: read_amp_bytes_per_bit: 0 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: format_version: 2 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: enable_index_compression: 1 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: block_align: 0 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:03:45.887 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:03:45.888 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:03:45.889 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:03:45.890 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:03:45.891 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:03:45.892 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041825692374, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041825692859, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1524, "table_properties": {"data_size": 622, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 500, "raw_average_value_size": 100, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.692+0000 7f11dcfb66c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041825693202, "job": 1, "event": "recovery_finished"} 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.693+0000 7f11dcfb66c0 4 rocksdb: DB pointer 0x5582fe596400 2024-09-11T08:03:45.893 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.693+0000 7f11c4103700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.693+0000 7f11c4103700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ** DB Stats ** 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ** Compaction Stats [default] ** 2024-09-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.894 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: L0 1/0 1.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Sum 1/0 1.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ** Compaction Stats [default] ** 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:03:45.895 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ** Compaction Stats [default] ** 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: L0 1/0 1.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Sum 1/0 1.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.896 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ** Compaction Stats [default] ** 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.693+0000 7f11dcfb66c0 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.693+0000 7f11dcfb66c0 0 using public_addr v2:172.21.15.155:0/0 -> [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.694+0000 7f11dcfb66c0 0 starting mon.b rank -1 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.695+0000 7f11dcfb66c0 1 mon.b@-1(???) e0 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: e1 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 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-11T08:03:45.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: legacy client fscid: -1 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: No filesystems configured 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T08:03:45.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 0 mon.b@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:44.814441+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:44.814962+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:44.817225+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2024-09-11T08:03:45.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expand map: {default=false} 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expand map: {default=info} 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.684+0000 7f11dcfb66c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:03:45.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.684+0000 7f11dcfb66c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.684+0000 7f11dcfb66c0 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 load: jerasure load: lrc load: isa 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.689+0000 7f11dcfb66c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 1 rocksdb: do_open column families: [default] 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: DB SUMMARY 2024-09-11T08:03:45.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000003.log size: 610 ; 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.env: 0x5582fd4801a0 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.info_log: 0x5582fe5a49c0 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:03:45.903 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 podman[23209]: 2024-09-11 08:03:45.749749476 +0000 UTC m=+0.957090449 container attach eeabd691afb4dcf88b23dc4ebb21a5031e481ddcb0acffe72f75f18045711e1f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image) 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:03:45.904 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.write_buffer_manager: 0x5582ff13ca80 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:03:45.905 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:03:45.906 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:03:45.907 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:03:45.908 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5582fe4c0130) 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: cache_index_and_filter_blocks: 1 2024-09-11T08:03:45.909 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: pin_top_level_index_and_filter: 1 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: index_type: 0 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: data_block_index_type: 0 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: hash_index_allow_collision: 1 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: checksum: 1 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: no_block_cache: 0 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: block_cache: 0x5582fe4fa610 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: block_cache_name: BinnedLRUCache 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: block_cache_options: 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: capacity : 536870912 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: num_shard_bits : 4 2024-09-11T08:03:45.910 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: strict_capacity_limit : 0 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: high_pri_pool_ratio: 0.000 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: block_cache_compressed: (nil) 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: persistent_cache: (nil) 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: block_size: 4096 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: block_size_deviation: 10 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: block_restart_interval: 16 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: index_block_restart_interval: 1 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: metadata_block_size: 4096 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: partition_filters: 0 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: use_delta_encoding: 1 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: whole_key_filtering: 1 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: verify_compression: 0 2024-09-11T08:03:45.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: read_amp_bytes_per_bit: 0 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: format_version: 2 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: enable_index_compression: 1 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: block_align: 0 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:03:45.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:03:45.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:03:45.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:03:45.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.690+0000 7f11dcfb66c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041825692374, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041825692859, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1524, "table_properties": {"data_size": 622, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 500, "raw_average_value_size": 100, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.691+0000 7f11dcfb66c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.692+0000 7f11dcfb66c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726041825693202, "job": 1, "event": "recovery_finished"} 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.693+0000 7f11dcfb66c0 4 rocksdb: DB pointer 0x5582fe596400 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.693+0000 7f11c4103700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.693+0000 7f11c4103700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ** DB Stats ** 2024-09-11T08:03:45.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ** Compaction Stats [default] ** 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: L0 1/0 1.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Sum 1/0 1.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ** Compaction Stats [default] ** 2024-09-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ** Compaction Stats [default] ** 2024-09-11T08:03:45.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: L0 1/0 1.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Sum 1/0 1.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ** Compaction Stats [default] ** 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.5 0.00 0.00 1 0.000 0 0 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:03:45.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.693+0000 7f11dcfb66c0 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.693+0000 7f11dcfb66c0 0 using public_addr v2:172.21.15.155:0/0 -> [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.694+0000 7f11dcfb66c0 0 starting mon.b rank -1 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.695+0000 7f11dcfb66c0 1 mon.b@-1(???) e0 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: e1 2024-09-11T08:03:45.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 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-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: legacy client fscid: -1 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: No filesystems configured 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.717+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.718+0000 7f11c6908700 1 mon.b@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:45.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 0 mon.b@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: audit 2024-09-11T08:03:44.814441+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: audit 2024-09-11T08:03:44.814962+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: audit 2024-09-11T08:03:44.817225+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.720+0000 7f11c6908700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expand map: {default=false} 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expand map: {default=info} 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T08:03:45.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T08:03:45.924 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T08:03:45.924 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T08:03:45.924 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T08:03:45.924 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T08:03:45.924 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T08:03:45.924 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:45 smithi155 bash[23209]: debug 2024-09-11T08:03:45.721+0000 7f11c6908700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T08:03:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:45.728529+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:45.728851+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:45.829565+0000 mgr.y (mgr.14140) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: audit 2024-09-11T08:03:46.955111+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:47.829905+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:49.830222+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:50.729830+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:45.728529+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:45.728851+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:45.728529+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:45.728851+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:45.829565+0000 mgr.y (mgr.14140) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: audit 2024-09-11T08:03:46.955111+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:47.829905+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:49.830222+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:50.732538+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:50.732582+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:50.732610+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:50.732831+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:50.733005+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: audit 2024-09-11T08:03:50.733626+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:51.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: cluster 2024-09-11T08:03:50.736278+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:03:51.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:50.729830+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:51.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:50.732538+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:51.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:50.732582+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-11T08:03:51.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:50.732610+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:51.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:50.732831+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-09-11T08:03:51.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:50.733005+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:03:51.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:45.829565+0000 mgr.y (mgr.14140) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[26113]: audit 2024-09-11T08:03:50.738616+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:51.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:45.728529+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:51.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:45.728851+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:51.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:45.829565+0000 mgr.y (mgr.14140) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: audit 2024-09-11T08:03:50.733626+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:51.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: cluster 2024-09-11T08:03:50.736278+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:03:51.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:46.955111+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:46.955111+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:47.829905+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:49.830222+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:50.729830+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:50.732538+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:50.732582+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:50.732610+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:50.732831+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:50.733005+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:50.733626+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:51.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:50.736278+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:50.738616+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 bash[23378]: audit 2024-09-11T08:03:50.738616+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:47.829905+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:49.830222+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:50.729830+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:50.732538+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:50.732582+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:50.732610+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:50.732831+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-09-11T08:03:51.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:50.733005+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:03:51.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:50.733626+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:51.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:50.736278+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:03:51.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:50.738616+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:51.966 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T08:03:51.966 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":3,"fsid":"1d8402f0-7014-11ef-bcea-c7b262605968","modified":"2024-09-11T08:03:45.725304Z","created":"2024-09-11T08:02:35.953531Z","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.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3301","nonce":0},{"type":"v1","addr":"172.21.15.7:6790","nonce":0}]},"addr":"172.21.15.7:6790/0","public_addr":"172.21.15.7:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-11T08:03:51.967 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 3 2024-09-11T08:03:52.490 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T08:03:52.490 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T08:03:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:45.728529+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:45.728851+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:45.728529+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:45.728851+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:45.829565+0000 mgr.y (mgr.14140) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: audit 2024-09-11T08:03:46.955111+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:47.829905+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:49.830222+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:50.729830+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:50.732538+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:50.732582+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:50.732610+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:50.732831+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:50.733005+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:45.829565+0000 mgr.y (mgr.14140) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: audit 2024-09-11T08:03:50.733626+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:50.736278+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:03:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:46.955111+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:53.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: audit 2024-09-11T08:03:50.738616+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:53.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:47.829905+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:53.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:49.830222+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:53.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:50.729830+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:50.732538+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:50.732582+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:50.732610+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:50.732831+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:50.733005+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:50.733626+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:50.736278+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:50.738616+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}}, \"last_daemon_update\": \"2024-09-11T08:03:46.954582\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:47.726330+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.728191+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:47.726330+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.728191+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.728663+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.728708+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.730717+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.728663+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.737357+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.737397+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.737418+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.737581+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 41s) 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.737705+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:03:53.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.728708+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.737720+0000 mon.a (mon.0) 162 : cluster [INF] Cluster is now healthy 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 bash[23209]: cluster 2024-09-11T08:03:52.741693+0000 mon.a (mon.0) 163 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.730717+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.737357+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.737397+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.737418+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.737581+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 41s) 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.737705+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.737720+0000 mon.a (mon.0) 162 : cluster [INF] Cluster is now healthy 2024-09-11T08:03:53.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:52.741693+0000 mon.a (mon.0) 163 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:47.726330+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.728191+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:47.726330+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.728191+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.728663+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.728708+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.730717+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.737357+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.737397+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.737418+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.737581+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 41s) 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.737705+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.737720+0000 mon.a (mon.0) 162 : cluster [INF] Cluster is now healthy 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[23378]: cluster 2024-09-11T08:03:52.741693+0000 mon.a (mon.0) 163 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.728663+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.728708+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.730717+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:03:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.737357+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.737397+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.737418+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.737581+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 41s) 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.737705+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.737720+0000 mon.a (mon.0) 162 : cluster [INF] Cluster is now healthy 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:52.741693+0000 mon.a (mon.0) 163 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:47.726330+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.728191+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.728663+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.728708+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.730717+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.737357+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.737397+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.737418+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.737581+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 41s) 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.737705+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.737720+0000 mon.a (mon.0) 162 : cluster [INF] Cluster is now healthy 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 bash[26113]: cluster 2024-09-11T08:03:52.741693+0000 mon.a (mon.0) 163 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:47.726330+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.728191+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.728663+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.728708+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.730717+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:03:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.737357+0000 mon.a (mon.0) 157 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:03:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.737397+0000 mon.a (mon.0) 158 : cluster [DBG] fsmap 2024-09-11T08:03:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.737418+0000 mon.a (mon.0) 159 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:03:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.737581+0000 mon.a (mon.0) 160 : cluster [DBG] mgrmap e13: y(active, since 41s) 2024-09-11T08:03:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.737705+0000 mon.a (mon.0) 161 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:03:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.737720+0000 mon.a (mon.0) 162 : cluster [INF] Cluster is now healthy 2024-09-11T08:03:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:52.741693+0000 mon.a (mon.0) 163 : cluster [INF] overall HEALTH_OK 2024-09-11T08:03:54.319 INFO:teuthology.orchestra.run.smithi007.stdout:# minimal ceph.conf for 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:54.320 INFO:teuthology.orchestra.run.smithi007.stdout:[global] 2024-09-11T08:03:54.320 INFO:teuthology.orchestra.run.smithi007.stdout: fsid = 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:03:54.320 INFO:teuthology.orchestra.run.smithi007.stdout: mon_host = [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] 2024-09-11T08:03:54.938 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T08:03:54.938 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:03:54.938 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T08:03:54.967 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:03:54.967 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:03:55.034 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-11T08:03:55.034 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T08:03:55.068 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-11T08:03:55.068 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:03:55.137 INFO:tasks.cephadm:Adding mgr.y on smithi007 2024-09-11T08:03:55.138 INFO:tasks.cephadm:Adding mgr.x on smithi155 2024-09-11T08:03:55.138 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi007=y;smithi155=x' 2024-09-11T08:03:55.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:53.830967+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:55.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:54.319312+0000 mon.a (mon.0) 164 : audit [DBG] from='client.? 172.21.15.7:0/4026346960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:55.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:54 smithi155 bash[23209]: cluster 2024-09-11T08:03:53.830967+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:55.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:54 smithi155 bash[23209]: audit 2024-09-11T08:03:54.319312+0000 mon.a (mon.0) 164 : audit [DBG] from='client.? 172.21.15.7:0/4026346960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:53.830967+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:54 smithi007 bash[26113]: cluster 2024-09-11T08:03:53.830967+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:54 smithi007 bash[26113]: audit 2024-09-11T08:03:54.319312+0000 mon.a (mon.0) 164 : audit [DBG] from='client.? 172.21.15.7:0/4026346960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:54.319312+0000 mon.a (mon.0) 164 : audit [DBG] from='client.? 172.21.15.7:0/4026346960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:53.830967+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:55.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:54 smithi007 bash[23378]: cluster 2024-09-11T08:03:53.830967+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:55.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:54 smithi007 bash[23378]: audit 2024-09-11T08:03:54.319312+0000 mon.a (mon.0) 164 : audit [DBG] from='client.? 172.21.15.7:0/4026346960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:55.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:54.319312+0000 mon.a (mon.0) 164 : audit [DBG] from='client.? 172.21.15.7:0/4026346960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:56.789 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled mgr update... 2024-09-11T08:03:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:55.831326+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:56 smithi155 bash[23209]: cluster 2024-09-11T08:03:55.831326+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:57.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:55.831326+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:57.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:56 smithi007 bash[23378]: cluster 2024-09-11T08:03:55.831326+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:57.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:55.831326+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:57.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:56 smithi007 bash[26113]: cluster 2024-09-11T08:03:55.831326+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:57.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:56.783273+0000 mgr.y (mgr.14140) 23 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=y;smithi155=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:57.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:03:56.783886+0000 mgr.y (mgr.14140) 24 : cephadm [INF] Saving service mgr spec with placement count:2 smithi007=y,smithi155=x 2024-09-11T08:03:57.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: audit 2024-09-11T08:03:56.783273+0000 mgr.y (mgr.14140) 23 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=y;smithi155=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:57.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: cephadm 2024-09-11T08:03:56.783886+0000 mgr.y (mgr.14140) 24 : cephadm [INF] Saving service mgr spec with placement count:2 smithi007=y,smithi155=x 2024-09-11T08:03:57.900 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: audit 2024-09-11T08:03:56.784285+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: audit 2024-09-11T08:03:56.786854+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: audit 2024-09-11T08:03:56.788407+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: audit 2024-09-11T08:03:56.791201+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: audit 2024-09-11T08:03:56.792029+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: cephadm 2024-09-11T08:03:56.792636+0000 mgr.y (mgr.14140) 25 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 bash[23209]: audit 2024-09-11T08:03:56.793135+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:56.784285+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:56.786854+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:56.788407+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:56.791201+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:56.792029+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:57.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:03:56.792636+0000 mgr.y (mgr.14140) 25 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:03:57.902 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:56.793135+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:03:57.914 DEBUG:teuthology.orchestra.run.smithi155:mgr.x> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.x.service 2024-09-11T08:03:57.957 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T08:03:57.957 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:03:57.957 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T08:03:57.977 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-11T08:03:57.977 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_1 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-09-11 08:03:32.085800986 +0000 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-09-11 08:01:38.148567969 +0000 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-09-11 08:01:38.148567969 +0000 2024-09-11T08:03:58.037 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-09-11 08:01:38.148567969 +0000 2024-09-11T08:03:58.038 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:56.783273+0000 mgr.y (mgr.14140) 23 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=y;smithi155=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:56.783886+0000 mgr.y (mgr.14140) 24 : cephadm [INF] Saving service mgr spec with placement count:2 smithi007=y,smithi155=x 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: audit 2024-09-11T08:03:56.783273+0000 mgr.y (mgr.14140) 23 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=y;smithi155=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: cephadm 2024-09-11T08:03:56.783886+0000 mgr.y (mgr.14140) 24 : cephadm [INF] Saving service mgr spec with placement count:2 smithi007=y,smithi155=x 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: audit 2024-09-11T08:03:56.784285+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: audit 2024-09-11T08:03:56.786854+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: audit 2024-09-11T08:03:56.788407+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: audit 2024-09-11T08:03:56.791201+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: audit 2024-09-11T08:03:56.792029+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: cephadm 2024-09-11T08:03:56.792636+0000 mgr.y (mgr.14140) 25 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[23378]: audit 2024-09-11T08:03:56.793135+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:03:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:56.784285+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: audit 2024-09-11T08:03:56.783273+0000 mgr.y (mgr.14140) 23 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=y;smithi155=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: cephadm 2024-09-11T08:03:56.783886+0000 mgr.y (mgr.14140) 24 : cephadm [INF] Saving service mgr spec with placement count:2 smithi007=y,smithi155=x 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: audit 2024-09-11T08:03:56.784285+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: audit 2024-09-11T08:03:56.786854+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: audit 2024-09-11T08:03:56.788407+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: audit 2024-09-11T08:03:56.791201+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: audit 2024-09-11T08:03:56.792029+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: cephadm 2024-09-11T08:03:56.792636+0000 mgr.y (mgr.14140) 25 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 bash[26113]: audit 2024-09-11T08:03:56.793135+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:03:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:56.783273+0000 mgr.y (mgr.14140) 23 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=y;smithi155=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:58.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:03:56.783886+0000 mgr.y (mgr.14140) 24 : cephadm [INF] Saving service mgr spec with placement count:2 smithi007=y,smithi155=x 2024-09-11T08:03:58.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:56.784285+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:03:58.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:56.786854+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:03:58.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:56.788407+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:03:58.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:56.791201+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:03:58.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:56.792029+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:58.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:56.792636+0000 mgr.y (mgr.14140) 25 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:03:58.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:56.793135+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:03:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:56.786854+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:03:56.783900\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:03:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:56.788407+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:03:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:56.791201+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:03:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:56.792029+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:03:56.792636+0000 mgr.y (mgr.14140) 25 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:03:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:56.793135+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:03:58.071 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-09-11T08:03:58.071 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-09-11T08:03:58.071 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000136582 s, 3.7 MB/s 2024-09-11T08:03:58.073 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T08:03:58.132 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_2 2024-09-11T08:03:58.191 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T08:03:58.191 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:03:58.191 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-09-11T08:03:58.191 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:03:58.191 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T08:03:58.191 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-09-11 08:03:32.085800986 +0000 2024-09-11T08:03:58.191 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-09-11 08:01:38.464563579 +0000 2024-09-11T08:03:58.191 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-09-11 08:01:38.464563579 +0000 2024-09-11T08:03:58.192 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-09-11 08:01:38.464563579 +0000 2024-09-11T08:03:58.192 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T08:03:58.259 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-09-11T08:03:58.259 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-09-11T08:03:58.259 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000109449 s, 4.7 MB/s 2024-09-11T08:03:58.261 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T08:03:58.319 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_3 2024-09-11T08:03:58.377 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T08:03:58.377 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:03:58.377 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-09-11T08:03:58.377 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:03:58.378 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T08:03:58.378 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-09-11 08:03:32.086800972 +0000 2024-09-11T08:03:58.378 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-09-11 08:01:38.791559035 +0000 2024-09-11T08:03:58.378 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-09-11 08:01:38.791559035 +0000 2024-09-11T08:03:58.378 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-09-11 08:01:38.791559035 +0000 2024-09-11T08:03:58.378 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T08:03:58.443 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-09-11T08:03:58.444 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-09-11T08:03:58.444 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000118178 s, 4.3 MB/s 2024-09-11T08:03:58.445 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T08:03:58.504 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_4 2024-09-11T08:03:58.561 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T08:03:58.562 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:03:58.562 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-09-11T08:03:58.562 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:03:58.562 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T08:03:58.562 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-09-11 08:03:32.086800972 +0000 2024-09-11T08:03:58.562 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-09-11 08:01:39.127554367 +0000 2024-09-11T08:03:58.562 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-09-11 08:01:39.127554367 +0000 2024-09-11T08:03:58.562 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-09-11 08:01:39.127554367 +0000 2024-09-11T08:03:58.562 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T08:03:58.627 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-09-11T08:03:58.627 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-09-11T08:03:58.627 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000114105 s, 4.5 MB/s 2024-09-11T08:03:58.628 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T08:03:58.686 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-11T08:03:58.686 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T08:03:58.703 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-11T08:03:58.703 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-11 08:03:58.612275692 +0000 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-11 08:01:30.647850883 +0000 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-11 08:01:30.647850883 +0000 2024-09-11T08:03:58.759 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-11 08:01:30.647850883 +0000 2024-09-11T08:03:58.760 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T08:03:58.824 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-11T08:03:58.824 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-11T08:03:58.824 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.00021067 s, 2.4 MB/s 2024-09-11T08:03:58.825 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T08:03:58.883 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2024-09-11T08:03:58.940 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T08:03:58.941 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:03:58.941 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-11T08:03:58.941 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:03:58.941 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T08:03:58.941 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-11 08:03:58.613275672 +0000 2024-09-11T08:03:58.941 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-11 08:01:30.974844384 +0000 2024-09-11T08:03:58.941 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-11 08:01:30.974844384 +0000 2024-09-11T08:03:58.941 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-11 08:01:30.974844384 +0000 2024-09-11T08:03:58.941 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T08:03:58.962 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:57.831714+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:58.962 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:58 smithi155 bash[23209]: cluster 2024-09-11T08:03:57.831714+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:58.962 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:03:58 smithi155 podman[23765]: 2024-09-11 08:03:58.749171829 +0000 UTC m=+0.026495835 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:03:59.002 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-11T08:03:59.002 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-11T08:03:59.002 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.0152603 s, 33.6 kB/s 2024-09-11T08:03:59.003 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T08:03:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:57.831714+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:59.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:58 smithi007 bash[23378]: cluster 2024-09-11T08:03:57.831714+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:57.831714+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:58 smithi007 bash[26113]: cluster 2024-09-11T08:03:57.831714+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:03:59.059 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2024-09-11T08:03:59.115 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T08:03:59.115 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:03:59.115 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-09-11T08:03:59.115 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:03:59.115 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T08:03:59.115 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-11 08:03:58.613275672 +0000 2024-09-11T08:03:59.116 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-11 08:01:31.301837885 +0000 2024-09-11T08:03:59.116 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-11 08:01:31.301837885 +0000 2024-09-11T08:03:59.116 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-11 08:01:31.301837885 +0000 2024-09-11T08:03:59.116 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T08:03:59.180 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-11T08:03:59.180 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-11T08:03:59.180 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000263795 s, 1.9 MB/s 2024-09-11T08:03:59.181 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T08:03:59.236 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2024-09-11T08:03:59.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:03:59 smithi155 podman[23765]: 2024-09-11 08:03:59.080055788 +0000 UTC m=+0.357379793 container init 0bd93dde51aa3c437f6bc79b7e443679d1c7c1a99003e8953a4b61031d905a71 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, ceph=True, RELEASE=HEAD, 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, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0) 2024-09-11T08:03:59.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:03:59 smithi155 podman[23765]: 2024-09-11 08:03:59.082863238 +0000 UTC m=+0.360187233 container start 0bd93dde51aa3c437f6bc79b7e443679d1c7c1a99003e8953a4b61031d905a71 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Base Image) 2024-09-11T08:03:59.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:03:59 smithi155 podman[23765]: 2024-09-11 08:03:59.163602721 +0000 UTC m=+0.440926718 container attach 0bd93dde51aa3c437f6bc79b7e443679d1c7c1a99003e8953a4b61031d905a71 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-11T08:03:59.275 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T08:03:59.275 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:03:59.276 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-09-11T08:03:59.276 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:03:59.276 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T08:03:59.276 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-11 08:03:58.614275652 +0000 2024-09-11T08:03:59.276 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-11 08:01:31.636831228 +0000 2024-09-11T08:03:59.276 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-11 08:01:31.636831228 +0000 2024-09-11T08:03:59.276 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-11 08:01:31.636831228 +0000 2024-09-11T08:03:59.276 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T08:03:59.339 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-11T08:03:59.339 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-11T08:03:59.339 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000179647 s, 2.9 MB/s 2024-09-11T08:03:59.340 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T08:03:59.397 INFO:tasks.cephadm:Deploying osd.0 on smithi007 with /dev/vg_nvme/lv_4... 2024-09-11T08:03:59.397 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T08:03:59.967 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:59 smithi007 bash[23378]: audit 2024-09-11T08:03:58.742530+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:59.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:59 smithi007 bash[26113]: audit 2024-09-11T08:03:58.742530+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:59.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:58.742530+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:59.968 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:59 smithi007 bash[26113]: audit 2024-09-11T08:03:58.744876+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:59.968 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:59 smithi007 bash[26113]: audit 2024-09-11T08:03:58.745437+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:59.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:59 smithi007 bash[23378]: audit 2024-09-11T08:03:58.744876+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:59.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:59 smithi007 bash[23378]: audit 2024-09-11T08:03:58.745437+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:59.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:58.744876+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:59.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:03:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:58.745437+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:03:59.969 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:58.742530+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:03:59.969 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:58.744876+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:03:59.969 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:03:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:58.745437+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:00.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:58.742530+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:04:00.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:58.744876+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:04:00.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:58.745437+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:00.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:59 smithi155 bash[23209]: audit 2024-09-11T08:03:58.742530+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:04:00.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:59 smithi155 bash[23209]: audit 2024-09-11T08:03:58.744876+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:46.954414\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:04:00.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:03:59 smithi155 bash[23209]: audit 2024-09-11T08:03:58.745437+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:01.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:03:59.832014+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:01.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[23378]: cluster 2024-09-11T08:03:59.832014+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:01.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[23378]: audit 2024-09-11T08:03:59.918958+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:04:01.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:03:59.832014+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:01.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[26113]: cluster 2024-09-11T08:03:59.832014+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:01.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[26113]: audit 2024-09-11T08:03:59.918958+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:04:01.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:59.918958+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:04:01.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[23378]: audit 2024-09-11T08:03:59.921404+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:04:01.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[23378]: cephadm 2024-09-11T08:03:59.922252+0000 mgr.y (mgr.14140) 28 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[23378]: audit 2024-09-11T08:03:59.922463+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[23378]: audit 2024-09-11T08:03:59.923011+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[23378]: cephadm 2024-09-11T08:03:59.923461+0000 mgr.y (mgr.14140) 29 : cephadm [INF] Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[26113]: audit 2024-09-11T08:03:59.921404+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[26113]: cephadm 2024-09-11T08:03:59.922252+0000 mgr.y (mgr.14140) 28 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[26113]: audit 2024-09-11T08:03:59.922463+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[26113]: audit 2024-09-11T08:03:59.923011+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[26113]: cephadm 2024-09-11T08:03:59.923461+0000 mgr.y (mgr.14140) 29 : cephadm [INF] Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:04:01.168 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[26113]: audit 2024-09-11T08:03:59.923737+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:04:01.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 bash[23378]: audit 2024-09-11T08:03:59.923737+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:04:01.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:59.918958+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:04:01.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:59.921404+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:04:01.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:59.922252+0000 mgr.y (mgr.14140) 28 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:04:01.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:59.922463+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:04:01.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:59.923011+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:01.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:03:59.923461+0000 mgr.y (mgr.14140) 29 : cephadm [INF] Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:04:01.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:03:59.923737+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:04:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:59.921404+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:04:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:03:59.922252+0000 mgr.y (mgr.14140) 28 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:04:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:59.922463+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:04:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:59.923011+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:03:59.923461+0000 mgr.y (mgr.14140) 29 : cephadm [INF] Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:04:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:03:59.923737+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:04:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 bash[23209]: cluster 2024-09-11T08:03:59.832014+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:03:59.832014+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 bash[23209]: audit 2024-09-11T08:03:59.918958+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:59.918958+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 bash[23209]: audit 2024-09-11T08:03:59.921404+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 bash[23209]: cephadm 2024-09-11T08:03:59.922252+0000 mgr.y (mgr.14140) 28 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 bash[23209]: audit 2024-09-11T08:03:59.922463+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 bash[23209]: audit 2024-09-11T08:03:59.923011+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 bash[23209]: cephadm 2024-09-11T08:03:59.923461+0000 mgr.y (mgr.14140) 29 : cephadm [INF] Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 bash[23209]: audit 2024-09-11T08:03:59.923737+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:59.921404+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}}, \"last_daemon_update\": \"2024-09-11T08:03:59.918407\", \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:03:59.922252+0000 mgr.y (mgr.14140) 28 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:59.922463+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:59.923011+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:03:59.923461+0000 mgr.y (mgr.14140) 29 : cephadm [INF] Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:04:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:03:59.923737+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:04:02.089 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:01 smithi007 bash[23378]: audit 2024-09-11T08:04:01.202298+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:02.089 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:01.202298+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:02.090 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:01 smithi007 bash[26113]: audit 2024-09-11T08:04:01.202298+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:02.090 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:01 smithi007 bash[23378]: audit 2024-09-11T08:04:01.204864+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:02.090 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:01 smithi007 bash[23378]: audit 2024-09-11T08:04:01.205591+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:02.090 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:01.204864+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:02.090 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:01.205591+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:02.091 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:01 smithi007 bash[26113]: audit 2024-09-11T08:04:01.204864+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:02.091 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:01 smithi007 bash[26113]: audit 2024-09-11T08:04:01.205591+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:02.091 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:01.202298+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:02.091 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:01.204864+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:02.091 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:01.205591+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:01 smithi155 bash[23209]: audit 2024-09-11T08:04:01.202298+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:01 smithi155 bash[23209]: audit 2024-09-11T08:04:01.204864+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:01 smithi155 bash[23209]: audit 2024-09-11T08:04:01.205591+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:01.202298+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:01.204864+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442695\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:35.442823\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:01.205591+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:02.811 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T08:04:02.811 INFO:teuthology.orchestra.run.smithi007.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T08:04:02.811 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10+0 records in 2024-09-11T08:04:02.811 INFO:teuthology.orchestra.run.smithi007.stderr:10+0 records out 2024-09-11T08:04:02.811 INFO:teuthology.orchestra.run.smithi007.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00879221 s, 1.2 GB/s 2024-09-11T08:04:02.811 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping successful for: 2024-09-11T08:04:03.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:01.832260+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:03.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[23378]: cluster 2024-09-11T08:04:01.832260+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:03.137 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[23378]: audit 2024-09-11T08:04:02.626158+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:03.137 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:02.626158+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:03.137 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[23378]: audit 2024-09-11T08:04:02.628674+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:03.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:01.832260+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:03.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[26113]: cluster 2024-09-11T08:04:01.832260+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:03.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[26113]: audit 2024-09-11T08:04:02.626158+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:03.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[26113]: audit 2024-09-11T08:04:02.628674+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:03.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[26113]: cluster 2024-09-11T08:04:02.775046+0000 mon.a (mon.0) 184 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:04:03.138 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[26113]: audit 2024-09-11T08:04:02.776119+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:04:03.138 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[26113]: audit 2024-09-11T08:04:02.777027+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:04:03.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[23378]: cluster 2024-09-11T08:04:02.775046+0000 mon.a (mon.0) 184 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:04:03.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[23378]: audit 2024-09-11T08:04:02.776119+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:04:03.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 bash[23378]: audit 2024-09-11T08:04:02.777027+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:04:03.138 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:02.626158+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:03.139 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:02.628674+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:03.139 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:02.775046+0000 mon.a (mon.0) 184 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:04:03.139 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:02.776119+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:04:03.139 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:02.777027+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:04:03.139 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:02.628674+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:03.139 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:02.775046+0000 mon.a (mon.0) 184 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:04:03.139 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:02.776119+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:04:03.139 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:02.777027+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:04:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:01.832260+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:02.626158+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 bash[23209]: cluster 2024-09-11T08:04:01.832260+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 bash[23209]: audit 2024-09-11T08:04:02.626158+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:02.628674+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 bash[23209]: audit 2024-09-11T08:04:02.628674+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}}, \"last_daemon_update\": \"2024-09-11T08:04:02.625644\", \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 bash[23209]: cluster 2024-09-11T08:04:02.775046+0000 mon.a (mon.0) 184 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:04:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 bash[23209]: audit 2024-09-11T08:04:02.776119+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:04:03.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 bash[23209]: audit 2024-09-11T08:04:02.777027+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:04:03.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:02.775046+0000 mon.a (mon.0) 184 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:04:03.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:02.776119+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:04:03.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:02.777027+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/2109120447' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:04:03.438 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi007:vg_nvme/lv_4 2024-09-11T08:04:04.837 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:03.632879+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 52s), standbys: x 2024-09-11T08:04:04.837 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:04 smithi007 bash[23378]: cluster 2024-09-11T08:04:03.632879+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 52s), standbys: x 2024-09-11T08:04:04.837 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:04 smithi007 bash[23378]: audit 2024-09-11T08:04:03.632986+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:04:04.837 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:04 smithi007 bash[23378]: cluster 2024-09-11T08:04:03.832673+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:04.837 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:03.632986+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:04:04.837 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:03.832673+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:04.838 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:03.632879+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 52s), standbys: x 2024-09-11T08:04:04.838 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:04 smithi007 bash[26113]: cluster 2024-09-11T08:04:03.632879+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 52s), standbys: x 2024-09-11T08:04:04.838 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:04 smithi007 bash[26113]: audit 2024-09-11T08:04:03.632986+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:04:04.838 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:04 smithi007 bash[26113]: cluster 2024-09-11T08:04:03.832673+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:04.838 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:03.632986+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:04:04.838 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:03.832673+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:05.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:03.632879+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 52s), standbys: x 2024-09-11T08:04:05.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:03.632986+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:04:05.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:04 smithi155 bash[23209]: cluster 2024-09-11T08:04:03.632879+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 52s), standbys: x 2024-09-11T08:04:05.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:04 smithi155 bash[23209]: audit 2024-09-11T08:04:03.632986+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:04:05.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:04 smithi155 bash[23209]: cluster 2024-09-11T08:04:03.832673+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:05.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:03.832673+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:05.249050+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:05.249617+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:05 smithi155 bash[23209]: audit 2024-09-11T08:04:05.249050+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:05 smithi155 bash[23209]: audit 2024-09-11T08:04:05.249617+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:05 smithi155 bash[23209]: audit 2024-09-11T08:04:05.250280+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:05.250280+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:05.249050+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:05.249617+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:05 smithi007 bash[23378]: audit 2024-09-11T08:04:05.249050+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:05 smithi007 bash[23378]: audit 2024-09-11T08:04:05.249617+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:05 smithi007 bash[23378]: audit 2024-09-11T08:04:05.250280+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:05.250280+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:06.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:05.249050+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:06.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:05 smithi007 bash[26113]: audit 2024-09-11T08:04:05.249050+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:06.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:05 smithi007 bash[26113]: audit 2024-09-11T08:04:05.249617+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:06.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:05.249617+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:06.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:05 smithi007 bash[26113]: audit 2024-09-11T08:04:05.250280+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:06.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:05.250280+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:05.247987+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:04:05.248786+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:06 smithi155 bash[23209]: audit 2024-09-11T08:04:05.247987+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:06 smithi155 bash[23209]: cephadm 2024-09-11T08:04:05.248786+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:06 smithi155 bash[23209]: cluster 2024-09-11T08:04:05.832950+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:05.832950+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:05.247987+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:04:05.248786+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:06 smithi007 bash[23378]: audit 2024-09-11T08:04:05.247987+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:06 smithi007 bash[23378]: cephadm 2024-09-11T08:04:05.248786+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:06 smithi007 bash[23378]: cluster 2024-09-11T08:04:05.832950+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:05.832950+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:06 smithi007 bash[26113]: audit 2024-09-11T08:04:05.247987+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:06 smithi007 bash[26113]: cephadm 2024-09-11T08:04:05.248786+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:06 smithi007 bash[26113]: cluster 2024-09-11T08:04:05.832950+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:05.247987+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:07.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:04:05.248786+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:07.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:05.832950+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:07.491777+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.7:0/3429930365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:07.492059+0000 mon.a (mon.0) 190 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 bash[23209]: audit 2024-09-11T08:04:07.491777+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.7:0/3429930365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 bash[23209]: audit 2024-09-11T08:04:07.492059+0000 mon.a (mon.0) 190 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 bash[23209]: audit 2024-09-11T08:04:07.495571+0000 mon.a (mon.0) 191 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]': finished 2024-09-11T08:04:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 bash[23209]: cluster 2024-09-11T08:04:07.495606+0000 mon.a (mon.0) 192 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:04:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 bash[23209]: audit 2024-09-11T08:04:07.495703+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:07.495571+0000 mon.a (mon.0) 191 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]': finished 2024-09-11T08:04:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:07.495606+0000 mon.a (mon.0) 192 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:04:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:07.495703+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:07.491777+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.7:0/3429930365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[23378]: audit 2024-09-11T08:04:07.491777+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.7:0/3429930365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[23378]: audit 2024-09-11T08:04:07.492059+0000 mon.a (mon.0) 190 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[23378]: audit 2024-09-11T08:04:07.495571+0000 mon.a (mon.0) 191 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]': finished 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[23378]: cluster 2024-09-11T08:04:07.495606+0000 mon.a (mon.0) 192 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[23378]: audit 2024-09-11T08:04:07.495703+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:07.492059+0000 mon.a (mon.0) 190 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:07.495571+0000 mon.a (mon.0) 191 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]': finished 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:07.495606+0000 mon.a (mon.0) 192 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:07.495703+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:07.491777+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.7:0/3429930365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[26113]: audit 2024-09-11T08:04:07.491777+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.7:0/3429930365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[26113]: audit 2024-09-11T08:04:07.492059+0000 mon.a (mon.0) 190 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[26113]: audit 2024-09-11T08:04:07.495571+0000 mon.a (mon.0) 191 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]': finished 2024-09-11T08:04:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[26113]: cluster 2024-09-11T08:04:07.495606+0000 mon.a (mon.0) 192 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:04:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 bash[26113]: audit 2024-09-11T08:04:07.495703+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:07.492059+0000 mon.a (mon.0) 190 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]: dispatch 2024-09-11T08:04:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:07.495571+0000 mon.a (mon.0) 191 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5f50df-511a-4813-9c69-fc4062c8282e"}]': finished 2024-09-11T08:04:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:07.495606+0000 mon.a (mon.0) 192 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:04:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:07.495703+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:07.833210+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:08.278917+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.7:0/638657951' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:08 smithi155 bash[23209]: cluster 2024-09-11T08:04:07.833210+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:08 smithi155 bash[23209]: audit 2024-09-11T08:04:08.278917+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.7:0/638657951' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:07.833210+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:08 smithi007 bash[23378]: cluster 2024-09-11T08:04:07.833210+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:08 smithi007 bash[23378]: audit 2024-09-11T08:04:08.278917+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.7:0/638657951' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:08.278917+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.7:0/638657951' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:08 smithi007 bash[26113]: cluster 2024-09-11T08:04:07.833210+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:08 smithi007 bash[26113]: audit 2024-09-11T08:04:08.278917+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.7:0/638657951' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:07.833210+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:08.278917+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.7:0/638657951' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:11.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:10 smithi007 bash[26113]: cluster 2024-09-11T08:04:09.833457+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:11.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:10 smithi007 bash[26113]: audit 2024-09-11T08:04:10.783825+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:11.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:09.833457+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:11.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:10.783825+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:11.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:10 smithi007 bash[23378]: cluster 2024-09-11T08:04:09.833457+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:11.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:10 smithi007 bash[23378]: audit 2024-09-11T08:04:10.783825+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:11.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:09.833457+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:11.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:10.783825+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:10 smithi155 bash[23209]: cluster 2024-09-11T08:04:09.833457+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:09.833457+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:10 smithi155 bash[23209]: audit 2024-09-11T08:04:10.783825+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:10.783825+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:12.156 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:11.836806+0000 mon.a (mon.0) 196 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:12.156 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:11 smithi007 bash[23378]: cluster 2024-09-11T08:04:11.836806+0000 mon.a (mon.0) 196 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:12.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:11.836806+0000 mon.a (mon.0) 196 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:12.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:11 smithi007 bash[26113]: cluster 2024-09-11T08:04:11.836806+0000 mon.a (mon.0) 196 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:12.235 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:11.836806+0000 mon.a (mon.0) 196 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:12.235 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:11 smithi155 bash[23209]: cluster 2024-09-11T08:04:11.836806+0000 mon.a (mon.0) 196 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:11.833738+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:12 smithi007 bash[23378]: cluster 2024-09-11T08:04:11.833738+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:13.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:11.833738+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:13.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:12 smithi007 bash[26113]: cluster 2024-09-11T08:04:11.833738+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:12 smithi155 bash[23209]: cluster 2024-09-11T08:04:11.833738+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:11.833738+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:14.007 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:13 smithi007 bash[26113]: audit 2024-09-11T08:04:13.427081+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:04:14.007 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:13.427081+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:04:14.007 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:13 smithi007 bash[26113]: audit 2024-09-11T08:04:13.427687+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:14.007 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:13 smithi007 bash[26113]: audit 2024-09-11T08:04:13.428357+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:04:14.007 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:13.427687+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:14.007 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:13.428357+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:04:14.008 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:13.427081+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:04:14.008 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:13 smithi007 bash[23378]: audit 2024-09-11T08:04:13.427081+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:04:14.008 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:13 smithi007 bash[23378]: audit 2024-09-11T08:04:13.427687+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:14.008 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:13 smithi007 bash[23378]: audit 2024-09-11T08:04:13.428357+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:04:14.008 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:13.427687+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:14.008 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:13.428357+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:04:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:13 smithi155 bash[23209]: audit 2024-09-11T08:04:13.427081+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:04:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:13.427081+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:04:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:13 smithi155 bash[23209]: audit 2024-09-11T08:04:13.427687+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:14.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:13 smithi155 bash[23209]: audit 2024-09-11T08:04:13.428357+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:04:14.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:13.427687+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:14.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:13.428357+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:04:15.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:04:13.428147+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-11T08:04:15.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:14 smithi007 bash[23378]: cephadm 2024-09-11T08:04:13.428147+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-11T08:04:15.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:14 smithi007 bash[23378]: cluster 2024-09-11T08:04:13.833980+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:15.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:13.833980+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:15.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:04:13.428147+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-11T08:04:15.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:14 smithi007 bash[26113]: cephadm 2024-09-11T08:04:13.428147+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-11T08:04:15.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:14 smithi007 bash[26113]: cluster 2024-09-11T08:04:13.833980+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:15.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:13.833980+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:15.197 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 0 on host 'smithi007' 2024-09-11T08:04:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:14 smithi155 bash[23209]: cephadm 2024-09-11T08:04:13.428147+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-11T08:04:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:04:13.428147+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-11T08:04:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:14 smithi155 bash[23209]: cluster 2024-09-11T08:04:13.833980+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:13.833980+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:15.847 DEBUG:teuthology.orchestra.run.smithi007:osd.0> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.0.service 2024-09-11T08:04:15.850 INFO:tasks.cephadm:Deploying osd.1 on smithi007 with /dev/vg_nvme/lv_3... 2024-09-11T08:04:15.850 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T08:04:16.141 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:15 smithi007 bash[26113]: audit 2024-09-11T08:04:15.191534+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:16.141 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:15.191534+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:16.141 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:15 smithi007 bash[23378]: audit 2024-09-11T08:04:15.191534+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:16.141 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:15 smithi007 bash[26113]: audit 2024-09-11T08:04:15.191909+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:16.142 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:15 smithi007 podman[27650]: 2024-09-11 08:04:15.949899623 +0000 UTC m=+0.780693156 container init 617184248cb152fb0475989ec763effc7fa0f02ffdc293926bd182e4b199c91e (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.label-schema.license=GPLv2, 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) 2024-09-11T08:04:16.142 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:15 smithi007 podman[27650]: 2024-09-11 08:04:15.953551439 +0000 UTC m=+0.784344951 container start 617184248cb152fb0475989ec763effc7fa0f02ffdc293926bd182e4b199c91e (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.build-date=20200114) 2024-09-11T08:04:16.142 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 podman[27650]: 2024-09-11 08:04:16.03270813 +0000 UTC m=+0.863501659 container attach 617184248cb152fb0475989ec763effc7fa0f02ffdc293926bd182e4b199c91e (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate, CEPH_POINT_RELEASE=-15.2.0, 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, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau ) 2024-09-11T08:04:16.142 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:15 smithi007 bash[26113]: audit 2024-09-11T08:04:15.194582+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:16.143 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:15 smithi007 bash[23378]: audit 2024-09-11T08:04:15.191909+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:16.143 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:15.191909+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:16.143 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:15 smithi007 bash[23378]: audit 2024-09-11T08:04:15.194582+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:16.143 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:15.194582+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:16.143 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:15.191534+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:16.143 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:15.191909+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:16.143 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:15.194582+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:15.191534+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:15 smithi155 bash[23209]: audit 2024-09-11T08:04:15.191534+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:15 smithi155 bash[23209]: audit 2024-09-11T08:04:15.191909+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:15.191909+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:15 smithi155 bash[23209]: audit 2024-09-11T08:04:15.194582+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:15.194582+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625469\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625542\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:02.625575\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_device_update\": \"2024-09-11T08:03:19.448131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:16.529 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate[27680]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:04:16.529 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate[27680]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-09-11T08:04:16.529 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate[27680]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:04:16.529 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate[27680]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:04:16.529 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate[27680]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:04:16.529 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[27650]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:04:16.529 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[27650]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-09-11T08:04:16.530 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[27650]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:04:16.530 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[27650]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:04:16.530 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[27650]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:04:16.530 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[27650]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:04:16.530 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[27650]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-11T08:04:16.530 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate[27680]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:04:16.530 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate[27680]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-11T08:04:16.530 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:16 smithi007 podman[27650]: 2024-09-11 08:04:16.246709055 +0000 UTC m=+1.077502567 container died 617184248cb152fb0475989ec763effc7fa0f02ffdc293926bd182e4b199c91e (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T08:04:17.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:15.834209+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:17.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[23378]: cluster 2024-09-11T08:04:15.834209+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:17.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:16 smithi007 bash[26113]: cluster 2024-09-11T08:04:15.834209+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:17.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:15.834209+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:15.834209+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:16 smithi155 bash[23209]: cluster 2024-09-11T08:04:15.834209+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:17.467 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:17 smithi007 podman[27772]: 2024-09-11 08:04:17.214360501 +0000 UTC m=+0.980125695 container remove 617184248cb152fb0475989ec763effc7fa0f02ffdc293926bd182e4b199c91e (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0-activate, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, 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, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0) 2024-09-11T08:04:17.467 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:17 smithi007 podman[27803]: 2024-09-11 08:04:17.332075117 +0000 UTC m=+0.107800241 container create 5e99afce3592a0e09622db1212d1ce213c5d47c62a907ca6c822312f97d6e319 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, ceph=True) 2024-09-11T08:04:17.467 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:17 smithi007 podman[27803]: 2024-09-11 08:04:17.241438092 +0000 UTC m=+0.017163225 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:04:18.549 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T08:04:18.550 INFO:teuthology.orchestra.run.smithi007.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T08:04:18.550 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10+0 records in 2024-09-11T08:04:18.550 INFO:teuthology.orchestra.run.smithi007.stderr:10+0 records out 2024-09-11T08:04:18.550 INFO:teuthology.orchestra.run.smithi007.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00869496 s, 1.2 GB/s 2024-09-11T08:04:18.550 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping successful for: 2024-09-11T08:04:18.790 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:18 smithi007 podman[27803]: 2024-09-11 08:04:18.38150614 +0000 UTC m=+1.157231264 container init 5e99afce3592a0e09622db1212d1ce213c5d47c62a907ca6c822312f97d6e319 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, ceph=True, RELEASE=HEAD, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0) 2024-09-11T08:04:18.790 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:18 smithi007 podman[27803]: 2024-09-11 08:04:18.38582698 +0000 UTC m=+1.161552106 container start 5e99afce3592a0e09622db1212d1ce213c5d47c62a907ca6c822312f97d6e319 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Dimitri Savineau , 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.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-11T08:04:18.790 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:18 smithi007 podman[27803]: 2024-09-11 08:04:18.497620964 +0000 UTC m=+1.273346088 container attach 5e99afce3592a0e09622db1212d1ce213c5d47c62a907ca6c822312f97d6e319 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-11T08:04:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:17.834504+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:18 smithi155 bash[23209]: cluster 2024-09-11T08:04:17.834504+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:17.834504+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:18 smithi007 bash[23378]: cluster 2024-09-11T08:04:17.834504+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:17.834504+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:18 smithi007 bash[26113]: cluster 2024-09-11T08:04:17.834504+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:19.290 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0[27818]: debug 2024-09-11T08:04:18.921+0000 7fc60fc5aec0 -1 Falling back to public interface 2024-09-11T08:04:19.290 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:18 smithi007 bash[27803]: debug 2024-09-11T08:04:18.921+0000 7fc60fc5aec0 -1 Falling back to public interface 2024-09-11T08:04:19.790 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0[27818]: debug 2024-09-11T08:04:19.480+0000 7fc60fc5aec0 -1 osd.0 0 log_to_monitors {default=true} 2024-09-11T08:04:19.790 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:19 smithi007 bash[27803]: debug 2024-09-11T08:04:19.480+0000 7fc60fc5aec0 -1 osd.0 0 log_to_monitors {default=true} 2024-09-11T08:04:19.846 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi007:vg_nvme/lv_3 2024-09-11T08:04:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.484529+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.484850+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:19 smithi007 bash[23378]: audit 2024-09-11T08:04:19.484529+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:19 smithi007 bash[23378]: audit 2024-09-11T08:04:19.484850+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.081 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:19 smithi007 bash[26113]: audit 2024-09-11T08:04:19.484529+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.081 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:19 smithi007 bash[26113]: audit 2024-09-11T08:04:19.484850+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.081 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.484529+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.081 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.484850+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.484529+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.484850+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:19 smithi155 bash[23209]: audit 2024-09-11T08:04:19.484529+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:19 smithi155 bash[23209]: audit 2024-09-11T08:04:19.484850+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:04:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:19.834748+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.913331+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:04:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: cluster 2024-09-11T08:04:19.834748+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: audit 2024-09-11T08:04:19.913331+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: cluster 2024-09-11T08:04:19.913399+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: audit 2024-09-11T08:04:19.913546+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: audit 2024-09-11T08:04:19.914598+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: audit 2024-09-11T08:04:19.914934+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: audit 2024-09-11T08:04:19.932262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:19.913399+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: audit 2024-09-11T08:04:19.934900+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 bash[23209]: audit 2024-09-11T08:04:19.935584+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.913546+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.914598+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.914934+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.932262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:21.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.934900+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:21.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:19.935584+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:21.280 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0[27818]: debug 2024-09-11T08:04:20.923+0000 7fc5f4a07700 -1 osd.0 0 waiting for initial osdmap 2024-09-11T08:04:21.280 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[27803]: debug 2024-09-11T08:04:20.923+0000 7fc5f4a07700 -1 osd.0 0 waiting for initial osdmap 2024-09-11T08:04:21.280 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0[27818]: debug 2024-09-11T08:04:20.926+0000 7fc5ffc23700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T08:04:21.280 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[27803]: debug 2024-09-11T08:04:20.926+0000 7fc5ffc23700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T08:04:21.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:19.834748+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:21.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.913331+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:04:21.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: cluster 2024-09-11T08:04:19.834748+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:21.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: audit 2024-09-11T08:04:19.913331+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:04:21.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: cluster 2024-09-11T08:04:19.913399+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:04:21.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: audit 2024-09-11T08:04:19.913546+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:21.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: audit 2024-09-11T08:04:19.914598+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: audit 2024-09-11T08:04:19.914934+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: cluster 2024-09-11T08:04:19.834748+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:21.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: audit 2024-09-11T08:04:19.913331+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:04:21.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: cluster 2024-09-11T08:04:19.913399+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:04:21.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: audit 2024-09-11T08:04:19.913546+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:21.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: audit 2024-09-11T08:04:19.914598+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: audit 2024-09-11T08:04:19.914934+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: audit 2024-09-11T08:04:19.932262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:21.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: audit 2024-09-11T08:04:19.932262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:21.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:19.913399+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:04:21.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: audit 2024-09-11T08:04:19.934900+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:21.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[23378]: audit 2024-09-11T08:04:19.935584+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:21.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.913546+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:21.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.914598+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.914934+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: audit 2024-09-11T08:04:19.934900+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 bash[26113]: audit 2024-09-11T08:04:19.935584+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:19.834748+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.913331+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:19.913399+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.913546+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.914598+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.914934+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:21.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.932262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:21.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.932262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:21.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.934900+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:21.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:19.935584+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:21.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.934900+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:21.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:19.935584+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:22.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 bash[23209]: cluster 2024-09-11T08:04:20.519843+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:22.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:20.519843+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:22.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 bash[23209]: cluster 2024-09-11T08:04:20.519890+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:22.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 bash[23209]: audit 2024-09-11T08:04:20.914770+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:22.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 bash[23209]: cluster 2024-09-11T08:04:20.914829+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:04:22.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 bash[23209]: audit 2024-09-11T08:04:20.915333+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:22.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:20.519890+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:22.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:20.914770+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:22.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:20.914829+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:04:22.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:20.915333+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:22.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:20.519843+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[23378]: cluster 2024-09-11T08:04:20.519843+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[23378]: cluster 2024-09-11T08:04:20.519890+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[23378]: audit 2024-09-11T08:04:20.914770+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[23378]: cluster 2024-09-11T08:04:20.914829+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[23378]: audit 2024-09-11T08:04:20.915333+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:20.519890+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:20.914770+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:20.914829+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:20.915333+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:22.182 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[26113]: cluster 2024-09-11T08:04:20.519843+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[26113]: cluster 2024-09-11T08:04:20.519890+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[26113]: audit 2024-09-11T08:04:20.914770+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[26113]: cluster 2024-09-11T08:04:20.914829+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 bash[26113]: audit 2024-09-11T08:04:20.915333+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:20.519843+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:20.519890+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:20.914770+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:20.914829+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:04:22.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:20.915333+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:21.835146+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[23378]: cluster 2024-09-11T08:04:21.835146+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[23378]: cluster 2024-09-11T08:04:21.923509+0000 mon.a (mon.0) 214 : cluster [INF] osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891] boot 2024-09-11T08:04:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[23378]: cluster 2024-09-11T08:04:21.923572+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:04:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[23378]: audit 2024-09-11T08:04:21.924216+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[23378]: cluster 2024-09-11T08:04:22.924666+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:21.923509+0000 mon.a (mon.0) 214 : cluster [INF] osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891] boot 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:21.923572+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:21.924216+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:22.924666+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:21.835146+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[26113]: cluster 2024-09-11T08:04:21.835146+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[26113]: cluster 2024-09-11T08:04:21.923509+0000 mon.a (mon.0) 214 : cluster [INF] osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891] boot 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[26113]: cluster 2024-09-11T08:04:21.923572+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[26113]: audit 2024-09-11T08:04:21.924216+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 bash[26113]: cluster 2024-09-11T08:04:22.924666+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:04:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:21.923509+0000 mon.a (mon.0) 214 : cluster [INF] osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891] boot 2024-09-11T08:04:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:21.923572+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:04:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:21.924216+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:22.924666+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:04:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:21.835146+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:21.923509+0000 mon.a (mon.0) 214 : cluster [INF] osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891] boot 2024-09-11T08:04:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 bash[23209]: cluster 2024-09-11T08:04:21.835146+0000 mgr.y (mgr.14140) 43 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:04:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 bash[23209]: cluster 2024-09-11T08:04:21.923509+0000 mon.a (mon.0) 214 : cluster [INF] osd.0 [v2:172.21.15.7:6802/2369686891,v1:172.21.15.7:6803/2369686891] boot 2024-09-11T08:04:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 bash[23209]: cluster 2024-09-11T08:04:21.923572+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:04:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 bash[23209]: audit 2024-09-11T08:04:21.924216+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 bash[23209]: cluster 2024-09-11T08:04:22.924666+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:04:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:21.923572+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:04:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:21.924216+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:04:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:22.924666+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:04:24.028 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[26113]: audit 2024-09-11T08:04:22.963554+0000 mgr.y (mgr.14140) 44 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:24.028 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[26113]: cephadm 2024-09-11T08:04:22.964117+0000 mgr.y (mgr.14140) 45 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:24.028 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[26113]: audit 2024-09-11T08:04:22.964352+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[26113]: audit 2024-09-11T08:04:22.964945+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[26113]: audit 2024-09-11T08:04:22.965708+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[26113]: cluster 2024-09-11T08:04:23.925081+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:22.963554+0000 mgr.y (mgr.14140) 44 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:04:22.964117+0000 mgr.y (mgr.14140) 45 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:22.964352+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:22.964945+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:22.965708+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:23.925081+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[23378]: audit 2024-09-11T08:04:22.963554+0000 mgr.y (mgr.14140) 44 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:24.029 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:22.963554+0000 mgr.y (mgr.14140) 44 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[23378]: cephadm 2024-09-11T08:04:22.964117+0000 mgr.y (mgr.14140) 45 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[23378]: audit 2024-09-11T08:04:22.964352+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[23378]: audit 2024-09-11T08:04:22.964945+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[23378]: audit 2024-09-11T08:04:22.965708+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 bash[23378]: cluster 2024-09-11T08:04:23.925081+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:04:22.964117+0000 mgr.y (mgr.14140) 45 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:22.964352+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:22.964945+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:22.965708+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:24.030 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:23.925081+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:04:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 bash[23209]: audit 2024-09-11T08:04:22.963554+0000 mgr.y (mgr.14140) 44 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 bash[23209]: cephadm 2024-09-11T08:04:22.964117+0000 mgr.y (mgr.14140) 45 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:22.963554+0000 mgr.y (mgr.14140) 44 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 bash[23209]: audit 2024-09-11T08:04:22.964352+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 bash[23209]: audit 2024-09-11T08:04:22.964945+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 bash[23209]: audit 2024-09-11T08:04:22.965708+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 bash[23209]: cluster 2024-09-11T08:04:23.925081+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:04:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:04:22.964117+0000 mgr.y (mgr.14140) 45 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:22.964352+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:22.964945+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:22.965708+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:23.925081+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:04:25.178 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[26113]: cluster 2024-09-11T08:04:23.835441+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:25.178 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[26113]: cluster 2024-09-11T08:04:23.928451+0000 mon.a (mon.0) 222 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:04:25.178 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[26113]: audit 2024-09-11T08:04:24.041768+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:25.179 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:23.835441+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:25.179 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:23.928451+0000 mon.a (mon.0) 222 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:04:25.179 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[23378]: cluster 2024-09-11T08:04:23.835441+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:25.179 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[23378]: cluster 2024-09-11T08:04:23.928451+0000 mon.a (mon.0) 222 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:04:25.179 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[23378]: audit 2024-09-11T08:04:24.041768+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:25.179 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[26113]: audit 2024-09-11T08:04:24.276052+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:25.179 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[26113]: audit 2024-09-11T08:04:24.278806+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:25.180 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:23.835441+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:25.180 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:23.928451+0000 mon.a (mon.0) 222 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:04:25.180 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:24.041768+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:25.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[23378]: audit 2024-09-11T08:04:24.276052+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:25.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:24.041768+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:25.180 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:24.276052+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:25.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:24.278806+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:25.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 bash[23378]: audit 2024-09-11T08:04:24.278806+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:25.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:24.276052+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:25.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:24.278806+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:23.835441+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 bash[23209]: cluster 2024-09-11T08:04:23.835441+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 bash[23209]: cluster 2024-09-11T08:04:23.928451+0000 mon.a (mon.0) 222 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 bash[23209]: audit 2024-09-11T08:04:24.041768+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 bash[23209]: audit 2024-09-11T08:04:24.276052+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:23.928451+0000 mon.a (mon.0) 222 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 bash[23209]: audit 2024-09-11T08:04:24.278806+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:24.041768+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:24.276052+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:25.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:24.278806+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}}, \"last_daemon_update\": \"2024-09-11T08:04:19.931655\", \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:25.874595+0000 mon.a (mon.0) 226 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]: dispatch 2024-09-11T08:04:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:25.878894+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]': finished 2024-09-11T08:04:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:25 smithi155 bash[23209]: audit 2024-09-11T08:04:25.874595+0000 mon.a (mon.0) 226 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]: dispatch 2024-09-11T08:04:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:25 smithi155 bash[23209]: audit 2024-09-11T08:04:25.878894+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]': finished 2024-09-11T08:04:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:25 smithi155 bash[23209]: cluster 2024-09-11T08:04:25.878942+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:04:26.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:25 smithi155 bash[23209]: audit 2024-09-11T08:04:25.879071+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:26.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:25.878942+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:04:26.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:25.879071+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:25.874595+0000 mon.a (mon.0) 226 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]: dispatch 2024-09-11T08:04:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:25.878894+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]': finished 2024-09-11T08:04:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:25 smithi007 bash[23378]: audit 2024-09-11T08:04:25.874595+0000 mon.a (mon.0) 226 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]: dispatch 2024-09-11T08:04:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:25 smithi007 bash[23378]: audit 2024-09-11T08:04:25.878894+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]': finished 2024-09-11T08:04:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:25 smithi007 bash[23378]: cluster 2024-09-11T08:04:25.878942+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:04:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:25 smithi007 bash[23378]: audit 2024-09-11T08:04:25.879071+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:25.878942+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:25.879071+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:25 smithi007 bash[26113]: audit 2024-09-11T08:04:25.874595+0000 mon.a (mon.0) 226 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]: dispatch 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:25 smithi007 bash[26113]: audit 2024-09-11T08:04:25.878894+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]': finished 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:25 smithi007 bash[26113]: cluster 2024-09-11T08:04:25.878942+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:25 smithi007 bash[26113]: audit 2024-09-11T08:04:25.879071+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:25.874595+0000 mon.a (mon.0) 226 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]: dispatch 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:25.878894+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.7:0/3356768206' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2"}]': finished 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:25.878942+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:04:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:25.879071+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:25.835709+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:26.624568+0000 mon.a (mon.0) 230 : audit [DBG] from='client.? 172.21.15.7:0/1891198483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:26 smithi155 bash[23209]: cluster 2024-09-11T08:04:25.835709+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:26 smithi155 bash[23209]: audit 2024-09-11T08:04:26.624568+0000 mon.a (mon.0) 230 : audit [DBG] from='client.? 172.21.15.7:0/1891198483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:25.835709+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:26 smithi007 bash[23378]: cluster 2024-09-11T08:04:25.835709+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:26 smithi007 bash[23378]: audit 2024-09-11T08:04:26.624568+0000 mon.a (mon.0) 230 : audit [DBG] from='client.? 172.21.15.7:0/1891198483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:26.624568+0000 mon.a (mon.0) 230 : audit [DBG] from='client.? 172.21.15.7:0/1891198483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:26 smithi007 bash[26113]: cluster 2024-09-11T08:04:25.835709+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:26 smithi007 bash[26113]: audit 2024-09-11T08:04:26.624568+0000 mon.a (mon.0) 230 : audit [DBG] from='client.? 172.21.15.7:0/1891198483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:25.835709+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:26.624568+0000 mon.a (mon.0) 230 : audit [DBG] from='client.? 172.21.15.7:0/1891198483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:27.836053+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:28 smithi155 bash[23209]: cluster 2024-09-11T08:04:27.836053+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:27.836053+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:28 smithi007 bash[23378]: cluster 2024-09-11T08:04:27.836053+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:27.836053+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:28 smithi007 bash[26113]: cluster 2024-09-11T08:04:27.836053+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:29.123803+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:29 smithi155 bash[23209]: audit 2024-09-11T08:04:29.123803+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:30.263 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:29.123803+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:30.263 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:29 smithi007 bash[26113]: audit 2024-09-11T08:04:29.123803+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:30.263 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:29.123803+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:30.263 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:29 smithi007 bash[23378]: audit 2024-09-11T08:04:29.123803+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:31.148 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:29.836353+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:31.148 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:30 smithi007 bash[23378]: cluster 2024-09-11T08:04:29.836353+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:31.148 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:30 smithi007 bash[23378]: cluster 2024-09-11T08:04:30.834533+0000 mon.a (mon.0) 232 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:31.148 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:30.834533+0000 mon.a (mon.0) 232 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:31.148 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:30 smithi007 bash[26113]: cluster 2024-09-11T08:04:29.836353+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:31.148 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:30 smithi007 bash[26113]: cluster 2024-09-11T08:04:30.834533+0000 mon.a (mon.0) 232 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:31.148 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:29.836353+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:31.148 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:30.834533+0000 mon.a (mon.0) 232 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:29.836353+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:30.834533+0000 mon.a (mon.0) 232 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:30 smithi155 bash[23209]: cluster 2024-09-11T08:04:29.836353+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:30 smithi155 bash[23209]: cluster 2024-09-11T08:04:30.834533+0000 mon.a (mon.0) 232 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:04:32.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:31.741933+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:04:32.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:31 smithi007 bash[23378]: audit 2024-09-11T08:04:31.741933+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:04:32.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:31 smithi007 bash[23378]: audit 2024-09-11T08:04:31.742752+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:32.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:31 smithi007 bash[23378]: audit 2024-09-11T08:04:31.743496+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:04:32.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:31.742752+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:32.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:31.743496+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:04:32.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:31 smithi007 bash[26113]: audit 2024-09-11T08:04:31.741933+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:04:32.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:31 smithi007 bash[26113]: audit 2024-09-11T08:04:31.742752+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:32.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:31 smithi007 bash[26113]: audit 2024-09-11T08:04:31.743496+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:04:32.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:31.741933+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:04:32.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:31.742752+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:32.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:31.743496+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:04:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:31.741933+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:04:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:31.742752+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:31 smithi155 bash[23209]: audit 2024-09-11T08:04:31.741933+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:04:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:31 smithi155 bash[23209]: audit 2024-09-11T08:04:31.742752+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:31 smithi155 bash[23209]: audit 2024-09-11T08:04:31.743496+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:04:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:31.743496+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:04:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:04:31.743241+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.1 on smithi007 2024-09-11T08:04:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:31.836616+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:32 smithi155 bash[23209]: cephadm 2024-09-11T08:04:31.743241+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.1 on smithi007 2024-09-11T08:04:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:32 smithi155 bash[23209]: cluster 2024-09-11T08:04:31.836616+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:04:31.743241+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.1 on smithi007 2024-09-11T08:04:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:31.836616+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:32 smithi007 bash[23378]: cephadm 2024-09-11T08:04:31.743241+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.1 on smithi007 2024-09-11T08:04:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:32 smithi007 bash[23378]: cluster 2024-09-11T08:04:31.836616+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:32 smithi007 bash[26113]: cephadm 2024-09-11T08:04:31.743241+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.1 on smithi007 2024-09-11T08:04:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:32 smithi007 bash[26113]: cluster 2024-09-11T08:04:31.836616+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:04:31.743241+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.1 on smithi007 2024-09-11T08:04:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:31.836616+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:33.480 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 1 on host 'smithi007' 2024-09-11T08:04:34.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:33.472963+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:34.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:33.473571+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:34.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:33 smithi155 bash[23209]: audit 2024-09-11T08:04:33.472963+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:34.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:33 smithi155 bash[23209]: audit 2024-09-11T08:04:33.473571+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:34.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:33.476339+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:34.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:33 smithi155 bash[23209]: audit 2024-09-11T08:04:33.476339+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:33.472963+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:33.473571+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:33 smithi007 bash[23378]: audit 2024-09-11T08:04:33.472963+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:33 smithi007 bash[23378]: audit 2024-09-11T08:04:33.473571+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:33.476339+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:33 smithi007 bash[23378]: audit 2024-09-11T08:04:33.476339+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:33 smithi007 bash[26113]: audit 2024-09-11T08:04:33.472963+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:33 smithi007 bash[26113]: audit 2024-09-11T08:04:33.473571+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:33 smithi007 bash[26113]: audit 2024-09-11T08:04:33.476339+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:33.472963+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:33.473571+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:33.476339+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931422\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931515\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931549\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:19.931579\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_device_update\": \"2024-09-11T08:04:24.275469\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:34.335 DEBUG:teuthology.orchestra.run.smithi007:osd.1> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.1.service 2024-09-11T08:04:34.338 INFO:tasks.cephadm:Deploying osd.2 on smithi007 with /dev/vg_nvme/lv_2... 2024-09-11T08:04:34.338 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T08:04:35.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:34 smithi007 bash[26113]: cluster 2024-09-11T08:04:33.837040+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:35.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:33.837040+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:35.212 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:34 smithi007 bash[23378]: cluster 2024-09-11T08:04:33.837040+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:35.212 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:33.837040+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:33.837040+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:34 smithi155 bash[23209]: cluster 2024-09-11T08:04:33.837040+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:35.564 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 podman[28818]: 2024-09-11 08:04:35.296185585 +0000 UTC m=+1.846862635 container init 53b3be5e9f43641bba8f0f44d20e97bd21880ad61c9720a50728bf52a71bbac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, ceph=True, org.label-schema.license=GPLv2) 2024-09-11T08:04:35.564 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 podman[28818]: 2024-09-11 08:04:35.300590017 +0000 UTC m=+1.851267067 container start 53b3be5e9f43641bba8f0f44d20e97bd21880ad61c9720a50728bf52a71bbac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, 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.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-11T08:04:35.564 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 podman[28818]: 2024-09-11 08:04:35.362351136 +0000 UTC m=+1.913028191 container attach 53b3be5e9f43641bba8f0f44d20e97bd21880ad61c9720a50728bf52a71bbac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-11T08:04:36.040 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate[28874]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:04:36.040 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate[28874]: 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-11T08:04:36.040 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 bash[28818]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:04:36.040 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 bash[28818]: 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-11T08:04:36.040 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 bash[28818]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:04:36.040 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 bash[28818]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:04:36.040 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 bash[28818]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:04:36.041 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 bash[28818]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:04:36.041 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 bash[28818]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-11T08:04:36.041 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate[28874]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:04:36.041 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate[28874]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:04:36.041 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate[28874]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:04:36.041 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate[28874]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:04:36.041 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate[28874]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-11T08:04:36.041 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:35 smithi007 podman[28818]: 2024-09-11 08:04:35.769016199 +0000 UTC m=+2.319693252 container died 53b3be5e9f43641bba8f0f44d20e97bd21880ad61c9720a50728bf52a71bbac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , 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, RELEASE=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-11T08:04:37.244 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:35.837483+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:37.245 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:36 smithi007 bash[26113]: cluster 2024-09-11T08:04:35.837483+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:37.245 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:37 smithi007 podman[29067]: 2024-09-11 08:04:37.147666102 +0000 UTC m=+1.551676196 container remove 53b3be5e9f43641bba8f0f44d20e97bd21880ad61c9720a50728bf52a71bbac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1-activate, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, 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, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, GIT_CLEAN=True) 2024-09-11T08:04:37.245 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:35.837483+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:37.245 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:36 smithi007 bash[23378]: cluster 2024-09-11T08:04:35.837483+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:35.837483+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:36 smithi155 bash[23209]: cluster 2024-09-11T08:04:35.837483+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:37.502 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:37 smithi007 podman[29104]: 2024-09-11 08:04:37.273598417 +0000 UTC m=+0.113906135 container create 13a58a9f9d02264afcca0c7bb152a097b6aa65ca1718f76f6edb9ab6a9d62915 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , 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, org.opencontainers.image.title=CentOS Base Image, ceph=True, org.label-schema.name=CentOS Base Image) 2024-09-11T08:04:37.503 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:37 smithi007 podman[29104]: 2024-09-11 08:04:37.179929316 +0000 UTC m=+0.020237006 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:04:37.503 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:37 smithi007 podman[29104]: 2024-09-11 08:04:37.502113121 +0000 UTC m=+0.342420813 container init 13a58a9f9d02264afcca0c7bb152a097b6aa65ca1718f76f6edb9ab6a9d62915 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, RELEASE=HEAD, 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.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-11T08:04:37.777 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:37 smithi007 podman[29104]: 2024-09-11 08:04:37.506960124 +0000 UTC m=+0.347267809 container start 13a58a9f9d02264afcca0c7bb152a097b6aa65ca1718f76f6edb9ab6a9d62915 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1, GIT_CLEAN=True, org.label-schema.build-date=20200114, 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.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, ceph=True, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image) 2024-09-11T08:04:37.778 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:37 smithi007 podman[29104]: 2024-09-11 08:04:37.592940441 +0000 UTC m=+0.433248122 container attach 13a58a9f9d02264afcca0c7bb152a097b6aa65ca1718f76f6edb9ab6a9d62915 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0) 2024-09-11T08:04:38.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:37.612094+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:38.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:37 smithi007 bash[26113]: audit 2024-09-11T08:04:37.612094+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:38.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:37.612094+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:38.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:37.615708+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:37 smithi007 bash[26113]: audit 2024-09-11T08:04:37.615708+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:37 smithi007 bash[26113]: audit 2024-09-11T08:04:37.616227+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:38.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:37.615708+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:38.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:37.616227+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:38.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:37 smithi007 bash[23378]: audit 2024-09-11T08:04:37.612094+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:38.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:37 smithi007 bash[23378]: audit 2024-09-11T08:04:37.615708+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:38.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:37 smithi007 bash[23378]: audit 2024-09-11T08:04:37.616227+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:38.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:37.616227+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:38.061 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T08:04:38.061 INFO:teuthology.orchestra.run.smithi007.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T08:04:38.061 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10+0 records in 2024-09-11T08:04:38.061 INFO:teuthology.orchestra.run.smithi007.stderr:10+0 records out 2024-09-11T08:04:38.061 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112211 s, 934 MB/s 2024-09-11T08:04:38.061 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping successful for: 2024-09-11T08:04:38.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:37.612094+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:38.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:37 smithi155 bash[23209]: audit 2024-09-11T08:04:37.612094+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:38.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:37.615708+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:38.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:37 smithi155 bash[23209]: audit 2024-09-11T08:04:37.615708+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:38.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:37 smithi155 bash[23209]: audit 2024-09-11T08:04:37.616227+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:38.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:37.616227+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:38.424 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:04:38.046+0000 7f6c63c57ec0 -1 Falling back to public interface 2024-09-11T08:04:38.424 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:38 smithi007 bash[29104]: debug 2024-09-11T08:04:38.046+0000 7f6c63c57ec0 -1 Falling back to public interface 2024-09-11T08:04:38.789 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:04:38.594+0000 7f6c63c57ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-09-11T08:04:38.790 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:38 smithi007 bash[29104]: debug 2024-09-11T08:04:38.594+0000 7f6c63c57ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-09-11T08:04:38.829 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi007:vg_nvme/lv_2 2024-09-11T08:04:39.206 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:37.837733+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:39.206 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:38.598217+0000 mon.a (mon.0) 242 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:04:39.206 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:38 smithi007 bash[23378]: cluster 2024-09-11T08:04:37.837733+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:39.206 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:38 smithi007 bash[23378]: audit 2024-09-11T08:04:38.598217+0000 mon.a (mon.0) 242 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:04:39.206 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:38 smithi007 bash[26113]: cluster 2024-09-11T08:04:37.837733+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:39.206 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:38 smithi007 bash[26113]: audit 2024-09-11T08:04:38.598217+0000 mon.a (mon.0) 242 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:04:39.206 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:37.837733+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:39.207 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:38.598217+0000 mon.a (mon.0) 242 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:04:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:37.837733+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:38.598217+0000 mon.a (mon.0) 242 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:04:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:38 smithi155 bash[23209]: cluster 2024-09-11T08:04:37.837733+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:38 smithi155 bash[23209]: audit 2024-09-11T08:04:38.598217+0000 mon.a (mon.0) 242 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:04:40.133 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[29104]: debug 2024-09-11T08:04:39.969+0000 7f6c4ca0c700 -1 osd.1 0 waiting for initial osdmap 2024-09-11T08:04:40.133 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:04:39.969+0000 7f6c4ca0c700 -1 osd.1 0 waiting for initial osdmap 2024-09-11T08:04:40.133 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:04:39.974+0000 7f6c57c28700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T08:04:40.134 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[29104]: debug 2024-09-11T08:04:39.974+0000 7f6c57c28700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:38.966728+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:38.966761+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:38.967154+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[23378]: audit 2024-09-11T08:04:38.966728+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[23378]: cluster 2024-09-11T08:04:38.966761+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[23378]: audit 2024-09-11T08:04:38.967154+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[23378]: audit 2024-09-11T08:04:38.967402+0000 mon.a (mon.0) 246 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[23378]: cluster 2024-09-11T08:04:39.567781+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:40.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[23378]: cluster 2024-09-11T08:04:39.567891+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:38.967402+0000 mon.a (mon.0) 246 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:39.567781+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:39.567891+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[26113]: audit 2024-09-11T08:04:38.966728+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[26113]: cluster 2024-09-11T08:04:38.966761+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[26113]: audit 2024-09-11T08:04:38.967154+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[26113]: audit 2024-09-11T08:04:38.967402+0000 mon.a (mon.0) 246 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[26113]: cluster 2024-09-11T08:04:39.567781+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 bash[26113]: cluster 2024-09-11T08:04:39.567891+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:38.966728+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:38.966761+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:04:40.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:38.967154+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:40.136 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:38.967402+0000 mon.a (mon.0) 246 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:40.136 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:39.567781+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:40.136 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:39.567891+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:38.966728+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:04:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:38.966761+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:04:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 bash[23209]: audit 2024-09-11T08:04:38.966728+0000 mon.a (mon.0) 243 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:04:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 bash[23209]: cluster 2024-09-11T08:04:38.966761+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:04:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 bash[23209]: audit 2024-09-11T08:04:38.967154+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 bash[23209]: audit 2024-09-11T08:04:38.967402+0000 mon.a (mon.0) 246 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 bash[23209]: cluster 2024-09-11T08:04:39.567781+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 bash[23209]: cluster 2024-09-11T08:04:39.567891+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:38.967154+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:38.967402+0000 mon.a (mon.0) 246 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:39.567781+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:39.567891+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:41.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:39.838025+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:41.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:40 smithi007 bash[23378]: cluster 2024-09-11T08:04:39.838025+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:41.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:40 smithi007 bash[23378]: audit 2024-09-11T08:04:39.967836+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:41.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:40 smithi007 bash[23378]: cluster 2024-09-11T08:04:39.967880+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:04:41.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:40 smithi007 bash[23378]: audit 2024-09-11T08:04:39.968023+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:41.166 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:39.967836+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:39.967880+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:39.968023+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:39.838025+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:40 smithi007 bash[26113]: cluster 2024-09-11T08:04:39.838025+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:40 smithi007 bash[26113]: audit 2024-09-11T08:04:39.967836+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:40 smithi007 bash[26113]: cluster 2024-09-11T08:04:39.967880+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:40 smithi007 bash[26113]: audit 2024-09-11T08:04:39.968023+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:39.967836+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:39.967880+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:04:41.167 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:39.968023+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:39.838025+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:40 smithi155 bash[23209]: cluster 2024-09-11T08:04:39.838025+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:40 smithi155 bash[23209]: audit 2024-09-11T08:04:39.967836+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:40 smithi155 bash[23209]: cluster 2024-09-11T08:04:39.967880+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:04:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:40 smithi155 bash[23209]: audit 2024-09-11T08:04:39.968023+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:39.967836+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:39.967880+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:04:41.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:39.968023+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:42.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:40.973391+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675] boot 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:40.973429+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 bash[23209]: cluster 2024-09-11T08:04:40.973391+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675] boot 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 bash[23209]: cluster 2024-09-11T08:04:40.973429+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 bash[23209]: audit 2024-09-11T08:04:40.973921+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 bash[23209]: audit 2024-09-11T08:04:41.179867+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:40.973921+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 bash[23209]: audit 2024-09-11T08:04:41.399305+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:41.179867+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 bash[23209]: audit 2024-09-11T08:04:41.401899+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:41.399305+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:42.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:41.401899+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:40.973391+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675] boot 2024-09-11T08:04:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[26113]: cluster 2024-09-11T08:04:40.973391+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675] boot 2024-09-11T08:04:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[26113]: cluster 2024-09-11T08:04:40.973429+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:04:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[26113]: audit 2024-09-11T08:04:40.973921+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[26113]: audit 2024-09-11T08:04:41.179867+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:40.973391+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675] boot 2024-09-11T08:04:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[23378]: cluster 2024-09-11T08:04:40.973391+0000 mon.a (mon.0) 250 : cluster [INF] osd.1 [v2:172.21.15.7:6810/1285841675,v1:172.21.15.7:6811/1285841675] boot 2024-09-11T08:04:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[23378]: cluster 2024-09-11T08:04:40.973429+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:04:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[23378]: audit 2024-09-11T08:04:40.973921+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[23378]: audit 2024-09-11T08:04:41.179867+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:40.973429+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:04:42.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[26113]: audit 2024-09-11T08:04:41.399305+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[23378]: audit 2024-09-11T08:04:41.399305+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:40.973921+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:42.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[26113]: audit 2024-09-11T08:04:41.401899+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:42.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:40.973429+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:04:42.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:40.973921+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:04:42.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:41.179867+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:42.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 bash[23378]: audit 2024-09-11T08:04:41.401899+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:42.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:41.179867+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:41.399305+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:41.401899+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:42.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:41.399305+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:42.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:41.401899+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}}, \"last_daemon_update\": \"2024-09-11T08:04:37.611459\", \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:41.838334+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:41.982289+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:04:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 bash[23209]: cluster 2024-09-11T08:04:41.838334+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 bash[23209]: cluster 2024-09-11T08:04:41.982289+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 bash[23209]: audit 2024-09-11T08:04:41.984034+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]: dispatch 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 bash[23209]: audit 2024-09-11T08:04:41.987216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]': finished 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 bash[23209]: audit 2024-09-11T08:04:42.279202+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 bash[23209]: audit 2024-09-11T08:04:42.279750+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 bash[23209]: audit 2024-09-11T08:04:42.280500+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:41.984034+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]: dispatch 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:41.987216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]': finished 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:42.279202+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:42.279750+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:42.280500+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:43.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:41.838334+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:43.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:41.982289+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:04:43.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[23378]: cluster 2024-09-11T08:04:41.838334+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:43.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[23378]: cluster 2024-09-11T08:04:41.982289+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[23378]: audit 2024-09-11T08:04:41.984034+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]: dispatch 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[23378]: audit 2024-09-11T08:04:41.987216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]': finished 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[23378]: audit 2024-09-11T08:04:42.279202+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[23378]: audit 2024-09-11T08:04:42.279750+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[23378]: audit 2024-09-11T08:04:42.280500+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:41.984034+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]: dispatch 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:41.987216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]': finished 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:42.279202+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:42.279750+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:42.280500+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:43.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[26113]: cluster 2024-09-11T08:04:41.838334+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[26113]: cluster 2024-09-11T08:04:41.982289+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[26113]: audit 2024-09-11T08:04:41.984034+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]: dispatch 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[26113]: audit 2024-09-11T08:04:41.987216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]': finished 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[26113]: audit 2024-09-11T08:04:42.279202+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[26113]: audit 2024-09-11T08:04:42.279750+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 bash[26113]: audit 2024-09-11T08:04:42.280500+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:41.838334+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:41.982289+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:41.984034+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]: dispatch 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:41.987216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-080311"}]': finished 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:42.279202+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:04:43.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:42.279750+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:43.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:42.280500+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:42.278294+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:04:42.278950+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:43 smithi155 bash[23209]: audit 2024-09-11T08:04:42.278294+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:43 smithi155 bash[23209]: cephadm 2024-09-11T08:04:42.278950+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:42.278294+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:04:42.278950+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:43 smithi007 bash[23378]: audit 2024-09-11T08:04:42.278294+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:43 smithi007 bash[23378]: cephadm 2024-09-11T08:04:42.278950+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:43 smithi007 bash[26113]: audit 2024-09-11T08:04:42.278294+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:43 smithi007 bash[26113]: cephadm 2024-09-11T08:04:42.278950+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:42.278294+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:04:42.278950+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:04:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:43.838630+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:44.519482+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.7:0/1030109438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 bash[23209]: cluster 2024-09-11T08:04:43.838630+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 bash[23209]: audit 2024-09-11T08:04:44.519482+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.7:0/1030109438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 bash[23209]: audit 2024-09-11T08:04:44.519779+0000 mon.a (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 bash[23209]: audit 2024-09-11T08:04:44.523351+0000 mon.a (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]': finished 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 bash[23209]: cluster 2024-09-11T08:04:44.523396+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 bash[23209]: audit 2024-09-11T08:04:44.523518+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:44.519779+0000 mon.a (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:44.523351+0000 mon.a (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]': finished 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:44.523396+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:04:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:44.523518+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[26113]: cluster 2024-09-11T08:04:43.838630+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[26113]: audit 2024-09-11T08:04:44.519482+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.7:0/1030109438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[26113]: audit 2024-09-11T08:04:44.519779+0000 mon.a (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[26113]: audit 2024-09-11T08:04:44.523351+0000 mon.a (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]': finished 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[26113]: cluster 2024-09-11T08:04:44.523396+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[26113]: audit 2024-09-11T08:04:44.523518+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:43.838630+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:44.519482+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.7:0/1030109438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:44.519779+0000 mon.a (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:44.523351+0000 mon.a (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]': finished 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:44.523396+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:04:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:44.523518+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:43.838630+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:44.519482+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.7:0/1030109438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[23378]: cluster 2024-09-11T08:04:43.838630+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[23378]: audit 2024-09-11T08:04:44.519482+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.7:0/1030109438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[23378]: audit 2024-09-11T08:04:44.519779+0000 mon.a (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[23378]: audit 2024-09-11T08:04:44.523351+0000 mon.a (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]': finished 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[23378]: cluster 2024-09-11T08:04:44.523396+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 bash[23378]: audit 2024-09-11T08:04:44.523518+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:44.519779+0000 mon.a (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]: dispatch 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:44.523351+0000 mon.a (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17711512-7b55-4fdc-9a9e-8fb1c4445e35"}]': finished 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:44.523396+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:04:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:44.523518+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:46.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:45.291663+0000 mon.a (mon.0) 266 : audit [DBG] from='client.? 172.21.15.7:0/519884419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:46.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:45 smithi155 bash[23209]: audit 2024-09-11T08:04:45.291663+0000 mon.a (mon.0) 266 : audit [DBG] from='client.? 172.21.15.7:0/519884419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:45.291663+0000 mon.a (mon.0) 266 : audit [DBG] from='client.? 172.21.15.7:0/519884419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:45 smithi007 bash[23378]: audit 2024-09-11T08:04:45.291663+0000 mon.a (mon.0) 266 : audit [DBG] from='client.? 172.21.15.7:0/519884419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:45.291663+0000 mon.a (mon.0) 266 : audit [DBG] from='client.? 172.21.15.7:0/519884419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:45 smithi007 bash[26113]: audit 2024-09-11T08:04:45.291663+0000 mon.a (mon.0) 266 : audit [DBG] from='client.? 172.21.15.7:0/519884419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:04:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:45.838978+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:46 smithi155 bash[23209]: cluster 2024-09-11T08:04:45.838978+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:45.838978+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:46 smithi007 bash[23378]: cluster 2024-09-11T08:04:45.838978+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:45.838978+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:46 smithi007 bash[26113]: cluster 2024-09-11T08:04:45.838978+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:04:48.002 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:47.770570+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:47.770570+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:48 smithi155 bash[23209]: audit 2024-09-11T08:04:47.770570+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:48 smithi007 bash[23378]: audit 2024-09-11T08:04:47.770570+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:48.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:47.770570+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:48.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:48 smithi007 bash[26113]: audit 2024-09-11T08:04:47.770570+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:47.839300+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:47.996104+0000 mon.a (mon.0) 268 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:04:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:49 smithi155 bash[23209]: cluster 2024-09-11T08:04:47.839300+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:49 smithi155 bash[23209]: cluster 2024-09-11T08:04:47.996104+0000 mon.a (mon.0) 268 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:04:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:49 smithi155 bash[23209]: cluster 2024-09-11T08:04:47.996143+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:04:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:47.996143+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:04:49.282 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:49 smithi007 bash[23378]: cluster 2024-09-11T08:04:47.839300+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:49.282 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:49 smithi007 bash[23378]: cluster 2024-09-11T08:04:47.996104+0000 mon.a (mon.0) 268 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:04:49.282 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:49 smithi007 bash[23378]: cluster 2024-09-11T08:04:47.996143+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:04:49.282 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:47.839300+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:49.282 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:47.996104+0000 mon.a (mon.0) 268 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:04:49.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:47.996143+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:04:49.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:49 smithi007 bash[26113]: cluster 2024-09-11T08:04:47.839300+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:49.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:49 smithi007 bash[26113]: cluster 2024-09-11T08:04:47.996104+0000 mon.a (mon.0) 268 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:04:49.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:49 smithi007 bash[26113]: cluster 2024-09-11T08:04:47.996143+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:04:49.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:47.839300+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:49.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:47.996104+0000 mon.a (mon.0) 268 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:04:49.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:47.996143+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:04:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:49.839611+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v55: 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-11T08:04:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:50 smithi007 bash[26113]: cluster 2024-09-11T08:04:49.839611+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v55: 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-11T08:04:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:50 smithi007 bash[26113]: audit 2024-09-11T08:04:50.366190+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:04:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:50 smithi007 bash[26113]: audit 2024-09-11T08:04:50.366942+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:50 smithi007 bash[26113]: audit 2024-09-11T08:04:50.367700+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:04:51.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:50.366190+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:04:51.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:50.366942+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:51.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:50.367700+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:04:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:49.839611+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v55: 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-11T08:04:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:50 smithi007 bash[23378]: cluster 2024-09-11T08:04:49.839611+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v55: 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-11T08:04:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:50 smithi007 bash[23378]: audit 2024-09-11T08:04:50.366190+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:04:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:50 smithi007 bash[23378]: audit 2024-09-11T08:04:50.366942+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:50 smithi007 bash[23378]: audit 2024-09-11T08:04:50.367700+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:04:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:50.366190+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:04:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:50.366942+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:51.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:50.367700+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:04:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:50 smithi155 bash[23209]: cluster 2024-09-11T08:04:49.839611+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v55: 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-11T08:04:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:49.839611+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v55: 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-11T08:04:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:50 smithi155 bash[23209]: audit 2024-09-11T08:04:50.366190+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:04:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:50 smithi155 bash[23209]: audit 2024-09-11T08:04:50.366942+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:50 smithi155 bash[23209]: audit 2024-09-11T08:04:50.367700+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:04:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:50.366190+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:04:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:50.366942+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:50.367700+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:04:52.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:04:50.367444+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.2 on smithi007 2024-09-11T08:04:52.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:51 smithi007 bash[23378]: cephadm 2024-09-11T08:04:50.367444+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.2 on smithi007 2024-09-11T08:04:52.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:04:50.367444+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.2 on smithi007 2024-09-11T08:04:52.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:51 smithi007 bash[26113]: cephadm 2024-09-11T08:04:50.367444+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.2 on smithi007 2024-09-11T08:04:52.171 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 2 on host 'smithi007' 2024-09-11T08:04:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:04:50.367444+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.2 on smithi007 2024-09-11T08:04:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:51 smithi155 bash[23209]: cephadm 2024-09-11T08:04:50.367444+0000 mgr.y (mgr.14140) 63 : cephadm [INF] Deploying daemon osd.2 on smithi007 2024-09-11T08:04:52.953 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:51.839917+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:52.953 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:52 smithi007 bash[26113]: cluster 2024-09-11T08:04:51.839917+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:52.953 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:51.839917+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:52.953 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:52 smithi007 bash[23378]: cluster 2024-09-11T08:04:51.839917+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:52.954 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:52 smithi007 bash[26113]: audit 2024-09-11T08:04:52.164811+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:52.954 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:52 smithi007 bash[26113]: audit 2024-09-11T08:04:52.165539+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:52.954 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:52 smithi007 bash[23378]: audit 2024-09-11T08:04:52.164811+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:52.954 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:52 smithi007 bash[23378]: audit 2024-09-11T08:04:52.165539+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:52.954 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:52.164811+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:52.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:52 smithi007 bash[23378]: audit 2024-09-11T08:04:52.168089+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:52.955 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:52 smithi007 bash[26113]: audit 2024-09-11T08:04:52.168089+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:52.955 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:52.165539+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:52.955 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:52.168089+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:52.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:52.164811+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:52.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:52.165539+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:52.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:52.168089+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:52.971 DEBUG:teuthology.orchestra.run.smithi007:osd.2> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.2.service 2024-09-11T08:04:52.973 INFO:tasks.cephadm:Deploying osd.3 on smithi007 with /dev/vg_nvme/lv_1... 2024-09-11T08:04:52.974 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T08:04:53.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:51.839917+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:53.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:52.164811+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:53.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:52 smithi155 bash[23209]: cluster 2024-09-11T08:04:51.839917+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:04:53.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:52.165539+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:53.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:52 smithi155 bash[23209]: audit 2024-09-11T08:04:52.164811+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:53.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:52 smithi155 bash[23209]: audit 2024-09-11T08:04:52.165539+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:04:53.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:52 smithi155 bash[23209]: audit 2024-09-11T08:04:52.168089+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:53.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:52.168089+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611212\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611290\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611323\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:37.611353\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:37.611382\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_device_update\": \"2024-09-11T08:04:41.398674\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:54.235 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 podman[30008]: 2024-09-11 08:04:54.05152411 +0000 UTC m=+1.908401630 container init 7e6a02140281f429f3162613a7ed5c8aa54c97d72610ee2ca12c67f8cc482ac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, ceph=True, GIT_CLEAN=True) 2024-09-11T08:04:54.235 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 podman[30008]: 2024-09-11 08:04:54.056783374 +0000 UTC m=+1.913660894 container start 7e6a02140281f429f3162613a7ed5c8aa54c97d72610ee2ca12c67f8cc482ac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.label-schema.license=GPLv2, 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_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T08:04:54.235 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 podman[30008]: 2024-09-11 08:04:54.133439764 +0000 UTC m=+1.990317296 container attach 7e6a02140281f429f3162613a7ed5c8aa54c97d72610ee2ca12c67f8cc482ac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, RELEASE=HEAD, 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=True, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate[30040]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate[30040]: 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-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[30008]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[30008]: 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-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[30008]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[30008]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[30008]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[30008]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:04:54.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[30008]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-11T08:04:54.541 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate[30040]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:04:54.541 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate[30040]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:04:54.541 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate[30040]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:04:54.541 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate[30040]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:04:54.541 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate[30040]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-11T08:04:54.541 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:54 smithi007 podman[30008]: 2024-09-11 08:04:54.445573762 +0000 UTC m=+2.302451288 container died 7e6a02140281f429f3162613a7ed5c8aa54c97d72610ee2ca12c67f8cc482ac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:04:55.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:53.840433+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v57: 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-11T08:04:55.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[23378]: cluster 2024-09-11T08:04:53.840433+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v57: 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-11T08:04:55.023 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:54 smithi007 bash[26113]: cluster 2024-09-11T08:04:53.840433+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v57: 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-11T08:04:55.024 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:53.840433+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v57: 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-11T08:04:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:53.840433+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v57: 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-11T08:04:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:54 smithi155 bash[23209]: cluster 2024-09-11T08:04:53.840433+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v57: 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-11T08:04:55.274 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 podman[30182]: 2024-09-11 08:04:55.022057029 +0000 UTC m=+0.670760048 container remove 7e6a02140281f429f3162613a7ed5c8aa54c97d72610ee2ca12c67f8cc482ac2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2-activate, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-11T08:04:55.274 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 podman[30220]: 2024-09-11 08:04:55.139587619 +0000 UTC m=+0.107415764 container create 069be7d45e3ff4dcb78617cacc579bb291653bd0e26ba1f3ecbe2fa7ff3848e3 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T08:04:55.274 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 podman[30220]: 2024-09-11 08:04:55.049173885 +0000 UTC m=+0.017002040 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:04:55.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 podman[30220]: 2024-09-11 08:04:55.501380559 +0000 UTC m=+0.469208702 container init 069be7d45e3ff4dcb78617cacc579bb291653bd0e26ba1f3ecbe2fa7ff3848e3 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, ceph=True, RELEASE=HEAD, 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, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114) 2024-09-11T08:04:55.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 podman[30220]: 2024-09-11 08:04:55.50478553 +0000 UTC m=+0.472613673 container start 069be7d45e3ff4dcb78617cacc579bb291653bd0e26ba1f3ecbe2fa7ff3848e3 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , ceph=True, org.label-schema.build-date=20200114) 2024-09-11T08:04:55.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:04:55.521+0000 7fb21a9f1ec0 1 -- 172.21.15.7:0/2640843995 >> [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] conn(0x563057607000 msgr2=0x563057603b00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-11T08:04:55.540 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:04:55.521+0000 7fb21a9f1ec0 1 --2- 172.21.15.7:0/2640843995 >> [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] conn(0x563057607000 0x563057603b00 secure :-1 s=READY pgs=99 cs=0 l=1 rx=0x563057599d10 tx=0x563058272aa0).stop 2024-09-11T08:04:56.021 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 podman[30220]: 2024-09-11 08:04:55.601389229 +0000 UTC m=+0.569217376 container attach 069be7d45e3ff4dcb78617cacc579bb291653bd0e26ba1f3ecbe2fa7ff3848e3 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, 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, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS) 2024-09-11T08:04:56.044 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 bash[30220]: debug 2024-09-11T08:04:55.521+0000 7fb21a9f1ec0 1 -- 172.21.15.7:0/2640843995 >> [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] conn(0x563057607000 msgr2=0x563057603b00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-11T08:04:56.044 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:55 smithi007 bash[30220]: debug 2024-09-11T08:04:55.521+0000 7fb21a9f1ec0 1 --2- 172.21.15.7:0/2640843995 >> [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] conn(0x563057607000 0x563057603b00 secure :-1 s=READY pgs=99 cs=0 l=1 rx=0x563057599d10 tx=0x563058272aa0).stop 2024-09-11T08:04:56.272 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:04:56.046+0000 7fb21a9f1ec0 -1 Falling back to public interface 2024-09-11T08:04:56.272 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[30220]: debug 2024-09-11T08:04:56.046+0000 7fb21a9f1ec0 -1 Falling back to public interface 2024-09-11T08:04:56.789 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:04:56.610+0000 7fb21a9f1ec0 -1 osd.2 0 log_to_monitors {default=true} 2024-09-11T08:04:56.790 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[30220]: debug 2024-09-11T08:04:56.610+0000 7fb21a9f1ec0 -1 osd.2 0 log_to_monitors {default=true} 2024-09-11T08:04:56.814 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T08:04:56.814 INFO:teuthology.orchestra.run.smithi007.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T08:04:56.814 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10+0 records in 2024-09-11T08:04:56.814 INFO:teuthology.orchestra.run.smithi007.stderr:10+0 records out 2024-09-11T08:04:56.814 INFO:teuthology.orchestra.run.smithi007.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0107043 s, 980 MB/s 2024-09-11T08:04:56.814 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping successful for: 2024-09-11T08:04:57.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:55.840704+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v58: 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-11T08:04:57.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:56.615687+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:04:57.138 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:55.840704+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v58: 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-11T08:04:57.139 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:56.615687+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:04:57.139 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[26113]: cluster 2024-09-11T08:04:55.840704+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v58: 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-11T08:04:57.139 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[26113]: audit 2024-09-11T08:04:56.615687+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:04:57.139 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:56.787976+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:57.139 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:56.787976+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:57.140 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[26113]: audit 2024-09-11T08:04:56.787976+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:57.140 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[26113]: audit 2024-09-11T08:04:56.791197+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:57.140 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[26113]: audit 2024-09-11T08:04:56.791820+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:57.140 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:56.791197+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:57.140 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[23378]: cluster 2024-09-11T08:04:55.840704+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v58: 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-11T08:04:57.140 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[23378]: audit 2024-09-11T08:04:56.615687+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:04:57.141 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:56.791197+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:57.141 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:56.791820+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:57.141 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[23378]: audit 2024-09-11T08:04:56.787976+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:57.141 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[23378]: audit 2024-09-11T08:04:56.791197+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:57.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 bash[23378]: audit 2024-09-11T08:04:56.791820+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:57.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:56.791820+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:55.840704+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v58: 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-11T08:04:57.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:56.615687+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:04:57.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 bash[23209]: cluster 2024-09-11T08:04:55.840704+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v58: 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-11T08:04:57.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 bash[23209]: audit 2024-09-11T08:04:56.615687+0000 mon.a (mon.0) 276 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:04:57.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 bash[23209]: audit 2024-09-11T08:04:56.787976+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:57.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 bash[23209]: audit 2024-09-11T08:04:56.791197+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:57.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 bash[23209]: audit 2024-09-11T08:04:56.791820+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:57.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:56.787976+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:04:57.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:56.791197+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:04:57.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:56.791820+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:04:57.687 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi007:vg_nvme/lv_1 2024-09-11T08:04:58.209 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:56.863531+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:04:58.209 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:56.863588+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[23378]: audit 2024-09-11T08:04:56.863531+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[23378]: cluster 2024-09-11T08:04:56.863588+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[23378]: audit 2024-09-11T08:04:56.863907+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[23378]: audit 2024-09-11T08:04:56.864220+0000 mon.a (mon.0) 283 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[23378]: cluster 2024-09-11T08:04:57.566520+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[23378]: cluster 2024-09-11T08:04:57.566576+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:56.863907+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:56.864220+0000 mon.a (mon.0) 283 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:57.566520+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:57.566576+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:58.210 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[26113]: audit 2024-09-11T08:04:56.863531+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[26113]: cluster 2024-09-11T08:04:56.863588+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[26113]: audit 2024-09-11T08:04:56.863907+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[26113]: audit 2024-09-11T08:04:56.864220+0000 mon.a (mon.0) 283 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[26113]: cluster 2024-09-11T08:04:57.566520+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[26113]: cluster 2024-09-11T08:04:57.566576+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:56.863531+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:56.863588+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:56.863907+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:56.864220+0000 mon.a (mon.0) 283 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:57.566520+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:58.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:57.566576+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:58.212 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[30220]: debug 2024-09-11T08:04:57.866+0000 7fb2037a6700 -1 osd.2 0 waiting for initial osdmap 2024-09-11T08:04:58.212 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:04:57.866+0000 7fb2037a6700 -1 osd.2 0 waiting for initial osdmap 2024-09-11T08:04:58.212 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:04:57.873+0000 7fb20e9c2700 -1 osd.2 20 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T08:04:58.212 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:04:57 smithi007 bash[30220]: debug 2024-09-11T08:04:57.873+0000 7fb20e9c2700 -1 osd.2 20 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T08:04:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:56.863531+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:04:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:56.863588+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:04:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 bash[23209]: audit 2024-09-11T08:04:56.863531+0000 mon.a (mon.0) 280 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:04:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 bash[23209]: cluster 2024-09-11T08:04:56.863588+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:04:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 bash[23209]: audit 2024-09-11T08:04:56.863907+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 bash[23209]: audit 2024-09-11T08:04:56.864220+0000 mon.a (mon.0) 283 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 bash[23209]: cluster 2024-09-11T08:04:57.566520+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 bash[23209]: cluster 2024-09-11T08:04:57.566576+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:56.863907+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:56.864220+0000 mon.a (mon.0) 283 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:04:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:57.566520+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:04:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:57.566576+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:04:59.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:57.841194+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v60: 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-11T08:04:59.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:57.864374+0000 mon.a (mon.0) 284 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:59.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:58 smithi007 bash[23378]: cluster 2024-09-11T08:04:57.841194+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v60: 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-11T08:04:59.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:57.864415+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:04:59.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:58 smithi007 bash[23378]: audit 2024-09-11T08:04:57.864374+0000 mon.a (mon.0) 284 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:59.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:58 smithi007 bash[23378]: cluster 2024-09-11T08:04:57.864415+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:04:59.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:58 smithi007 bash[23378]: audit 2024-09-11T08:04:57.865070+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:59.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:57.865070+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:59.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:58 smithi007 bash[26113]: cluster 2024-09-11T08:04:57.841194+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v60: 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-11T08:04:59.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:58 smithi007 bash[26113]: audit 2024-09-11T08:04:57.864374+0000 mon.a (mon.0) 284 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:59.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:58 smithi007 bash[26113]: cluster 2024-09-11T08:04:57.864415+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:04:59.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:58 smithi007 bash[26113]: audit 2024-09-11T08:04:57.865070+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:59.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:57.841194+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v60: 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-11T08:04:59.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:57.864374+0000 mon.a (mon.0) 284 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:59.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:57.864415+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:04:59.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:57.865070+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:57.841194+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v60: 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-11T08:04:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:57.864374+0000 mon.a (mon.0) 284 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:58 smithi155 bash[23209]: cluster 2024-09-11T08:04:57.841194+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v60: 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-11T08:04:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:58 smithi155 bash[23209]: audit 2024-09-11T08:04:57.864374+0000 mon.a (mon.0) 284 : audit [INF] from='osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:04:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:58 smithi155 bash[23209]: cluster 2024-09-11T08:04:57.864415+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:04:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:58 smithi155 bash[23209]: audit 2024-09-11T08:04:57.865070+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:04:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:57.864415+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:04:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:57.865070+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:00.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:58.871338+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061] boot 2024-09-11T08:05:00.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:58.871370+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:05:00.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:59 smithi007 bash[23378]: cluster 2024-09-11T08:04:58.871338+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061] boot 2024-09-11T08:05:00.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:59 smithi007 bash[23378]: cluster 2024-09-11T08:04:58.871370+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:59 smithi007 bash[23378]: audit 2024-09-11T08:04:58.872023+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:59 smithi007 bash[23378]: cluster 2024-09-11T08:04:59.871397+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:04:58.872023+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:04:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:59.871397+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:59 smithi007 bash[26113]: cluster 2024-09-11T08:04:58.871338+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061] boot 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:59 smithi007 bash[26113]: cluster 2024-09-11T08:04:58.871370+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:59 smithi007 bash[26113]: audit 2024-09-11T08:04:58.872023+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:59 smithi007 bash[26113]: cluster 2024-09-11T08:04:59.871397+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:58.871338+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061] boot 2024-09-11T08:05:00.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:58.871370+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:05:00.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:04:58.872023+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:00.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:04:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:59.871397+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:05:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:58.871338+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061] boot 2024-09-11T08:05:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:58.871370+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:05:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:59 smithi155 bash[23209]: cluster 2024-09-11T08:04:58.871338+0000 mon.a (mon.0) 287 : cluster [INF] osd.2 [v2:172.21.15.7:6818/2845403061,v1:172.21.15.7:6819/2845403061] boot 2024-09-11T08:05:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:59 smithi155 bash[23209]: cluster 2024-09-11T08:04:58.871370+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:05:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:59 smithi155 bash[23209]: audit 2024-09-11T08:04:58.872023+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:59 smithi155 bash[23209]: cluster 2024-09-11T08:04:59.871397+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:05:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:04:58.872023+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:04:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:59.871397+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:05:01.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:04:59.841527+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:00 smithi007 bash[23378]: cluster 2024-09-11T08:04:59.841527+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:04:59.841527+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:00 smithi007 bash[26113]: cluster 2024-09-11T08:04:59.841527+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:04:59.841527+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:00 smithi155 bash[23209]: cluster 2024-09-11T08:04:59.841527+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:01.989 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[26113]: audit 2024-09-11T08:05:00.893233+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:01.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:00.893233+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:01.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[26113]: audit 2024-09-11T08:05:01.118125+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:01.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:01.118125+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:01.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[23378]: audit 2024-09-11T08:05:00.893233+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:01.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[23378]: audit 2024-09-11T08:05:01.118125+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:01.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[23378]: audit 2024-09-11T08:05:01.120814+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:01.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[23378]: audit 2024-09-11T08:05:01.346196+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:01.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[23378]: audit 2024-09-11T08:05:01.346719+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:01.991 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[26113]: audit 2024-09-11T08:05:01.120814+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:01.991 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[26113]: audit 2024-09-11T08:05:01.346196+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:01.991 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[26113]: audit 2024-09-11T08:05:01.346719+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:01.991 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[26113]: audit 2024-09-11T08:05:01.347466+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:01.991 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:00.893233+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:01.120814+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 bash[23378]: audit 2024-09-11T08:05:01.347466+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:01.346196+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:01.346719+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:01.347466+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:01.118125+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:01.120814+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:01.346196+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:01.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:01.346719+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:01.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:01.347466+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:00.893233+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:01.118125+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 bash[23209]: audit 2024-09-11T08:05:00.893233+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 bash[23209]: audit 2024-09-11T08:05:01.118125+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 bash[23209]: audit 2024-09-11T08:05:01.120814+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 bash[23209]: audit 2024-09-11T08:05:01.346196+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:01.120814+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}}, \"last_daemon_update\": \"2024-09-11T08:04:56.787299\", \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 bash[23209]: audit 2024-09-11T08:05:01.346719+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 bash[23209]: audit 2024-09-11T08:05:01.347466+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:01.346196+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:01.346719+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:01.347466+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:03.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:01.345348+0000 mgr.y (mgr.14140) 69 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:03.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:05:01.345927+0000 mgr.y (mgr.14140) 70 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:05:03.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:03 smithi155 bash[23209]: audit 2024-09-11T08:05:01.345348+0000 mgr.y (mgr.14140) 69 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:03.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:03 smithi155 bash[23209]: cephadm 2024-09-11T08:05:01.345927+0000 mgr.y (mgr.14140) 70 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:05:03.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:03 smithi155 bash[23209]: cluster 2024-09-11T08:05:01.841784+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 512 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:03.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:01.841784+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 512 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:03.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:01.345348+0000 mgr.y (mgr.14140) 69 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:03.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:03 smithi007 bash[23378]: audit 2024-09-11T08:05:01.345348+0000 mgr.y (mgr.14140) 69 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:03.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:03 smithi007 bash[23378]: cephadm 2024-09-11T08:05:01.345927+0000 mgr.y (mgr.14140) 70 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:05:03.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:03 smithi007 bash[23378]: cluster 2024-09-11T08:05:01.841784+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 512 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:03.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:05:01.345927+0000 mgr.y (mgr.14140) 70 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:05:03.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:01.841784+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 512 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:03.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:01.345348+0000 mgr.y (mgr.14140) 69 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:03.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:03 smithi007 bash[26113]: audit 2024-09-11T08:05:01.345348+0000 mgr.y (mgr.14140) 69 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:03.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:03 smithi007 bash[26113]: cephadm 2024-09-11T08:05:01.345927+0000 mgr.y (mgr.14140) 70 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:05:03.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:03 smithi007 bash[26113]: cluster 2024-09-11T08:05:01.841784+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 512 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:03.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:05:01.345927+0000 mgr.y (mgr.14140) 70 : cephadm [INF] Applying osd on host smithi007... 2024-09-11T08:05:03.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:01.841784+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 512 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:05:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:03.540309+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]: dispatch 2024-09-11T08:05:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:03.543972+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]': finished 2024-09-11T08:05:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:04 smithi155 bash[23209]: audit 2024-09-11T08:05:03.540309+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]: dispatch 2024-09-11T08:05:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:04 smithi155 bash[23209]: audit 2024-09-11T08:05:03.543972+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]': finished 2024-09-11T08:05:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:04 smithi155 bash[23209]: cluster 2024-09-11T08:05:03.544003+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-11T08:05:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:04 smithi155 bash[23209]: audit 2024-09-11T08:05:03.544127+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:03.544003+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-11T08:05:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:03.544127+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:04.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:03.540309+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]: dispatch 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:04 smithi007 bash[23378]: audit 2024-09-11T08:05:03.540309+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]: dispatch 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:04 smithi007 bash[23378]: audit 2024-09-11T08:05:03.543972+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]': finished 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:04 smithi007 bash[23378]: cluster 2024-09-11T08:05:03.544003+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:04 smithi007 bash[23378]: audit 2024-09-11T08:05:03.544127+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:03.543972+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]': finished 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:03.544003+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:03.544127+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:04 smithi007 bash[26113]: audit 2024-09-11T08:05:03.540309+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]: dispatch 2024-09-11T08:05:04.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:04 smithi007 bash[26113]: audit 2024-09-11T08:05:03.543972+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]': finished 2024-09-11T08:05:04.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:04 smithi007 bash[26113]: cluster 2024-09-11T08:05:03.544003+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-11T08:05:04.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:04 smithi007 bash[26113]: audit 2024-09-11T08:05:03.544127+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:04.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:03.540309+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]: dispatch 2024-09-11T08:05:04.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:03.543972+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.7:0/341609861' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89e516f-8067-482c-a8f6-bc8528bf6f1a"}]': finished 2024-09-11T08:05:04.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:03.544003+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-11T08:05:04.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:03.544127+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:05 smithi155 bash[23209]: cluster 2024-09-11T08:05:03.842150+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:03.842150+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:05 smithi155 bash[23209]: audit 2024-09-11T08:05:04.280582+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.7:0/911777746' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:05 smithi155 bash[23209]: cluster 2024-09-11T08:05:04.541961+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:05:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:05 smithi155 bash[23209]: cluster 2024-09-11T08:05:04.541998+0000 mon.a (mon.0) 302 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:05.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:04.280582+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.7:0/911777746' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:05.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:04.541961+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:05:05.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:04.541998+0000 mon.a (mon.0) 302 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:05.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:03.842150+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:05.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:04.280582+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.7:0/911777746' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:05.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:05 smithi007 bash[23378]: cluster 2024-09-11T08:05:03.842150+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:05.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:05 smithi007 bash[23378]: audit 2024-09-11T08:05:04.280582+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.7:0/911777746' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:05.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:05 smithi007 bash[23378]: cluster 2024-09-11T08:05:04.541961+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:05:05.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:05 smithi007 bash[23378]: cluster 2024-09-11T08:05:04.541998+0000 mon.a (mon.0) 302 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:05.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:04.541961+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:05:05.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:04.541998+0000 mon.a (mon.0) 302 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:05.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:05 smithi007 bash[26113]: cluster 2024-09-11T08:05:03.842150+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:05.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:05 smithi007 bash[26113]: audit 2024-09-11T08:05:04.280582+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.7:0/911777746' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:05.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:05 smithi007 bash[26113]: cluster 2024-09-11T08:05:04.541961+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:05:05.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:05 smithi007 bash[26113]: cluster 2024-09-11T08:05:04.541998+0000 mon.a (mon.0) 302 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:05.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:03.842150+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:05.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:04.280582+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.7:0/911777746' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:05.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:04.541961+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:05:05.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:04.541998+0000 mon.a (mon.0) 302 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:07.386 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:05.842682+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:07.386 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:06.751396+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:07.386 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:07 smithi007 bash[23378]: cluster 2024-09-11T08:05:05.842682+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:07.386 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:07 smithi007 bash[23378]: audit 2024-09-11T08:05:06.751396+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:07.386 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:07 smithi007 bash[26113]: cluster 2024-09-11T08:05:05.842682+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:07.386 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:07 smithi007 bash[26113]: audit 2024-09-11T08:05:06.751396+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:07.387 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:05.842682+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:07.387 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:06.751396+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:05.842682+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:06.751396+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:07 smithi155 bash[23209]: cluster 2024-09-11T08:05:05.842682+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:07 smithi155 bash[23209]: audit 2024-09-11T08:05:06.751396+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:09.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:07.843023+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:09.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:09 smithi007 bash[23378]: cluster 2024-09-11T08:05:07.843023+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:09.363 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:07.843023+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:09.363 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:09 smithi007 bash[26113]: cluster 2024-09-11T08:05:07.843023+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:07.843023+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:09 smithi155 bash[23209]: cluster 2024-09-11T08:05:07.843023+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:10.403 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:09.379684+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:05:10.403 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:09.380281+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:10.403 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:10 smithi007 bash[23378]: audit 2024-09-11T08:05:09.379684+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:05:10.403 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:10 smithi007 bash[23378]: audit 2024-09-11T08:05:09.380281+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:10.403 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:10 smithi007 bash[23378]: audit 2024-09-11T08:05:09.380995+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:05:10.404 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:09.380995+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:05:10.404 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:10 smithi007 bash[26113]: audit 2024-09-11T08:05:09.379684+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:05:10.404 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:10 smithi007 bash[26113]: audit 2024-09-11T08:05:09.380281+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:10.404 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:10 smithi007 bash[26113]: audit 2024-09-11T08:05:09.380995+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:05:10.404 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:09.379684+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:05:10.404 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:09.380281+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:10.404 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:09.380995+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:05:10.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:09.379684+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:05:10.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:09.380281+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:10.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:10 smithi155 bash[23209]: audit 2024-09-11T08:05:09.379684+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:05:10.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:10 smithi155 bash[23209]: audit 2024-09-11T08:05:09.380281+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:10.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:10 smithi155 bash[23209]: audit 2024-09-11T08:05:09.380995+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:05:10.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:09.380995+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:05:11.209 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 3 on host 'smithi007' 2024-09-11T08:05:11.412 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:11 smithi155 bash[23209]: cephadm 2024-09-11T08:05:09.380764+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Deploying daemon osd.3 on smithi007 2024-09-11T08:05:11.412 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:05:09.380764+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Deploying daemon osd.3 on smithi007 2024-09-11T08:05:11.412 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:11 smithi155 bash[23209]: cluster 2024-09-11T08:05:09.843267+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:11.413 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:09.843267+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:11.432 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:05:09.380764+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Deploying daemon osd.3 on smithi007 2024-09-11T08:05:11.432 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:11 smithi007 bash[23378]: cephadm 2024-09-11T08:05:09.380764+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Deploying daemon osd.3 on smithi007 2024-09-11T08:05:11.432 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:11 smithi007 bash[23378]: cluster 2024-09-11T08:05:09.843267+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:11.432 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:09.843267+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:11.432 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:11 smithi007 bash[26113]: cephadm 2024-09-11T08:05:09.380764+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Deploying daemon osd.3 on smithi007 2024-09-11T08:05:11.432 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:11 smithi007 bash[26113]: cluster 2024-09-11T08:05:09.843267+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:11.433 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:05:09.380764+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Deploying daemon osd.3 on smithi007 2024-09-11T08:05:11.433 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:09.843267+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:12.136 DEBUG:teuthology.orchestra.run.smithi007:osd.3> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.3.service 2024-09-11T08:05:12.138 INFO:tasks.cephadm:Deploying osd.4 on smithi155 with /dev/vg_nvme/lv_4... 2024-09-11T08:05:12.138 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T08:05:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:11.202502+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:12 smithi007 bash[26113]: audit 2024-09-11T08:05:11.202502+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:12.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:12 smithi007 bash[26113]: audit 2024-09-11T08:05:11.203054+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:12.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:12 smithi007 bash[23378]: audit 2024-09-11T08:05:11.202502+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:12.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:12 smithi007 bash[23378]: audit 2024-09-11T08:05:11.203054+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:12.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:12 smithi007 bash[26113]: audit 2024-09-11T08:05:11.206281+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:12.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:12 smithi007 bash[26113]: cluster 2024-09-11T08:05:11.843560+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:12.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:12 smithi007 bash[23378]: audit 2024-09-11T08:05:11.206281+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:12.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:12 smithi007 bash[23378]: cluster 2024-09-11T08:05:11.843560+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:12.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:11.203054+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:12.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:11.202502+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:12.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:11.203054+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:12.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:11.206281+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:12.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:11.843560+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:11.206281+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:11.843560+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:12.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:11.202502+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:12.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:11.203054+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:12.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:12 smithi155 bash[23209]: audit 2024-09-11T08:05:11.202502+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:12.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:12 smithi155 bash[23209]: audit 2024-09-11T08:05:11.203054+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:12.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:11.206281+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:12.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:12 smithi155 bash[23209]: audit 2024-09-11T08:05:11.206281+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787019\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787100\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787134\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:04:56.787163\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:04:56.787192\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:04:56.787221\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_device_update\": \"2024-09-11T08:05:01.117434\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:12.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:12 smithi155 bash[23209]: cluster 2024-09-11T08:05:11.843560+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:12.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:11.843560+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:13.008 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:12 smithi007 podman[31293]: 2024-09-11 08:05:12.747261589 +0000 UTC m=+0.695793228 container remove 4d2298d8b2758b87de4c6f7b2349e7635a59e18288007a079ae0a4af28f511e2 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3-activate, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T08:05:13.008 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:12 smithi007 podman[31326]: 2024-09-11 08:05:12.774821486 +0000 UTC m=+0.017631504 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:05:13.009 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:12 smithi007 podman[31326]: 2024-09-11 08:05:12.873260333 +0000 UTC m=+0.116070383 container create 40b0065ba84e7099d5ffa272315ae6a50ed8c3cd355349a117a3cc82c0c6374b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau ) 2024-09-11T08:05:13.290 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:13 smithi007 podman[31326]: 2024-09-11 08:05:13.126194651 +0000 UTC m=+0.369004655 container init 40b0065ba84e7099d5ffa272315ae6a50ed8c3cd355349a117a3cc82c0c6374b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2) 2024-09-11T08:05:13.290 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:13 smithi007 podman[31326]: 2024-09-11 08:05:13.129920539 +0000 UTC m=+0.372730541 container start 40b0065ba84e7099d5ffa272315ae6a50ed8c3cd355349a117a3cc82c0c6374b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3, ceph=True, org.opencontainers.image.vendor=CentOS, 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.name=CentOS Base Image, org.label-schema.license=GPLv2, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-11T08:05:13.290 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:13 smithi007 podman[31326]: 2024-09-11 08:05:13.226174854 +0000 UTC m=+0.468984858 container attach 40b0065ba84e7099d5ffa272315ae6a50ed8c3cd355349a117a3cc82c0c6374b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, RELEASE=HEAD, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0) 2024-09-11T08:05:13.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:05:13.663+0000 7f783b50bec0 -1 Falling back to public interface 2024-09-11T08:05:13.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:13 smithi007 bash[31326]: debug 2024-09-11T08:05:13.663+0000 7f783b50bec0 -1 Falling back to public interface 2024-09-11T08:05:13.843 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T08:05:13.843 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T08:05:13.843 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-11T08:05:13.843 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-11T08:05:13.843 INFO:teuthology.orchestra.run.smithi155.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0114574 s, 915 MB/s 2024-09-11T08:05:13.843 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 2024-09-11T08:05:13.843 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-11T08:05:14.456 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_4 2024-09-11T08:05:14.487 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:05:14.216+0000 7f783b50bec0 -1 osd.3 0 log_to_monitors {default=true} 2024-09-11T08:05:14.487 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[31326]: debug 2024-09-11T08:05:14.216+0000 7f783b50bec0 -1 osd.3 0 log_to_monitors {default=true} 2024-09-11T08:05:14.954 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:13.843863+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:14.954 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:14.160213+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:14.954 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:14.162942+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:14.954 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 bash[23209]: cluster 2024-09-11T08:05:13.843863+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:14.954 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 bash[23209]: audit 2024-09-11T08:05:14.160213+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:14.955 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:14.163462+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:14.955 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 bash[23209]: audit 2024-09-11T08:05:14.162942+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:14.955 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 bash[23209]: audit 2024-09-11T08:05:14.163462+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:14.955 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 bash[23209]: audit 2024-09-11T08:05:14.220343+0000 mon.a (mon.0) 313 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:05:14.955 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:14.220343+0000 mon.a (mon.0) 313 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:05:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:13.843863+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[26113]: cluster 2024-09-11T08:05:13.843863+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[26113]: audit 2024-09-11T08:05:14.160213+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:15.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:14.160213+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:15.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[23378]: cluster 2024-09-11T08:05:13.843863+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:15.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[26113]: audit 2024-09-11T08:05:14.162942+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:15.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[26113]: audit 2024-09-11T08:05:14.163462+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:15.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[26113]: audit 2024-09-11T08:05:14.220343+0000 mon.a (mon.0) 313 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:05:15.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:13.843863+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:15.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[23378]: audit 2024-09-11T08:05:14.160213+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:15.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:14.160213+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:15.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:14.162942+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:15.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:14.163462+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:15.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:14.220343+0000 mon.a (mon.0) 313 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:05:15.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:14.162942+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:15.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[23378]: audit 2024-09-11T08:05:14.162942+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:15.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[23378]: audit 2024-09-11T08:05:14.163462+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:15.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 bash[23378]: audit 2024-09-11T08:05:14.220343+0000 mon.a (mon.0) 313 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:05:15.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:14.163462+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:15.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:14.220343+0000 mon.a (mon.0) 313 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:05:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:15.165524+0000 mon.a (mon.0) 314 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:15.165564+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: audit 2024-09-11T08:05:15.165524+0000 mon.a (mon.0) 314 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: cluster 2024-09-11T08:05:15.165564+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: audit 2024-09-11T08:05:15.165695+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: audit 2024-09-11T08:05:15.166045+0000 mon.a (mon.0) 317 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: cluster 2024-09-11T08:05:15.176823+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: cluster 2024-09-11T08:05:15.176862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: cluster 2024-09-11T08:05:15.844200+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: audit 2024-09-11T08:05:16.152009+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: audit 2024-09-11T08:05:16.152592+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 bash[23209]: audit 2024-09-11T08:05:16.153363+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:16.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:15.165695+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:16.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:15.166045+0000 mon.a (mon.0) 317 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:05:16.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:15.176823+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:16.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:15.176862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:16.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:15.844200+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:16.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:16.152009+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:16.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:16.152592+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:16.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:16.153363+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:16.508 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[31326]: debug 2024-09-11T08:05:16.168+0000 7f78242c0700 -1 osd.3 0 waiting for initial osdmap 2024-09-11T08:05:16.546 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:05:16.168+0000 7f78242c0700 -1 osd.3 0 waiting for initial osdmap 2024-09-11T08:05:16.546 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:05:16.174+0000 7f782f4dc700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T08:05:16.546 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[31326]: debug 2024-09-11T08:05:16.174+0000 7f782f4dc700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T08:05:16.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:15.165524+0000 mon.a (mon.0) 314 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:15.165564+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: audit 2024-09-11T08:05:15.165524+0000 mon.a (mon.0) 314 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: cluster 2024-09-11T08:05:15.165564+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: audit 2024-09-11T08:05:15.165695+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: audit 2024-09-11T08:05:15.166045+0000 mon.a (mon.0) 317 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: cluster 2024-09-11T08:05:15.176823+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: cluster 2024-09-11T08:05:15.176862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: cluster 2024-09-11T08:05:15.844200+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: audit 2024-09-11T08:05:16.152009+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: audit 2024-09-11T08:05:16.152592+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:16.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[23378]: audit 2024-09-11T08:05:16.153363+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:15.165695+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:15.166045+0000 mon.a (mon.0) 317 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:15.176823+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:15.176862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:15.844200+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: audit 2024-09-11T08:05:15.165524+0000 mon.a (mon.0) 314 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: cluster 2024-09-11T08:05:15.165564+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: audit 2024-09-11T08:05:15.165695+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: audit 2024-09-11T08:05:15.166045+0000 mon.a (mon.0) 317 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:05:16.548 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: cluster 2024-09-11T08:05:15.176823+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: cluster 2024-09-11T08:05:15.176862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: cluster 2024-09-11T08:05:15.844200+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: audit 2024-09-11T08:05:16.152009+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: audit 2024-09-11T08:05:16.152592+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 bash[26113]: audit 2024-09-11T08:05:16.153363+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:15.165524+0000 mon.a (mon.0) 314 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:15.165564+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:15.165695+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:15.166045+0000 mon.a (mon.0) 317 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:15.176823+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:15.176862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:16.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:15.844200+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:16.550 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:16.152009+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:16.550 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:16.152592+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:16.550 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:16.153363+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:16.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:16.152009+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:16.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:16.152592+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:16.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:16.153363+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:17.442 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:16.150888+0000 mgr.y (mgr.14140) 80 : audit [DBG] from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:17.442 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:05:16.151715+0000 mgr.y (mgr.14140) 81 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:17.442 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 bash[23209]: audit 2024-09-11T08:05:16.150888+0000 mgr.y (mgr.14140) 80 : audit [DBG] from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:17.442 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 bash[23209]: cephadm 2024-09-11T08:05:16.151715+0000 mgr.y (mgr.14140) 81 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:17.442 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 bash[23209]: audit 2024-09-11T08:05:16.165906+0000 mon.a (mon.0) 321 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:05:17.442 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 bash[23209]: cluster 2024-09-11T08:05:16.165951+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:05:17.442 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 bash[23209]: audit 2024-09-11T08:05:16.166506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:17.442 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 bash[23209]: audit 2024-09-11T08:05:17.100336+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:17.443 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:16.165906+0000 mon.a (mon.0) 321 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:05:17.443 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:16.165951+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:05:17.443 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:16.166506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:17.443 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:17.100336+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[23378]: audit 2024-09-11T08:05:16.150888+0000 mgr.y (mgr.14140) 80 : audit [DBG] from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:16.150888+0000 mgr.y (mgr.14140) 80 : audit [DBG] from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[23378]: cephadm 2024-09-11T08:05:16.151715+0000 mgr.y (mgr.14140) 81 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[23378]: audit 2024-09-11T08:05:16.165906+0000 mon.a (mon.0) 321 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[23378]: cluster 2024-09-11T08:05:16.165951+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[23378]: audit 2024-09-11T08:05:16.166506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[23378]: audit 2024-09-11T08:05:17.100336+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:05:16.151715+0000 mgr.y (mgr.14140) 81 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:16.165906+0000 mon.a (mon.0) 321 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:16.165951+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:16.166506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:17.100336+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[26113]: audit 2024-09-11T08:05:16.150888+0000 mgr.y (mgr.14140) 80 : audit [DBG] from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[26113]: cephadm 2024-09-11T08:05:16.151715+0000 mgr.y (mgr.14140) 81 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:17.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[26113]: audit 2024-09-11T08:05:16.165906+0000 mon.a (mon.0) 321 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[26113]: cluster 2024-09-11T08:05:16.165951+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[26113]: audit 2024-09-11T08:05:16.166506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 bash[26113]: audit 2024-09-11T08:05:17.100336+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:16.150888+0000 mgr.y (mgr.14140) 80 : audit [DBG] from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:05:16.151715+0000 mgr.y (mgr.14140) 81 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:16.165906+0000 mon.a (mon.0) 321 : audit [INF] from='osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:16.165951+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:16.166506+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:17.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:17.100336+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:17.171418+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894] boot 2024-09-11T08:05:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:17.171455+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T08:05:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 bash[23209]: cluster 2024-09-11T08:05:17.171418+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894] boot 2024-09-11T08:05:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 bash[23209]: cluster 2024-09-11T08:05:17.171455+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T08:05:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 bash[23209]: audit 2024-09-11T08:05:17.171853+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 bash[23209]: audit 2024-09-11T08:05:17.322711+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:17.171853+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:18.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 bash[23209]: audit 2024-09-11T08:05:17.326263+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:18.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 bash[23209]: cluster 2024-09-11T08:05:17.844535+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:18.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:17.322711+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:18.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:17.326263+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:18.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:17.844535+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:18.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[26113]: cluster 2024-09-11T08:05:17.171418+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894] boot 2024-09-11T08:05:18.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[26113]: cluster 2024-09-11T08:05:17.171455+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T08:05:18.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[26113]: audit 2024-09-11T08:05:17.171853+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[23378]: cluster 2024-09-11T08:05:17.171418+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894] boot 2024-09-11T08:05:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:17.171418+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894] boot 2024-09-11T08:05:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[23378]: cluster 2024-09-11T08:05:17.171455+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T08:05:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[23378]: audit 2024-09-11T08:05:17.171853+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:18.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[26113]: audit 2024-09-11T08:05:17.322711+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:18.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[23378]: audit 2024-09-11T08:05:17.322711+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:18.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:17.171455+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T08:05:18.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[26113]: audit 2024-09-11T08:05:17.326263+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:18.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[26113]: cluster 2024-09-11T08:05:17.844535+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:18.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:17.171418+0000 mon.a (mon.0) 325 : cluster [INF] osd.3 [v2:172.21.15.7:6826/3159500894,v1:172.21.15.7:6827/3159500894] boot 2024-09-11T08:05:18.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:17.171455+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T08:05:18.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:17.171853+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:18.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[23378]: audit 2024-09-11T08:05:17.326263+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:18.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 bash[23378]: cluster 2024-09-11T08:05:17.844535+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:18.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:17.171853+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:18.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:17.322711+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:18.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:17.322711+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:05:18.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:17.326263+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:18.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:17.844535+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:18.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:17.326263+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}}, \"last_daemon_update\": \"2024-09-11T08:05:14.159483\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:05:18.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:17.844535+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:05:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:18.182864+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:05:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:18.186598+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.155:0/1163676699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 bash[23209]: cluster 2024-09-11T08:05:18.182864+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:05:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 bash[23209]: audit 2024-09-11T08:05:18.186598+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.155:0/1163676699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 bash[23209]: audit 2024-09-11T08:05:18.186931+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 bash[23209]: audit 2024-09-11T08:05:18.190736+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]': finished 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 bash[23209]: cluster 2024-09-11T08:05:18.190794+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 bash[23209]: audit 2024-09-11T08:05:18.190971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 bash[23209]: audit 2024-09-11T08:05:18.965233+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.155:0/723955189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:18.186931+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:18.190736+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]': finished 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:18.190794+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:18.190971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:19.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:18.965233+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.155:0/723955189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:18.182864+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:05:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:18.186598+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.155:0/1163676699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[23378]: cluster 2024-09-11T08:05:18.182864+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:05:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[23378]: audit 2024-09-11T08:05:18.186598+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.155:0/1163676699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[23378]: audit 2024-09-11T08:05:18.186931+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[23378]: audit 2024-09-11T08:05:18.190736+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]': finished 2024-09-11T08:05:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[23378]: cluster 2024-09-11T08:05:18.190794+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[23378]: audit 2024-09-11T08:05:18.190971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[23378]: audit 2024-09-11T08:05:18.965233+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.155:0/723955189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:18.186931+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:18.190736+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]': finished 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:18.190794+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:18.190971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:18.965233+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.155:0/723955189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[26113]: cluster 2024-09-11T08:05:18.182864+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[26113]: audit 2024-09-11T08:05:18.186598+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.155:0/1163676699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[26113]: audit 2024-09-11T08:05:18.186931+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[26113]: audit 2024-09-11T08:05:18.190736+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]': finished 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[26113]: cluster 2024-09-11T08:05:18.190794+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[26113]: audit 2024-09-11T08:05:18.190971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 bash[26113]: audit 2024-09-11T08:05:18.965233+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.155:0/723955189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:18.182864+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:18.186598+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.155:0/1163676699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:18.186931+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]: dispatch 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:18.190736+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b34785e0-a379-47aa-b266-2b08dac6ca87"}]': finished 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:18.190794+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:18.190971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:19.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:18.965233+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.155:0/723955189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:21.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:19.844881+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:21.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:20 smithi155 bash[23209]: cluster 2024-09-11T08:05:19.844881+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:19.844881+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:20 smithi007 bash[23378]: cluster 2024-09-11T08:05:19.844881+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:19.844881+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:20 smithi007 bash[26113]: cluster 2024-09-11T08:05:19.844881+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:22.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:21.437635+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:22.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:21 smithi155 bash[23209]: audit 2024-09-11T08:05:21.437635+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:21 smithi007 bash[23378]: audit 2024-09-11T08:05:21.437635+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:21.437635+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:21.437635+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:21 smithi007 bash[26113]: audit 2024-09-11T08:05:21.437635+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:22.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:21.845203+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:22.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:22 smithi155 bash[23209]: cluster 2024-09-11T08:05:21.845203+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:23.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:21.845203+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:23.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:22 smithi007 bash[23378]: cluster 2024-09-11T08:05:21.845203+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:21.845203+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:22 smithi007 bash[26113]: cluster 2024-09-11T08:05:21.845203+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:25.125 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:23.845647+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:25.125 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:23.960298+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:05:25.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:23.961080+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:25.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 bash[23209]: cluster 2024-09-11T08:05:23.845647+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:25.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 bash[23209]: audit 2024-09-11T08:05:23.960298+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:05:25.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 bash[23209]: audit 2024-09-11T08:05:23.961080+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:25.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 bash[23209]: cephadm 2024-09-11T08:05:23.961669+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.4 on smithi155 2024-09-11T08:05:25.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 bash[23209]: audit 2024-09-11T08:05:23.961974+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:05:25.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:05:23.961669+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.4 on smithi155 2024-09-11T08:05:25.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:23.961974+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:05:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:23.845647+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[23378]: cluster 2024-09-11T08:05:23.845647+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[23378]: audit 2024-09-11T08:05:23.960298+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:05:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[23378]: audit 2024-09-11T08:05:23.961080+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[23378]: cephadm 2024-09-11T08:05:23.961669+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.4 on smithi155 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[23378]: audit 2024-09-11T08:05:23.961974+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:23.960298+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:23.961080+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:05:23.961669+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.4 on smithi155 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:23.961974+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[26113]: cluster 2024-09-11T08:05:23.845647+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[26113]: audit 2024-09-11T08:05:23.960298+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[26113]: audit 2024-09-11T08:05:23.961080+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[26113]: cephadm 2024-09-11T08:05:23.961669+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.4 on smithi155 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 bash[26113]: audit 2024-09-11T08:05:23.961974+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:05:25.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:23.845647+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:25.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:23.960298+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:05:25.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:23.961080+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:25.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:05:23.961669+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.4 on smithi155 2024-09-11T08:05:25.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:23.961974+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:05:25.555 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 4 on host 'smithi155' 2024-09-11T08:05:26.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:25.548868+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:26.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:25.549341+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:26.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:25 smithi155 bash[23209]: audit 2024-09-11T08:05:25.548868+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:26.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:25 smithi155 bash[23209]: audit 2024-09-11T08:05:25.549341+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:26.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:25 smithi155 bash[23209]: audit 2024-09-11T08:05:25.552407+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:26.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:25.552407+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:25.548868+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:25.549341+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:26.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:25 smithi007 bash[26113]: audit 2024-09-11T08:05:25.548868+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:25 smithi007 bash[26113]: audit 2024-09-11T08:05:25.549341+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:25 smithi007 bash[26113]: audit 2024-09-11T08:05:25.552407+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:26.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:25 smithi007 bash[23378]: audit 2024-09-11T08:05:25.548868+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:26.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:25 smithi007 bash[23378]: audit 2024-09-11T08:05:25.549341+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:25.548868+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:25.549341+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:26.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:25.552407+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:26.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:25 smithi007 bash[23378]: audit 2024-09-11T08:05:25.552407+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:26.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:25.552407+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918248\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:03:59.918327\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_device_update\": \"2024-09-11T08:03:24.739122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:26.989 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:25.846113+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:26.989 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:26 smithi155 bash[23209]: cluster 2024-09-11T08:05:25.846113+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:27.227 DEBUG:teuthology.orchestra.run.smithi155:osd.4> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.4.service 2024-09-11T08:05:27.229 INFO:tasks.cephadm:Deploying osd.5 on smithi155 with /dev/vg_nvme/lv_3... 2024-09-11T08:05:27.229 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T08:05:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:25.846113+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:26 smithi007 bash[23378]: cluster 2024-09-11T08:05:25.846113+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:25.846113+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:26 smithi007 bash[26113]: cluster 2024-09-11T08:05:25.846113+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:28.181 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:27.454614+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:28.181 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:27.457971+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:28.181 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:27 smithi155 podman[24995]: 2024-09-11 08:05:27.933807162 +0000 UTC m=+0.924362837 container remove e7c9393a0e908a98c092dd753dfa752092e207e4387ddad28dea6c294a908d10 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4-activate, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:05:28.181 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:28 smithi155 podman[25081]: 2024-09-11 08:05:27.960110753 +0000 UTC m=+0.016851535 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:05:28.181 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:28 smithi155 podman[25081]: 2024-09-11 08:05:28.068067909 +0000 UTC m=+0.124808689 container create 57784f4553a9f5b52e18d53a4078f1009b67afbcc6dc5951e9468f3d410c0e2d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_CLEAN=True) 2024-09-11T08:05:28.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:27 smithi155 bash[23209]: audit 2024-09-11T08:05:27.454614+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:28.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:27 smithi155 bash[23209]: audit 2024-09-11T08:05:27.457971+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:28.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:27 smithi155 bash[23209]: audit 2024-09-11T08:05:27.458715+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:28.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:27.458715+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:28.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:27.454614+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:28.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:27 smithi007 bash[26113]: audit 2024-09-11T08:05:27.454614+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:28.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:27 smithi007 bash[23378]: audit 2024-09-11T08:05:27.454614+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:28.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:27 smithi007 bash[26113]: audit 2024-09-11T08:05:27.457971+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:28.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:27 smithi007 bash[26113]: audit 2024-09-11T08:05:27.458715+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:28.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:27 smithi007 bash[23378]: audit 2024-09-11T08:05:27.457971+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:28.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:27 smithi007 bash[23378]: audit 2024-09-11T08:05:27.458715+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:27.454614+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:28.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:27.457971+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:28.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:27.458715+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:27.457971+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:28.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:27.458715+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:28.472 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:28 smithi155 podman[25081]: 2024-09-11 08:05:28.379602022 +0000 UTC m=+0.436342801 container init 57784f4553a9f5b52e18d53a4078f1009b67afbcc6dc5951e9468f3d410c0e2d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-11T08:05:28.472 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:28 smithi155 podman[25081]: 2024-09-11 08:05:28.38347983 +0000 UTC m=+0.440220612 container start 57784f4553a9f5b52e18d53a4078f1009b67afbcc6dc5951e9468f3d410c0e2d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True, 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, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-11T08:05:28.472 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:28 smithi155 podman[25081]: 2024-09-11 08:05:28.471290481 +0000 UTC m=+0.528031277 container attach 57784f4553a9f5b52e18d53a4078f1009b67afbcc6dc5951e9468f3d410c0e2d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:05:29.151 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:27.846705+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:29.152 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:28 smithi155 bash[23209]: cluster 2024-09-11T08:05:27.846705+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:29.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4[25096]: debug 2024-09-11T08:05:28.914+0000 7fce58ad9ec0 -1 Falling back to public interface 2024-09-11T08:05:29.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:28 smithi155 bash[25081]: debug 2024-09-11T08:05:28.914+0000 7fce58ad9ec0 -1 Falling back to public interface 2024-09-11T08:05:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:27.846705+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:28 smithi007 bash[23378]: cluster 2024-09-11T08:05:27.846705+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:27.846705+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:28 smithi007 bash[26113]: cluster 2024-09-11T08:05:27.846705+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:29.746 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4[25096]: debug 2024-09-11T08:05:29.465+0000 7fce58ad9ec0 -1 osd.4 0 log_to_monitors {default=true} 2024-09-11T08:05:29.746 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:29 smithi155 bash[25081]: debug 2024-09-11T08:05:29.465+0000 7fce58ad9ec0 -1 osd.4 0 log_to_monitors {default=true} 2024-09-11T08:05:30.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:29.469437+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:29.469803+0000 mon.a (mon.0) 345 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:29 smithi155 bash[23209]: audit 2024-09-11T08:05:29.469437+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:29 smithi155 bash[23209]: audit 2024-09-11T08:05:29.469803+0000 mon.a (mon.0) 345 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:29.469437+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:29.469803+0000 mon.a (mon.0) 345 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:29 smithi007 bash[23378]: audit 2024-09-11T08:05:29.469437+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:29 smithi007 bash[23378]: audit 2024-09-11T08:05:29.469803+0000 mon.a (mon.0) 345 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:29 smithi007 bash[26113]: audit 2024-09-11T08:05:29.469437+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:29 smithi007 bash[26113]: audit 2024-09-11T08:05:29.469803+0000 mon.a (mon.0) 345 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:29.469437+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:29.469803+0000 mon.a (mon.0) 345 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:05:30.424 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T08:05:30.424 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T08:05:30.424 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-11T08:05:30.425 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-11T08:05:30.425 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124005 s, 846 MB/s 2024-09-11T08:05:30.425 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-11T08:05:31.188 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4[25096]: debug 2024-09-11T08:05:30.883+0000 7fce4188e700 -1 osd.4 0 waiting for initial osdmap 2024-09-11T08:05:31.188 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[25081]: debug 2024-09-11T08:05:30.883+0000 7fce4188e700 -1 osd.4 0 waiting for initial osdmap 2024-09-11T08:05:31.188 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4[25096]: debug 2024-09-11T08:05:30.887+0000 7fce4caaa700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:05:31.188 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[25081]: debug 2024-09-11T08:05:30.887+0000 7fce4caaa700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:29.847044+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:29.875786+0000 mon.a (mon.0) 346 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[23209]: cluster 2024-09-11T08:05:29.847044+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[23209]: audit 2024-09-11T08:05:29.875786+0000 mon.a (mon.0) 346 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[23209]: cluster 2024-09-11T08:05:29.875835+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[23209]: audit 2024-09-11T08:05:29.875996+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[23209]: audit 2024-09-11T08:05:29.876338+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[23209]: audit 2024-09-11T08:05:29.876642+0000 mon.a (mon.0) 349 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[23209]: cluster 2024-09-11T08:05:30.433231+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 bash[23209]: cluster 2024-09-11T08:05:30.433272+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:29.875835+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:05:31.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:29.875996+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:31.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:29.876338+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:29.876642+0000 mon.a (mon.0) 349 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:30.433231+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:31.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:30.433272+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:29.847044+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:29.875786+0000 mon.a (mon.0) 346 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:05:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[23378]: cluster 2024-09-11T08:05:29.847044+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[23378]: audit 2024-09-11T08:05:29.875786+0000 mon.a (mon.0) 346 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:05:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[23378]: cluster 2024-09-11T08:05:29.875835+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:05:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[23378]: audit 2024-09-11T08:05:29.875996+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[23378]: audit 2024-09-11T08:05:29.876338+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[23378]: audit 2024-09-11T08:05:29.876642+0000 mon.a (mon.0) 349 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[23378]: cluster 2024-09-11T08:05:30.433231+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[23378]: cluster 2024-09-11T08:05:30.433272+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:29.875835+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:29.875996+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:29.876338+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:29.876642+0000 mon.a (mon.0) 349 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:30.433231+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:30.433272+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[26113]: cluster 2024-09-11T08:05:29.847044+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[26113]: audit 2024-09-11T08:05:29.875786+0000 mon.a (mon.0) 346 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[26113]: cluster 2024-09-11T08:05:29.875835+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[26113]: audit 2024-09-11T08:05:29.875996+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[26113]: audit 2024-09-11T08:05:29.876338+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[26113]: audit 2024-09-11T08:05:29.876642+0000 mon.a (mon.0) 349 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[26113]: cluster 2024-09-11T08:05:30.433231+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 bash[26113]: cluster 2024-09-11T08:05:30.433272+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:29.847044+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:29.875786+0000 mon.a (mon.0) 346 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:29.875835+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:29.875996+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:29.876338+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:29.876642+0000 mon.a (mon.0) 349 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:31.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:30.433231+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:31.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:30.433272+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:31.390 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_3 2024-09-11T08:05:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:30.877875+0000 mon.a (mon.0) 350 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:30.877947+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:05:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:30.878722+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:31 smithi155 bash[23209]: audit 2024-09-11T08:05:30.877875+0000 mon.a (mon.0) 350 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:31 smithi155 bash[23209]: cluster 2024-09-11T08:05:30.877947+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:05:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:31 smithi155 bash[23209]: audit 2024-09-11T08:05:30.878722+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:30.877875+0000 mon.a (mon.0) 350 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:30.877947+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:05:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:31 smithi007 bash[23378]: audit 2024-09-11T08:05:30.877875+0000 mon.a (mon.0) 350 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:31 smithi007 bash[23378]: cluster 2024-09-11T08:05:30.877947+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:05:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:31 smithi007 bash[23378]: audit 2024-09-11T08:05:30.878722+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:30.878722+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:32.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:31 smithi007 bash[26113]: audit 2024-09-11T08:05:30.877875+0000 mon.a (mon.0) 350 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:32.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:31 smithi007 bash[26113]: cluster 2024-09-11T08:05:30.877947+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:05:32.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:31 smithi007 bash[26113]: audit 2024-09-11T08:05:30.878722+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:32.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:30.877875+0000 mon.a (mon.0) 350 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:32.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:30.877947+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:05:32.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:30.878722+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:33.000 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:31.847503+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:31.879492+0000 mon.a (mon.0) 353 : cluster [INF] osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461] boot 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:31.879548+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:31.879787+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:32.880999+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 bash[23209]: cluster 2024-09-11T08:05:31.847503+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 bash[23209]: cluster 2024-09-11T08:05:31.879492+0000 mon.a (mon.0) 353 : cluster [INF] osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461] boot 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 bash[23209]: cluster 2024-09-11T08:05:31.879548+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 bash[23209]: audit 2024-09-11T08:05:31.879787+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:33.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:32 smithi155 bash[23209]: cluster 2024-09-11T08:05:32.880999+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[23378]: cluster 2024-09-11T08:05:31.847503+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:31.847503+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[23378]: cluster 2024-09-11T08:05:31.879492+0000 mon.a (mon.0) 353 : cluster [INF] osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461] boot 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[23378]: cluster 2024-09-11T08:05:31.879548+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[23378]: audit 2024-09-11T08:05:31.879787+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[23378]: cluster 2024-09-11T08:05:32.880999+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:31.879492+0000 mon.a (mon.0) 353 : cluster [INF] osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461] boot 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:31.879548+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:31.879787+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:32.880999+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[26113]: cluster 2024-09-11T08:05:31.847503+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[26113]: cluster 2024-09-11T08:05:31.879492+0000 mon.a (mon.0) 353 : cluster [INF] osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461] boot 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[26113]: cluster 2024-09-11T08:05:31.879548+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[26113]: audit 2024-09-11T08:05:31.879787+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 bash[26113]: cluster 2024-09-11T08:05:32.880999+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:31.847503+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:31.879492+0000 mon.a (mon.0) 353 : cluster [INF] osd.4 [v2:172.21.15.155:6800/1149296461,v1:172.21.15.155:6801/1149296461] boot 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:31.879548+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:31.879787+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:32.880999+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:05:34.203 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:33.292427+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:34.203 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:33 smithi155 bash[23209]: audit 2024-09-11T08:05:33.292427+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:34.203 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:33 smithi155 bash[23209]: audit 2024-09-11T08:05:33.483692+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:34.203 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:33 smithi155 bash[23209]: audit 2024-09-11T08:05:33.487079+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:34.203 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:33.483692+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:34.204 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:33.487079+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:33 smithi007 bash[26113]: audit 2024-09-11T08:05:33.292427+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:33.292427+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:33 smithi007 bash[26113]: audit 2024-09-11T08:05:33.483692+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:33.483692+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:33 smithi007 bash[23378]: audit 2024-09-11T08:05:33.292427+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:33 smithi007 bash[23378]: audit 2024-09-11T08:05:33.483692+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:33 smithi007 bash[26113]: audit 2024-09-11T08:05:33.487079+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:33.292427+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:34.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:33 smithi007 bash[23378]: audit 2024-09-11T08:05:33.487079+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:34.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:33.487079+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:33.483692+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:33.487079+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}}, \"last_daemon_update\": \"2024-09-11T08:05:27.454033\", \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:35.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:33.847896+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:35.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:33.905537+0000 mgr.y (mgr.14140) 92 : audit [DBG] from='client.34205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:35.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 bash[23209]: cluster 2024-09-11T08:05:33.847896+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:35.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 bash[23209]: audit 2024-09-11T08:05:33.905537+0000 mgr.y (mgr.14140) 92 : audit [DBG] from='client.34205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:35.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 bash[23209]: cephadm 2024-09-11T08:05:33.906233+0000 mgr.y (mgr.14140) 93 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:35.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 bash[23209]: audit 2024-09-11T08:05:33.906534+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:35.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 bash[23209]: audit 2024-09-11T08:05:33.907302+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:35.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 bash[23209]: audit 2024-09-11T08:05:33.908406+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:35.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:05:33.906233+0000 mgr.y (mgr.14140) 93 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:35.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:33.906534+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:35.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:33.907302+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:35.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:33.908406+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:33.847896+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[23378]: cluster 2024-09-11T08:05:33.847896+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[23378]: audit 2024-09-11T08:05:33.905537+0000 mgr.y (mgr.14140) 92 : audit [DBG] from='client.34205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[23378]: cephadm 2024-09-11T08:05:33.906233+0000 mgr.y (mgr.14140) 93 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[23378]: audit 2024-09-11T08:05:33.906534+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[23378]: audit 2024-09-11T08:05:33.907302+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[23378]: audit 2024-09-11T08:05:33.908406+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:33.905537+0000 mgr.y (mgr.14140) 92 : audit [DBG] from='client.34205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:05:33.906233+0000 mgr.y (mgr.14140) 93 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:33.906534+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:33.907302+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:33.908406+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[26113]: cluster 2024-09-11T08:05:33.847896+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[26113]: audit 2024-09-11T08:05:33.905537+0000 mgr.y (mgr.14140) 92 : audit [DBG] from='client.34205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[26113]: cephadm 2024-09-11T08:05:33.906233+0000 mgr.y (mgr.14140) 93 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[26113]: audit 2024-09-11T08:05:33.906534+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:33.847896+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[26113]: audit 2024-09-11T08:05:33.907302+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 bash[26113]: audit 2024-09-11T08:05:33.908406+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:35.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:33.905537+0000 mgr.y (mgr.14140) 92 : audit [DBG] from='client.34205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:35.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:05:33.906233+0000 mgr.y (mgr.14140) 93 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:35.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:33.906534+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:35.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:33.907302+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:35.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:33.908406+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:35.848337+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v92: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:35.957476+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.155:0/3767802122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 bash[23209]: cluster 2024-09-11T08:05:35.848337+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v92: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 bash[23209]: audit 2024-09-11T08:05:35.957476+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.155:0/3767802122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 bash[23209]: audit 2024-09-11T08:05:35.957889+0000 mon.a (mon.0) 363 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 bash[23209]: audit 2024-09-11T08:05:35.962113+0000 mon.a (mon.0) 364 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]': finished 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 bash[23209]: cluster 2024-09-11T08:05:35.962173+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 bash[23209]: audit 2024-09-11T08:05:35.962319+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 bash[23209]: audit 2024-09-11T08:05:36.711598+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.155:0/3727350864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:35.957889+0000 mon.a (mon.0) 363 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:35.962113+0000 mon.a (mon.0) 364 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]': finished 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:35.962173+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:35.962319+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:37.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:36.711598+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.155:0/3727350864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[23378]: cluster 2024-09-11T08:05:35.848337+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v92: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[23378]: audit 2024-09-11T08:05:35.957476+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.155:0/3767802122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[23378]: audit 2024-09-11T08:05:35.957889+0000 mon.a (mon.0) 363 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[23378]: audit 2024-09-11T08:05:35.962113+0000 mon.a (mon.0) 364 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]': finished 2024-09-11T08:05:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[23378]: cluster 2024-09-11T08:05:35.962173+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-11T08:05:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[23378]: audit 2024-09-11T08:05:35.962319+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[23378]: audit 2024-09-11T08:05:36.711598+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.155:0/3727350864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:35.848337+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v92: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:35.957476+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.155:0/3767802122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:35.957889+0000 mon.a (mon.0) 363 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:35.962113+0000 mon.a (mon.0) 364 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]': finished 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:35.962173+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:35.962319+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:36.711598+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.155:0/3727350864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[26113]: cluster 2024-09-11T08:05:35.848337+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v92: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[26113]: audit 2024-09-11T08:05:35.957476+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.155:0/3767802122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[26113]: audit 2024-09-11T08:05:35.957889+0000 mon.a (mon.0) 363 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[26113]: audit 2024-09-11T08:05:35.962113+0000 mon.a (mon.0) 364 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]': finished 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[26113]: cluster 2024-09-11T08:05:35.962173+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[26113]: audit 2024-09-11T08:05:35.962319+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 bash[26113]: audit 2024-09-11T08:05:36.711598+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.155:0/3727350864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:35.848337+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v92: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:35.957476+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.155:0/3767802122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:35.957889+0000 mon.a (mon.0) 363 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]: dispatch 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:35.962113+0000 mon.a (mon.0) 364 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8d590c3-2de2-4348-844f-40421f68927e"}]': finished 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:35.962173+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:35.962319+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:37.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:36.711598+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.155:0/3727350864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:39.253 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:37.848773+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:39.253 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:38 smithi155 bash[23209]: cluster 2024-09-11T08:05:37.848773+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:37.848773+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:38 smithi007 bash[23378]: cluster 2024-09-11T08:05:37.848773+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:37.848773+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:38 smithi007 bash[26113]: cluster 2024-09-11T08:05:37.848773+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:40.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:39.271034+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:40.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:39 smithi155 bash[23209]: audit 2024-09-11T08:05:39.271034+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:40.191 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:39.271034+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:40.191 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:39 smithi007 bash[26113]: audit 2024-09-11T08:05:39.271034+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:40.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:39.271034+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:40.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:39 smithi007 bash[23378]: audit 2024-09-11T08:05:39.271034+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:41.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:39.849049+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:41.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:40 smithi155 bash[23209]: cluster 2024-09-11T08:05:39.849049+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:41.204 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:39.849049+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:41.204 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:40 smithi007 bash[23378]: cluster 2024-09-11T08:05:39.849049+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:41.204 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:39.849049+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:41.204 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:40 smithi007 bash[26113]: cluster 2024-09-11T08:05:39.849049+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:41.756515+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:05:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:41.757060+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:41 smithi155 bash[23209]: audit 2024-09-11T08:05:41.756515+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:05:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:41 smithi155 bash[23209]: audit 2024-09-11T08:05:41.757060+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:41 smithi155 bash[23209]: audit 2024-09-11T08:05:41.757638+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:05:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:41.757638+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:05:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:41.756515+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:41.757060+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:41 smithi007 bash[23378]: audit 2024-09-11T08:05:41.756515+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:41 smithi007 bash[23378]: audit 2024-09-11T08:05:41.757060+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:41 smithi007 bash[23378]: audit 2024-09-11T08:05:41.757638+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:41.757638+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:41 smithi007 bash[26113]: audit 2024-09-11T08:05:41.756515+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:41 smithi007 bash[26113]: audit 2024-09-11T08:05:41.757060+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:41 smithi007 bash[26113]: audit 2024-09-11T08:05:41.757638+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:41.756515+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:05:42.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:41.757060+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:41.757638+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:05:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:05:41.757452+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:05:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:41.849331+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:42 smithi155 bash[23209]: cephadm 2024-09-11T08:05:41.757452+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:05:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:42 smithi155 bash[23209]: cluster 2024-09-11T08:05:41.849331+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:42 smithi007 bash[23378]: cephadm 2024-09-11T08:05:41.757452+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:05:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:05:41.757452+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:05:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:42 smithi007 bash[23378]: cluster 2024-09-11T08:05:41.849331+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:41.849331+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:42 smithi007 bash[26113]: cephadm 2024-09-11T08:05:41.757452+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:05:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:42 smithi007 bash[26113]: cluster 2024-09-11T08:05:41.849331+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:05:41.757452+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:05:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:41.849331+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:43.391 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 5 on host 'smithi155' 2024-09-11T08:05:44.171 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:43.384653+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:44.171 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:43 smithi155 bash[23209]: audit 2024-09-11T08:05:43.384653+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:44.171 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:43 smithi155 bash[23209]: audit 2024-09-11T08:05:43.385163+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:44.171 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:43 smithi155 bash[23209]: audit 2024-09-11T08:05:43.388075+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:44.171 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:43.385163+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:44.172 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:43.388075+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:44.173 DEBUG:teuthology.orchestra.run.smithi155:osd.5> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.5.service 2024-09-11T08:05:44.175 INFO:tasks.cephadm:Deploying osd.6 on smithi155 with /dev/vg_nvme/lv_2... 2024-09-11T08:05:44.175 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T08:05:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:43.384653+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:43 smithi007 bash[26113]: audit 2024-09-11T08:05:43.384653+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:43 smithi007 bash[26113]: audit 2024-09-11T08:05:43.385163+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:44.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:43 smithi007 bash[23378]: audit 2024-09-11T08:05:43.384653+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:44.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:43 smithi007 bash[23378]: audit 2024-09-11T08:05:43.385163+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:43 smithi007 bash[26113]: audit 2024-09-11T08:05:43.388075+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:44.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:43 smithi007 bash[23378]: audit 2024-09-11T08:05:43.388075+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:44.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:43.385163+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:44.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:43.388075+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:44.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:43.384653+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:44.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:43.385163+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:44.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:43.388075+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453820\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453915\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:27.453954\", \"created\": \"2024-09-11T08:05:25.518538\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_device_update\": \"2024-09-11T08:05:33.483121\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:44.464 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 podman[25972]: 2024-09-11 08:05:44.280546288 +0000 UTC m=+0.917348212 container init e9e7b23f92e4c9eef68e5f560f0133741ba4ff8257b4fa06045fb629cbba775d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0) 2024-09-11T08:05:44.464 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 podman[25972]: 2024-09-11 08:05:44.284648669 +0000 UTC m=+0.921450606 container start e9e7b23f92e4c9eef68e5f560f0133741ba4ff8257b4fa06045fb629cbba775d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image) 2024-09-11T08:05:44.464 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 podman[25972]: 2024-09-11 08:05:44.355124586 +0000 UTC m=+0.991926512 container attach e9e7b23f92e4c9eef68e5f560f0133741ba4ff8257b4fa06045fb629cbba775d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, CEPH_POINT_RELEASE=-15.2.0) 2024-09-11T08:05:44.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[26015]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:05:44.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[26015]: 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-11T08:05:44.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 bash[25972]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:05:44.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 bash[25972]: 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-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 bash[25972]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 bash[25972]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 bash[25972]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 bash[25972]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 bash[25972]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[26015]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[26015]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[26015]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[26015]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[26015]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-11T08:05:44.762 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:44 smithi155 podman[25972]: 2024-09-11 08:05:44.582260711 +0000 UTC m=+1.219062653 container died e9e7b23f92e4c9eef68e5f560f0133741ba4ff8257b4fa06045fb629cbba775d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, 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, ceph=True) 2024-09-11T08:05:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:43.849740+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:44 smithi155 bash[23209]: cluster 2024-09-11T08:05:43.849740+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:43.849740+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:44 smithi007 bash[23378]: cluster 2024-09-11T08:05:43.849740+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:43.849740+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:44 smithi007 bash[26113]: cluster 2024-09-11T08:05:43.849740+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:46.240 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:46 smithi155 podman[26108]: 2024-09-11 08:05:46.116244899 +0000 UTC m=+1.561702640 container remove e9e7b23f92e4c9eef68e5f560f0133741ba4ff8257b4fa06045fb629cbba775d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, maintainer=Dimitri Savineau ) 2024-09-11T08:05:46.511 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:46 smithi155 podman[26188]: 2024-09-11 08:05:46.142520629 +0000 UTC m=+0.016548247 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:05:47.201 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:46 smithi155 podman[26188]: 2024-09-11 08:05:46.890572244 +0000 UTC m=+0.764599848 container create 7bb60a6995686bc8d318c76ec39d9de2dbfe9b57de2b3fbf414911628c787188 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, org.label-schema.name=CentOS Base Image, ceph=True, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.build-date=20200114, GIT_CLEAN=True, RELEASE=HEAD) 2024-09-11T08:05:47.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:45.850100+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:47.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:46.856084+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:05:47.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:46 smithi155 bash[23209]: cluster 2024-09-11T08:05:45.850100+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:47.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:46 smithi155 bash[23209]: audit 2024-09-11T08:05:46.856084+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:05:47.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:46 smithi155 bash[23209]: audit 2024-09-11T08:05:46.859119+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:05:47.202 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:46.859119+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:05:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:46 smithi007 bash[23378]: cluster 2024-09-11T08:05:45.850100+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:46 smithi007 bash[23378]: audit 2024-09-11T08:05:46.856084+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:05:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:46 smithi007 bash[23378]: audit 2024-09-11T08:05:46.859119+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:05:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:45.850100+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:46.856084+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:05:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:46.859119+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:05:47.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:46 smithi007 bash[26113]: cluster 2024-09-11T08:05:45.850100+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:47.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:46 smithi007 bash[26113]: audit 2024-09-11T08:05:46.856084+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:05:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:46 smithi007 bash[26113]: audit 2024-09-11T08:05:46.859119+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:05:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:45.850100+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:46.856084+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:05:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:46.859119+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:05:47.458 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T08:05:47.459 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T08:05:47.459 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-11T08:05:47.459 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-11T08:05:47.459 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011429 s, 917 MB/s 2024-09-11T08:05:47.459 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-11T08:05:47.459 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:47 smithi155 podman[26188]: 2024-09-11 08:05:47.343820231 +0000 UTC m=+1.217847845 container init 7bb60a6995686bc8d318c76ec39d9de2dbfe9b57de2b3fbf414911628c787188 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, 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.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, ceph=True) 2024-09-11T08:05:47.459 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:47 smithi155 podman[26188]: 2024-09-11 08:05:47.347315307 +0000 UTC m=+1.221342912 container start 7bb60a6995686bc8d318c76ec39d9de2dbfe9b57de2b3fbf414911628c787188 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, 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.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD) 2024-09-11T08:05:47.460 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:47 smithi155 podman[26188]: 2024-09-11 08:05:47.435595126 +0000 UTC m=+1.309622743 container attach 7bb60a6995686bc8d318c76ec39d9de2dbfe9b57de2b3fbf414911628c787188 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS) 2024-09-11T08:05:48.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[26249]: debug 2024-09-11T08:05:47.888+0000 7f03e9260ec0 -1 Falling back to public interface 2024-09-11T08:05:48.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:47 smithi155 bash[26188]: debug 2024-09-11T08:05:47.888+0000 7f03e9260ec0 -1 Falling back to public interface 2024-09-11T08:05:48.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:47.457070+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:48.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:47 smithi155 bash[23209]: audit 2024-09-11T08:05:47.457070+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:48.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:47 smithi155 bash[23209]: audit 2024-09-11T08:05:47.460268+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:48.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:47 smithi155 bash[23209]: audit 2024-09-11T08:05:47.461040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:48.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:47.460268+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:48.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:47.461040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:48.215 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_2 2024-09-11T08:05:48.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:47 smithi007 bash[26113]: audit 2024-09-11T08:05:47.457070+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:47 smithi007 bash[23378]: audit 2024-09-11T08:05:47.457070+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:48.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:47.457070+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:47 smithi007 bash[26113]: audit 2024-09-11T08:05:47.460268+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:47 smithi007 bash[26113]: audit 2024-09-11T08:05:47.461040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:47.457070+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:48.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:47 smithi007 bash[23378]: audit 2024-09-11T08:05:47.460268+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:48.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:47 smithi007 bash[23378]: audit 2024-09-11T08:05:47.461040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:48.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:47.460268+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:48.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:47.461040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:48.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:47.460268+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:48.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:47.461040+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:48.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[26249]: debug 2024-09-11T08:05:48.443+0000 7f03e9260ec0 -1 osd.5 0 log_to_monitors {default=true} 2024-09-11T08:05:48.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:48 smithi155 bash[26188]: debug 2024-09-11T08:05:48.443+0000 7f03e9260ec0 -1 osd.5 0 log_to_monitors {default=true} 2024-09-11T08:05:49.096 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:47.850367+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:49.097 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:48 smithi155 bash[23209]: cluster 2024-09-11T08:05:47.850367+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:49.097 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:48 smithi155 bash[23209]: audit 2024-09-11T08:05:48.446858+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.097 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:48 smithi155 bash[23209]: audit 2024-09-11T08:05:48.447550+0000 mon.a (mon.0) 379 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.097 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:48.446858+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.097 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:48.447550+0000 mon.a (mon.0) 379 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:47.850367+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:48 smithi007 bash[23378]: cluster 2024-09-11T08:05:47.850367+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:48 smithi007 bash[23378]: audit 2024-09-11T08:05:48.446858+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:48 smithi007 bash[23378]: audit 2024-09-11T08:05:48.447550+0000 mon.a (mon.0) 379 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:48.446858+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:48.447550+0000 mon.a (mon.0) 379 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:48 smithi007 bash[26113]: cluster 2024-09-11T08:05:47.850367+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:49.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:48 smithi007 bash[26113]: audit 2024-09-11T08:05:48.446858+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:48 smithi007 bash[26113]: audit 2024-09-11T08:05:48.447550+0000 mon.a (mon.0) 379 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:47.850367+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:05:49.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:48.446858+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:49.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:48.447550+0000 mon.a (mon.0) 379 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:05:50.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[26249]: debug 2024-09-11T08:05:49.931+0000 7f03ce00d700 -1 osd.5 0 waiting for initial osdmap 2024-09-11T08:05:50.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:49 smithi155 bash[26188]: debug 2024-09-11T08:05:49.931+0000 7f03ce00d700 -1 osd.5 0 waiting for initial osdmap 2024-09-11T08:05:50.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[26249]: debug 2024-09-11T08:05:49.938+0000 7f03d9229700 -1 osd.5 35 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:05:50.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:05:49 smithi155 bash[26188]: debug 2024-09-11T08:05:49.938+0000 7f03d9229700 -1 osd.5 35 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:48.926594+0000 mon.a (mon.0) 380 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:48.926643+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 bash[23209]: audit 2024-09-11T08:05:48.926594+0000 mon.a (mon.0) 380 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 bash[23209]: cluster 2024-09-11T08:05:48.926643+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 bash[23209]: audit 2024-09-11T08:05:48.926798+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 bash[23209]: audit 2024-09-11T08:05:48.927143+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 bash[23209]: audit 2024-09-11T08:05:48.927420+0000 mon.a (mon.0) 383 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:48.926798+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:48.927143+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:48.927420+0000 mon.a (mon.0) 383 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:48.926594+0000 mon.a (mon.0) 380 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:05:50.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:48.926643+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:05:50.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[23378]: audit 2024-09-11T08:05:48.926594+0000 mon.a (mon.0) 380 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:05:50.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[23378]: cluster 2024-09-11T08:05:48.926643+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:05:50.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[23378]: audit 2024-09-11T08:05:48.926798+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[23378]: audit 2024-09-11T08:05:48.927143+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[23378]: audit 2024-09-11T08:05:48.927420+0000 mon.a (mon.0) 383 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:48.926798+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:48.927143+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:48.927420+0000 mon.a (mon.0) 383 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[26113]: audit 2024-09-11T08:05:48.926594+0000 mon.a (mon.0) 380 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[26113]: cluster 2024-09-11T08:05:48.926643+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[26113]: audit 2024-09-11T08:05:48.926798+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[26113]: audit 2024-09-11T08:05:48.927143+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 bash[26113]: audit 2024-09-11T08:05:48.927420+0000 mon.a (mon.0) 383 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:48.926594+0000 mon.a (mon.0) 380 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:05:50.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:48.926643+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:05:50.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:48.926798+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:50.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:48.927143+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:50.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:48.927420+0000 mon.a (mon.0) 383 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:05:51.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:49.479692+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:51.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:49.479756+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:51.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: cluster 2024-09-11T08:05:49.479692+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: cluster 2024-09-11T08:05:49.479756+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: cluster 2024-09-11T08:05:49.850616+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: audit 2024-09-11T08:05:49.928976+0000 mon.a (mon.0) 384 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: cluster 2024-09-11T08:05:49.929063+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: audit 2024-09-11T08:05:49.929705+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: audit 2024-09-11T08:05:50.720935+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: audit 2024-09-11T08:05:50.721808+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: audit 2024-09-11T08:05:50.723048+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: cluster 2024-09-11T08:05:50.930314+0000 mon.a (mon.0) 390 : cluster [INF] osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658] boot 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 bash[23209]: cluster 2024-09-11T08:05:50.930354+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:49.850616+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:49.928976+0000 mon.a (mon.0) 384 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:51.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:49.929063+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:05:51.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:49.929705+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:51.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:50.720935+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:51.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:50.721808+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:51.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:50.723048+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:51.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:50.930314+0000 mon.a (mon.0) 390 : cluster [INF] osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658] boot 2024-09-11T08:05:51.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:50.930354+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-11T08:05:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:49.479692+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:49.479756+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: cluster 2024-09-11T08:05:49.479692+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: cluster 2024-09-11T08:05:49.479756+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: cluster 2024-09-11T08:05:49.850616+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: audit 2024-09-11T08:05:49.928976+0000 mon.a (mon.0) 384 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: cluster 2024-09-11T08:05:49.929063+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:05:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: audit 2024-09-11T08:05:49.929705+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: audit 2024-09-11T08:05:50.720935+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: audit 2024-09-11T08:05:50.721808+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: audit 2024-09-11T08:05:50.723048+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: cluster 2024-09-11T08:05:50.930314+0000 mon.a (mon.0) 390 : cluster [INF] osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658] boot 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[23378]: cluster 2024-09-11T08:05:50.930354+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:49.850616+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:49.928976+0000 mon.a (mon.0) 384 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:49.929063+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:49.929705+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:50.720935+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:50.721808+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: cluster 2024-09-11T08:05:49.479692+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: cluster 2024-09-11T08:05:49.479756+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: cluster 2024-09-11T08:05:49.850616+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: audit 2024-09-11T08:05:49.928976+0000 mon.a (mon.0) 384 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: cluster 2024-09-11T08:05:49.929063+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: audit 2024-09-11T08:05:49.929705+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: audit 2024-09-11T08:05:50.720935+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: audit 2024-09-11T08:05:50.721808+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: audit 2024-09-11T08:05:50.723048+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: cluster 2024-09-11T08:05:50.930314+0000 mon.a (mon.0) 390 : cluster [INF] osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658] boot 2024-09-11T08:05:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 bash[26113]: cluster 2024-09-11T08:05:50.930354+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:49.479692+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:49.479756+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:49.850616+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:49.928976+0000 mon.a (mon.0) 384 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:49.929063+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:49.929705+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:50.720935+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:50.721808+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:50.723048+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:50.930314+0000 mon.a (mon.0) 390 : cluster [INF] osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658] boot 2024-09-11T08:05:51.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:50.930354+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-11T08:05:51.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:50.723048+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:51.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:50.930314+0000 mon.a (mon.0) 390 : cluster [INF] osd.5 [v2:172.21.15.155:6808/222472658,v1:172.21.15.155:6809/222472658] boot 2024-09-11T08:05:51.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:50.930354+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-11T08:05:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:50.719864+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:05:50.720606+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:51 smithi155 bash[23209]: audit 2024-09-11T08:05:50.719864+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:51 smithi155 bash[23209]: cephadm 2024-09-11T08:05:50.720606+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:51 smithi155 bash[23209]: audit 2024-09-11T08:05:50.930507+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:52.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:50.930507+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:50.719864+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:51 smithi007 bash[23378]: audit 2024-09-11T08:05:50.719864+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:51 smithi007 bash[23378]: cephadm 2024-09-11T08:05:50.720606+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:51 smithi007 bash[23378]: audit 2024-09-11T08:05:50.930507+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:05:50.720606+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:50.930507+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:51 smithi007 bash[26113]: audit 2024-09-11T08:05:50.719864+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:51 smithi007 bash[26113]: cephadm 2024-09-11T08:05:50.720606+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:51 smithi007 bash[26113]: audit 2024-09-11T08:05:50.930507+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:50.719864+0000 mgr.y (mgr.14140) 103 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:05:50.720606+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:05:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:50.930507+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:51.850998+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:51.940742+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:05:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 bash[23209]: cluster 2024-09-11T08:05:51.850998+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 bash[23209]: cluster 2024-09-11T08:05:51.940742+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:05:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 bash[23209]: audit 2024-09-11T08:05:52.279750+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:53.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 bash[23209]: audit 2024-09-11T08:05:52.473370+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 bash[23209]: audit 2024-09-11T08:05:52.476605+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:52.279750+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:52.473370+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:53.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:52.476605+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:51.850998+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[23378]: cluster 2024-09-11T08:05:51.850998+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[23378]: cluster 2024-09-11T08:05:51.940742+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:05:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[23378]: audit 2024-09-11T08:05:52.279750+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[23378]: audit 2024-09-11T08:05:52.473370+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:53.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[26113]: cluster 2024-09-11T08:05:51.850998+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:53.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[26113]: cluster 2024-09-11T08:05:51.940742+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:05:53.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[26113]: audit 2024-09-11T08:05:52.279750+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[23378]: audit 2024-09-11T08:05:52.476605+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:51.940742+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:05:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:52.279750+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[26113]: audit 2024-09-11T08:05:52.473370+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:52.473370+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:53.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:52.476605+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 bash[26113]: audit 2024-09-11T08:05:52.476605+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:51.850998+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:51.940742+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:05:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:52.279750+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:05:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:52.473370+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:05:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:52.476605+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"7bb60a699568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:47.456312\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:05:46.146869\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:41.756231\"}}, \"last_daemon_update\": \"2024-09-11T08:05:47.456403\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:05:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:53.623165+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.155:0/2497229039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:53.623752+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 bash[23209]: audit 2024-09-11T08:05:53.623165+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.155:0/2497229039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 bash[23209]: audit 2024-09-11T08:05:53.623752+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 bash[23209]: audit 2024-09-11T08:05:53.628147+0000 mon.a (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]': finished 2024-09-11T08:05:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 bash[23209]: cluster 2024-09-11T08:05:53.628194+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-11T08:05:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 bash[23209]: audit 2024-09-11T08:05:53.628355+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:53.628147+0000 mon.a (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]': finished 2024-09-11T08:05:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:53.628194+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-11T08:05:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:53.628355+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:53.623165+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.155:0/2497229039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:53.623752+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[23378]: audit 2024-09-11T08:05:53.623165+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.155:0/2497229039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[23378]: audit 2024-09-11T08:05:53.623752+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[23378]: audit 2024-09-11T08:05:53.628147+0000 mon.a (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]': finished 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[23378]: cluster 2024-09-11T08:05:53.628194+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[23378]: audit 2024-09-11T08:05:53.628355+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:53.628147+0000 mon.a (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]': finished 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:53.628194+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-11T08:05:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:53.628355+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[26113]: audit 2024-09-11T08:05:53.623165+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.155:0/2497229039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[26113]: audit 2024-09-11T08:05:53.623752+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[26113]: audit 2024-09-11T08:05:53.628147+0000 mon.a (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]': finished 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[26113]: cluster 2024-09-11T08:05:53.628194+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 bash[26113]: audit 2024-09-11T08:05:53.628355+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:53.623165+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.155:0/2497229039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:53.623752+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]: dispatch 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:53.628147+0000 mon.a (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a4d7ac4-4f7d-4ae8-ba44-90891c173556"}]': finished 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:53.628194+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-11T08:05:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:53.628355+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:53.851486+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:54 smithi155 bash[23209]: cluster 2024-09-11T08:05:53.851486+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:55.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:54 smithi155 bash[23209]: audit 2024-09-11T08:05:54.373749+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.155:0/2717071378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:55.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:54.373749+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.155:0/2717071378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:54 smithi007 bash[23378]: cluster 2024-09-11T08:05:53.851486+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:53.851486+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:54 smithi007 bash[23378]: audit 2024-09-11T08:05:54.373749+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.155:0/2717071378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:54.373749+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.155:0/2717071378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:54 smithi007 bash[26113]: cluster 2024-09-11T08:05:53.851486+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:54 smithi007 bash[26113]: audit 2024-09-11T08:05:54.373749+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.155:0/2717071378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:53.851486+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:54.373749+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.155:0/2717071378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:05:57.153 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:55.851769+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:57.154 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:56.857681+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:57.154 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:56 smithi155 bash[23209]: cluster 2024-09-11T08:05:55.851769+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:57.154 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:56 smithi155 bash[23209]: audit 2024-09-11T08:05:56.857681+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:56 smithi007 bash[23378]: cluster 2024-09-11T08:05:55.851769+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:55.851769+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:56 smithi007 bash[23378]: audit 2024-09-11T08:05:56.857681+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:56.857681+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:56 smithi007 bash[26113]: cluster 2024-09-11T08:05:55.851769+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:56 smithi007 bash[26113]: audit 2024-09-11T08:05:56.857681+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:55.851769+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:56.857681+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:05:58.952 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:57.852094+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:58 smithi155 bash[23209]: cluster 2024-09-11T08:05:57.852094+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:58 smithi007 bash[23378]: cluster 2024-09-11T08:05:57.852094+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:57.852094+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:57.852094+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:58 smithi007 bash[26113]: cluster 2024-09-11T08:05:57.852094+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:05:59.955 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:59.404087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:05:59.955 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:59.404870+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:59 smithi155 bash[23209]: audit 2024-09-11T08:05:59.404087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:06:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:59 smithi155 bash[23209]: audit 2024-09-11T08:05:59.404870+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:59 smithi155 bash[23209]: audit 2024-09-11T08:05:59.405778+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:06:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:05:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:05:59.405778+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:06:00.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:59 smithi007 bash[23378]: audit 2024-09-11T08:05:59.404087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:06:00.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:59.404087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:06:00.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:59 smithi007 bash[23378]: audit 2024-09-11T08:05:59.404870+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:00.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:59 smithi007 bash[23378]: audit 2024-09-11T08:05:59.405778+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:06:00.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:59.404870+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:00.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:05:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:05:59.405778+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:06:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:59 smithi007 bash[26113]: audit 2024-09-11T08:05:59.404087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:06:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:59 smithi007 bash[26113]: audit 2024-09-11T08:05:59.404870+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:59 smithi007 bash[26113]: audit 2024-09-11T08:05:59.405778+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:06:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:59.404087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:06:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:59.404870+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:05:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:05:59.405778+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:06:00.905 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:00 smithi155 systemd[1]: Stopping Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:06:01.196 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[26249]: debug 2024-09-11T08:06:00.903+0000 7f03e0aa8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:06:01.196 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[26188]: debug 2024-09-11T08:06:00.903+0000 7f03e0aa8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:06:01.197 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[26188]: debug 2024-09-11T08:06:00.903+0000 7f03e0aa8700 -1 osd.5 38 *** Got signal Terminated *** 2024-09-11T08:06:01.197 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[26188]: debug 2024-09-11T08:06:00.903+0000 7f03e0aa8700 -1 osd.5 38 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:06:01.197 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[26249]: debug 2024-09-11T08:06:00.903+0000 7f03e0aa8700 -1 osd.5 38 *** Got signal Terminated *** 2024-09-11T08:06:01.197 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[26249]: debug 2024-09-11T08:06:00.903+0000 7f03e0aa8700 -1 osd.5 38 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:06:01.197 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:00 smithi155 podman[26188]: 2024-09-11 08:06:00.927241211 +0000 UTC m=+14.801268815 container died 7bb60a6995686bc8d318c76ec39d9de2dbfe9b57de2b3fbf414911628c787188 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20200114, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-11T08:06:01.197 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:05:59.405459+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:06:01.197 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:05:59.852468+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:01.197 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cephadm 2024-09-11T08:05:59.405459+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:06:01.197 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:05:59.852468+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:01.197 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.927292+0000 mon.a (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.197 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.927345+0000 mon.a (mon.0) 406 : cluster [INF] osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.1) 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.927605+0000 mon.a (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.927773+0000 mon.a (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.927946+0000 mon.a (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.928142+0000 mon.a (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.928283+0000 mon.a (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.928442+0000 mon.a (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:00.928656+0000 mon.a (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.927292+0000 mon.a (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.927345+0000 mon.a (mon.0) 406 : cluster [INF] osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.1) 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.927605+0000 mon.a (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.927773+0000 mon.a (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.199 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.927946+0000 mon.a (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.199 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.928142+0000 mon.a (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.199 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.928283+0000 mon.a (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.199 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.928442+0000 mon.a (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.199 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:00.928656+0000 mon.a (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:05:59.405459+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:06:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:05:59.852468+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cephadm 2024-09-11T08:05:59.405459+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:05:59.852468+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.927292+0000 mon.a (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.927345+0000 mon.a (mon.0) 406 : cluster [INF] osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.1) 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.927605+0000 mon.a (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.927773+0000 mon.a (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.927946+0000 mon.a (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.928142+0000 mon.a (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.928283+0000 mon.a (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.928442+0000 mon.a (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:00.928656+0000 mon.a (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.927292+0000 mon.a (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.927345+0000 mon.a (mon.0) 406 : cluster [INF] osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.1) 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.927605+0000 mon.a (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.927773+0000 mon.a (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.927946+0000 mon.a (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.928142+0000 mon.a (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.928283+0000 mon.a (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.928442+0000 mon.a (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:00.928656+0000 mon.a (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cephadm 2024-09-11T08:05:59.405459+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:06:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:05:59.852468+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.927292+0000 mon.a (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.927345+0000 mon.a (mon.0) 406 : cluster [INF] osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.1) 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.927605+0000 mon.a (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.927773+0000 mon.a (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.927946+0000 mon.a (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.928142+0000 mon.a (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.928283+0000 mon.a (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.928442+0000 mon.a (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:00.928656+0000 mon.a (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:05:59.405459+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:05:59.852468+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:01.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.927292+0000 mon.a (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.927345+0000 mon.a (mon.0) 406 : cluster [INF] osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.1) 2024-09-11T08:06:01.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.927605+0000 mon.a (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:01.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.927773+0000 mon.a (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.927946+0000 mon.a (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.928142+0000 mon.a (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.928283+0000 mon.a (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:01.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.928442+0000 mon.a (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:01.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:00.928656+0000 mon.a (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:01.511 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:01 smithi155 podman[27079]: 2024-09-11 08:06:01.303854615 +0000 UTC m=+0.520139462 container cleanup 7bb60a6995686bc8d318c76ec39d9de2dbfe9b57de2b3fbf414911628c787188 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, ceph=True, 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.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:06:01.511 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:01 smithi155 podman[27079]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5 2024-09-11T08:06:01.511 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:01 smithi155 podman[27107]: 2024-09-11 08:06:01.342588281 +0000 UTC m=+0.016540723 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:06:01.814 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:01 smithi155 podman[26188]: 2024-09-11 08:06:01.547345293 +0000 UTC m=+15.421372943 container remove 7bb60a6995686bc8d318c76ec39d9de2dbfe9b57de2b3fbf414911628c787188 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=-15.2.0, 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, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-11T08:06:01.815 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:01 smithi155 podman[27107]: 2024-09-11 08:06:01.680916824 +0000 UTC m=+0.354869265 container create c377fc09ec6f5dc5dc8d00431508c2cb9c5f11c86df074942834c1abffbdfc3c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-deactivate, org.label-schema.vendor=CentOS, 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, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-11T08:06:01.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.128018+0000 mon.a (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:01 smithi155 podman[27107]: 2024-09-11 08:06:01.900315017 +0000 UTC m=+0.574267450 container init c377fc09ec6f5dc5dc8d00431508c2cb9c5f11c86df074942834c1abffbdfc3c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:06:02.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:01 smithi155 podman[27107]: 2024-09-11 08:06:01.904293625 +0000 UTC m=+0.578246061 container start c377fc09ec6f5dc5dc8d00431508c2cb9c5f11c86df074942834c1abffbdfc3c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-deactivate, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-11T08:06:02.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:01 smithi155 podman[27107]: 2024-09-11 08:06:01.975109806 +0000 UTC m=+0.649062258 container attach c377fc09ec6f5dc5dc8d00431508c2cb9c5f11c86df074942834c1abffbdfc3c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-deactivate, RELEASE=HEAD, ceph=True, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, 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, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Dimitri Savineau ) 2024-09-11T08:06:02.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:02 smithi155 podman[27107]: 2024-09-11 08:06:02.134775741 +0000 UTC m=+0.808728176 container died c377fc09ec6f5dc5dc8d00431508c2cb9c5f11c86df074942834c1abffbdfc3c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20200114, 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, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS) 2024-09-11T08:06:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.128018+0000 mon.a (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.128250+0000 mon.a (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.128018+0000 mon.a (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.128313+0000 mon.a (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.128514+0000 mon.a (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.128639+0000 mon.a (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.128887+0000 mon.a (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.128946+0000 mon.a (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.129072+0000 mon.a (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.129166+0000 mon.a (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.129355+0000 mon.a (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.528620+0000 mon.a (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.528808+0000 mon.a (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.529022+0000 mon.a (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.529186+0000 mon.a (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.529315+0000 mon.a (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.529510+0000 mon.a (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.529567+0000 mon.a (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.529778+0000 mon.a (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.529868+0000 mon.a (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.530011+0000 mon.a (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.853523+0000 mon.a (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.857985+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e39: 7 total, 5 up, 6 in 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 bash[23209]: audit 2024-09-11T08:06:01.858173+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.128250+0000 mon.a (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.128313+0000 mon.a (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.128514+0000 mon.a (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.128639+0000 mon.a (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.128887+0000 mon.a (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.128946+0000 mon.a (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.129072+0000 mon.a (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.129166+0000 mon.a (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.129355+0000 mon.a (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.528620+0000 mon.a (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.528808+0000 mon.a (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.529022+0000 mon.a (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.529186+0000 mon.a (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.529315+0000 mon.a (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.529510+0000 mon.a (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.529567+0000 mon.a (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.529778+0000 mon.a (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.529868+0000 mon.a (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.530011+0000 mon.a (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.853523+0000 mon.a (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.857985+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e39: 7 total, 5 up, 6 in 2024-09-11T08:06:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:01.858173+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.128018+0000 mon.a (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.128250+0000 mon.a (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.128313+0000 mon.a (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.128514+0000 mon.a (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.128639+0000 mon.a (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.128887+0000 mon.a (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.128946+0000 mon.a (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.129072+0000 mon.a (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.129166+0000 mon.a (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.129355+0000 mon.a (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.528620+0000 mon.a (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.528808+0000 mon.a (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.529022+0000 mon.a (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.529186+0000 mon.a (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.529315+0000 mon.a (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.529510+0000 mon.a (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.529567+0000 mon.a (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.529778+0000 mon.a (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.529868+0000 mon.a (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.128250+0000 mon.a (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.530011+0000 mon.a (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.853523+0000 mon.a (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.857985+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e39: 7 total, 5 up, 6 in 2024-09-11T08:06:02.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[23378]: audit 2024-09-11T08:06:01.858173+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.128313+0000 mon.a (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.128018+0000 mon.a (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.128250+0000 mon.a (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.128313+0000 mon.a (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.128514+0000 mon.a (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.128639+0000 mon.a (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.128887+0000 mon.a (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.128946+0000 mon.a (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.129072+0000 mon.a (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.129166+0000 mon.a (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.129355+0000 mon.a (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.528620+0000 mon.a (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.528808+0000 mon.a (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.529022+0000 mon.a (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.529186+0000 mon.a (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.529315+0000 mon.a (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.529510+0000 mon.a (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.529567+0000 mon.a (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.529778+0000 mon.a (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.529868+0000 mon.a (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.530011+0000 mon.a (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.853523+0000 mon.a (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.857985+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e39: 7 total, 5 up, 6 in 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 bash[26113]: audit 2024-09-11T08:06:01.858173+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.128018+0000 mon.a (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.128250+0000 mon.a (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.128514+0000 mon.a (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.128639+0000 mon.a (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.128887+0000 mon.a (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.128946+0000 mon.a (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.129072+0000 mon.a (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.129166+0000 mon.a (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.129355+0000 mon.a (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.528620+0000 mon.a (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.528808+0000 mon.a (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.529022+0000 mon.a (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.529186+0000 mon.a (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.529315+0000 mon.a (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.529510+0000 mon.a (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.529567+0000 mon.a (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.529778+0000 mon.a (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.529868+0000 mon.a (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.530011+0000 mon.a (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.853523+0000 mon.a (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.857985+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e39: 7 total, 5 up, 6 in 2024-09-11T08:06:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:01.858173+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.128313+0000 mon.a (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.128514+0000 mon.a (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.128639+0000 mon.a (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.128887+0000 mon.a (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.128946+0000 mon.a (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.129072+0000 mon.a (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.129166+0000 mon.a (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.129355+0000 mon.a (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.528620+0000 mon.a (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.528808+0000 mon.a (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:06:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.529022+0000 mon.a (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.529186+0000 mon.a (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.529315+0000 mon.a (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.529510+0000 mon.a (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.529567+0000 mon.a (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.529778+0000 mon.a (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.529868+0000 mon.a (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.530011+0000 mon.a (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.853523+0000 mon.a (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.857985+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e39: 7 total, 5 up, 6 in 2024-09-11T08:06:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:01.858173+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:02.961 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:02 smithi155 podman[27132]: 2024-09-11 08:06:02.703713885 +0000 UTC m=+0.560006736 container remove c377fc09ec6f5dc5dc8d00431508c2cb9c5f11c86df074942834c1abffbdfc3c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-deactivate, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114) 2024-09-11T08:06:02.961 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:02 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-11T08:06:02.961 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:02 smithi155 systemd[1]: Stopped Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:06:02.961 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:02 smithi155 systemd[1]: Starting Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:06:02.962 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:02 smithi155 podman[27178]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5" found: no such container 2024-09-11T08:06:02.962 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:02 smithi155 systemd[1]: Started Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:06:03.261 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 podman[27192]: 2024-09-11 08:06:02.969577373 +0000 UTC m=+0.020260044 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:06:03.261 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 podman[27192]: 2024-09-11 08:06:03.071065897 +0000 UTC m=+0.121748547 container create 37b678e8d203130e4661dc21be54173e1c8fef8e322037cfd89e9e5ed968b5cd (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, 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.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, ceph=True, org.opencontainers.image.vendor=CentOS) 2024-09-11T08:06:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:02 smithi155 bash[23209]: cluster 2024-09-11T08:06:01.852804+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:02 smithi155 bash[23209]: cluster 2024-09-11T08:06:02.859552+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e40: 7 total, 5 up, 6 in 2024-09-11T08:06:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:02 smithi155 bash[23209]: audit 2024-09-11T08:06:02.859780+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:01.852804+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:02.859552+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e40: 7 total, 5 up, 6 in 2024-09-11T08:06:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:02.859780+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:02 smithi007 bash[23378]: cluster 2024-09-11T08:06:01.852804+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:01.852804+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:02 smithi007 bash[23378]: cluster 2024-09-11T08:06:02.859552+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e40: 7 total, 5 up, 6 in 2024-09-11T08:06:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:02 smithi007 bash[23378]: audit 2024-09-11T08:06:02.859780+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:02.859552+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e40: 7 total, 5 up, 6 in 2024-09-11T08:06:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:02.859780+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:03.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:02 smithi007 bash[26113]: cluster 2024-09-11T08:06:01.852804+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:03.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:02 smithi007 bash[26113]: cluster 2024-09-11T08:06:02.859552+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e40: 7 total, 5 up, 6 in 2024-09-11T08:06:03.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:02 smithi007 bash[26113]: audit 2024-09-11T08:06:02.859780+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:03.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:01.852804+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:03.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:02.859552+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e40: 7 total, 5 up, 6 in 2024-09-11T08:06:03.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:02.859780+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:03.559 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 podman[27192]: 2024-09-11 08:06:03.466738462 +0000 UTC m=+0.517421111 container init 37b678e8d203130e4661dc21be54173e1c8fef8e322037cfd89e9e5ed968b5cd (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, org.label-schema.schema-version=1.0, 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, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True) 2024-09-11T08:06:03.559 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 podman[27192]: 2024-09-11 08:06:03.470635151 +0000 UTC m=+0.521317809 container start 37b678e8d203130e4661dc21be54173e1c8fef8e322037cfd89e9e5ed968b5cd (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, 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.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0) 2024-09-11T08:06:03.559 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 podman[27192]: 2024-09-11 08:06:03.558405379 +0000 UTC m=+0.609088044 container attach 37b678e8d203130e4661dc21be54173e1c8fef8e322037cfd89e9e5ed968b5cd (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[27215]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[27215]: 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-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[27215]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[27215]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[27192]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[27192]: 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-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[27192]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[27192]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:06:03.958 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[27192]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:06:03.959 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[27192]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:06:03.959 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[27192]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-11T08:06:03.959 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[27215]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:06:03.959 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[27215]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:06:03.959 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate[27215]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-11T08:06:03.959 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:03 smithi155 podman[27192]: 2024-09-11 08:06:03.957250651 +0000 UTC m=+1.007933304 container died 37b678e8d203130e4661dc21be54173e1c8fef8e322037cfd89e9e5ed968b5cd (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, ceph=True, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , RELEASE=HEAD) 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:02.974871+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:02.975314+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[23209]: audit 2024-09-11T08:06:02.974871+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[23209]: audit 2024-09-11T08:06:02.975314+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[23209]: audit 2024-09-11T08:06:02.977887+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[23209]: audit 2024-09-11T08:06:02.979135+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[23209]: audit 2024-09-11T08:06:02.980419+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[23209]: cephadm 2024-09-11T08:06:02.981116+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Deploying daemon osd.6 on smithi155 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 bash[23209]: audit 2024-09-11T08:06:02.981405+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:02.977887+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:04.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:02.979135+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:06:04.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:02.980419+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:04.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:02.981116+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Deploying daemon osd.6 on smithi155 2024-09-11T08:06:04.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:02.981405+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:02.974871+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:04.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[26113]: audit 2024-09-11T08:06:02.974871+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:04.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[26113]: audit 2024-09-11T08:06:02.975314+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[23378]: audit 2024-09-11T08:06:02.974871+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[23378]: audit 2024-09-11T08:06:02.975314+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[26113]: audit 2024-09-11T08:06:02.977887+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[26113]: audit 2024-09-11T08:06:02.979135+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:06:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[26113]: audit 2024-09-11T08:06:02.980419+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[26113]: cephadm 2024-09-11T08:06:02.981116+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Deploying daemon osd.6 on smithi155 2024-09-11T08:06:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[26113]: audit 2024-09-11T08:06:02.981405+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[23378]: audit 2024-09-11T08:06:02.977887+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:04.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[23378]: audit 2024-09-11T08:06:02.979135+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:06:04.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[23378]: audit 2024-09-11T08:06:02.980419+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:04.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[23378]: cephadm 2024-09-11T08:06:02.981116+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Deploying daemon osd.6 on smithi155 2024-09-11T08:06:04.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 bash[23378]: audit 2024-09-11T08:06:02.981405+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:02.975314+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:02.974871+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:02.975314+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:02.977887+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:02.979135+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:06:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:02.980419+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:02.981116+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Deploying daemon osd.6 on smithi155 2024-09-11T08:06:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:02.981405+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:06:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:02.977887+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456143\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456240\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:47.456277\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:02.979135+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:06:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:02.980419+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:02.981116+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Deploying daemon osd.6 on smithi155 2024-09-11T08:06:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:02.981405+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:06:05.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:04 smithi155 bash[23209]: cluster 2024-09-11T08:06:03.853357+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v114: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:05.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:04 smithi155 bash[23209]: cluster 2024-09-11T08:06:03.976048+0000 mon.a (mon.0) 445 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:06:05.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:03.853357+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v114: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:05.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:03.976048+0000 mon.a (mon.0) 445 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:03.853357+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v114: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:04 smithi007 bash[23378]: cluster 2024-09-11T08:06:03.853357+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v114: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:04 smithi007 bash[23378]: cluster 2024-09-11T08:06:03.976048+0000 mon.a (mon.0) 445 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:03.976048+0000 mon.a (mon.0) 445 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:04 smithi007 bash[26113]: cluster 2024-09-11T08:06:03.853357+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v114: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:04 smithi007 bash[26113]: cluster 2024-09-11T08:06:03.976048+0000 mon.a (mon.0) 445 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:03.853357+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v114: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:03.976048+0000 mon.a (mon.0) 445 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:06:05.353 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:05 smithi155 podman[27283]: 2024-09-11 08:06:05.016375414 +0000 UTC m=+1.282512752 container remove 37b678e8d203130e4661dc21be54173e1c8fef8e322037cfd89e9e5ed968b5cd (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5-activate, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114) 2024-09-11T08:06:05.353 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:05 smithi155 podman[27334]: 2024-09-11 08:06:05.041644219 +0000 UTC m=+0.015846474 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:06:05.353 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:05 smithi155 podman[27334]: 2024-09-11 08:06:05.142115425 +0000 UTC m=+0.116317677 container create e780145c51fec2e7ac3fd40b5dfe5126e912de5779a1b96bb1997da12511b6e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, 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, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:06:05.353 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:05 smithi155 podman[27334]: 2024-09-11 08:06:05.352661934 +0000 UTC m=+0.326864178 container init e780145c51fec2e7ac3fd40b5dfe5126e912de5779a1b96bb1997da12511b6e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau ) 2024-09-11T08:06:05.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:05 smithi155 podman[27334]: 2024-09-11 08:06:05.35599807 +0000 UTC m=+0.330200315 container start e780145c51fec2e7ac3fd40b5dfe5126e912de5779a1b96bb1997da12511b6e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, 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, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, ceph=True) 2024-09-11T08:06:05.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:05 smithi155 podman[27334]: 2024-09-11 08:06:05.436064636 +0000 UTC m=+0.410266881 container attach e780145c51fec2e7ac3fd40b5dfe5126e912de5779a1b96bb1997da12511b6e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, 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.license=GPLv2, org.label-schema.name=CentOS Base Image) 2024-09-11T08:06:06.245 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:06:05.891+0000 7ff2f3d6cec0 -1 Falling back to public interface 2024-09-11T08:06:06.245 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:05 smithi155 bash[27334]: debug 2024-09-11T08:06:05.891+0000 7ff2f3d6cec0 -1 Falling back to public interface 2024-09-11T08:06:06.499 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:06:06.461+0000 7ff2f3d6cec0 -1 osd.5 38 log_to_monitors {default=true} 2024-09-11T08:06:06.499 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[27334]: debug 2024-09-11T08:06:06.461+0000 7ff2f3d6cec0 -1 osd.5 38 log_to_monitors {default=true} 2024-09-11T08:06:06.499 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:06:06.467+0000 7ff2e7d3d700 -1 osd.5 38 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:06:06.499 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[27334]: debug 2024-09-11T08:06:06.467+0000 7ff2e7d3d700 -1 osd.5 38 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:06:06.555 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 5,6 on host 'smithi155' 2024-09-11T08:06:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:05.853850+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.464746+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: cluster 2024-09-11T08:06:05.853850+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.464746+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.465136+0000 mon.a (mon.0) 446 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.465707+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.466032+0000 mon.a (mon.0) 447 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.545227+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.549296+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.465136+0000 mon.a (mon.0) 446 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.549618+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.552766+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 bash[23209]: audit 2024-09-11T08:06:06.553019+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.465707+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.466032+0000 mon.a (mon.0) 447 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.545227+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.549296+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.549618+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.552766+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.553019+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: cluster 2024-09-11T08:06:05.853850+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.464746+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.465136+0000 mon.a (mon.0) 446 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.465707+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.466032+0000 mon.a (mon.0) 447 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:05.853850+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:07.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.464746+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: cluster 2024-09-11T08:06:05.853850+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:07.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.464746+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.465136+0000 mon.a (mon.0) 446 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.465707+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.466032+0000 mon.a (mon.0) 447 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.545227+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.545227+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.549296+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.549296+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.465136+0000 mon.a (mon.0) 446 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.549618+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.549618+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.552766+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[23378]: audit 2024-09-11T08:06:06.553019+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.465707+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.466032+0000 mon.a (mon.0) 447 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.552766+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 bash[26113]: audit 2024-09-11T08:06:06.553019+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:05.853850+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.464746+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.465136+0000 mon.a (mon.0) 446 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:06:07.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.465707+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.466032+0000 mon.a (mon.0) 447 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:07.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.545227+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.545227+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.549296+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.549296+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}}, \"last_daemon_update\": \"2024-09-11T08:06:06.544515\", \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.549618+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.552766+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.553019+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:07.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.549618+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:07.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.552766+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544239\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544334\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:06.544373\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:06.544407\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_device_update\": \"2024-09-11T08:05:52.472621\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:07.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.553019+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:07.646 DEBUG:teuthology.orchestra.run.smithi155:osd.6> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.6.service 2024-09-11T08:06:07.649 INFO:tasks.cephadm:Deploying osd.7 on smithi155 with /dev/vg_nvme/lv_1... 2024-09-11T08:06:07.649 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T08:06:07.967 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:07 smithi155 podman[27629]: 2024-09-11 08:06:07.681336499 +0000 UTC m=+1.156791519 container died 03283e75eb58ed38741721c295d2249b7af1e8fea74738a8ba4b70438670d9c0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6-activate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-11T08:06:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:06.965549+0000 mon.a (mon.0) 453 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:06.970194+0000 mon.a (mon.0) 454 : cluster [INF] osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903] boot 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 bash[23209]: cluster 2024-09-11T08:06:06.965549+0000 mon.a (mon.0) 453 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 bash[23209]: cluster 2024-09-11T08:06:06.970194+0000 mon.a (mon.0) 454 : cluster [INF] osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903] boot 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 bash[23209]: cluster 2024-09-11T08:06:06.970265+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 bash[23209]: audit 2024-09-11T08:06:06.970996+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 bash[23209]: audit 2024-09-11T08:06:06.971530+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:06.970265+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.970996+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:06:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:06.971530+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:08.290 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:06:07.980+0000 7f6c41bfc700 -1 osd.1 42 build_incremental_map_msg missing incremental map 42 2024-09-11T08:06:08.290 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[29104]: debug 2024-09-11T08:06:07.980+0000 7f6c41bfc700 -1 osd.1 42 build_incremental_map_msg missing incremental map 42 2024-09-11T08:06:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:06.965549+0000 mon.a (mon.0) 453 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:06:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:06.970194+0000 mon.a (mon.0) 454 : cluster [INF] osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903] boot 2024-09-11T08:06:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[23378]: cluster 2024-09-11T08:06:06.965549+0000 mon.a (mon.0) 453 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:06:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[23378]: cluster 2024-09-11T08:06:06.970194+0000 mon.a (mon.0) 454 : cluster [INF] osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903] boot 2024-09-11T08:06:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[23378]: cluster 2024-09-11T08:06:06.970265+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[23378]: audit 2024-09-11T08:06:06.970996+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[23378]: audit 2024-09-11T08:06:06.971530+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:06.970265+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.970996+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:06.971530+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[26113]: cluster 2024-09-11T08:06:06.965549+0000 mon.a (mon.0) 453 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[26113]: cluster 2024-09-11T08:06:06.970194+0000 mon.a (mon.0) 454 : cluster [INF] osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903] boot 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[26113]: cluster 2024-09-11T08:06:06.970265+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[26113]: audit 2024-09-11T08:06:06.970996+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 bash[26113]: audit 2024-09-11T08:06:06.971530+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:06.965549+0000 mon.a (mon.0) 453 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:06:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:06.970194+0000 mon.a (mon.0) 454 : cluster [INF] osd.5 [v2:172.21.15.155:6808/3512707903,v1:172.21.15.155:6809/3512707903] boot 2024-09-11T08:06:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:06.970265+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:06:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.970996+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:06:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:06.971530+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:07.854375+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:07.980685+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-09-11T08:06:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:08 smithi155 bash[23209]: cluster 2024-09-11T08:06:07.854375+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:08 smithi155 bash[23209]: cluster 2024-09-11T08:06:07.980685+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-09-11T08:06:09.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:08 smithi155 bash[23209]: audit 2024-09-11T08:06:07.980910+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:09.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:07.980910+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:08 smithi007 bash[23378]: cluster 2024-09-11T08:06:07.854375+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:07.854375+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:08 smithi007 bash[23378]: cluster 2024-09-11T08:06:07.980685+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:08 smithi007 bash[23378]: audit 2024-09-11T08:06:07.980910+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:07.980685+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:07.980910+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:07.854375+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:07.980685+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-09-11T08:06:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:08 smithi007 bash[26113]: cluster 2024-09-11T08:06:07.854375+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:09.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:08 smithi007 bash[26113]: cluster 2024-09-11T08:06:07.980685+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-09-11T08:06:09.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:08 smithi007 bash[26113]: audit 2024-09-11T08:06:07.980910+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:09.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:07.980910+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:09.425 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:09 smithi155 podman[27699]: 2024-09-11 08:06:09.114036795 +0000 UTC m=+1.756108913 container remove 03283e75eb58ed38741721c295d2249b7af1e8fea74738a8ba4b70438670d9c0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6-activate, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:06:09.425 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:09 smithi155 podman[27812]: 2024-09-11 08:06:09.141160674 +0000 UTC m=+0.017252204 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:06:09.425 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:09 smithi155 podman[27812]: 2024-09-11 08:06:09.248276773 +0000 UTC m=+0.124368295 container create adbad271dae8f853b83d49d7741d27a34d509524609907630527763a92aa4676 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, RELEASE=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:06:09.761 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:09 smithi155 podman[27812]: 2024-09-11 08:06:09.542150519 +0000 UTC m=+0.418242055 container init adbad271dae8f853b83d49d7741d27a34d509524609907630527763a92aa4676 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, 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, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, RELEASE=HEAD) 2024-09-11T08:06:09.761 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:09 smithi155 podman[27812]: 2024-09-11 08:06:09.546332544 +0000 UTC m=+0.422424068 container start adbad271dae8f853b83d49d7741d27a34d509524609907630527763a92aa4676 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, 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.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS) 2024-09-11T08:06:09.761 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:09 smithi155 podman[27812]: 2024-09-11 08:06:09.63385618 +0000 UTC m=+0.509947718 container attach adbad271dae8f853b83d49d7741d27a34d509524609907630527763a92aa4676 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:06:10.347 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6[27826]: debug 2024-09-11T08:06:10.078+0000 7f880fe76ec0 -1 Falling back to public interface 2024-09-11T08:06:10.347 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:10 smithi155 bash[27812]: debug 2024-09-11T08:06:10.078+0000 7f880fe76ec0 -1 Falling back to public interface 2024-09-11T08:06:11.011 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6[27826]: debug 2024-09-11T08:06:10.643+0000 7f880fe76ec0 -1 osd.6 0 log_to_monitors {default=true} 2024-09-11T08:06:11.011 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:10 smithi155 bash[27812]: debug 2024-09-11T08:06:10.643+0000 7f880fe76ec0 -1 osd.6 0 log_to_monitors {default=true} 2024-09-11T08:06:11.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:09.854700+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:11.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:10 smithi155 bash[23209]: cluster 2024-09-11T08:06:09.854700+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:11.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:10 smithi155 bash[23209]: audit 2024-09-11T08:06:10.647224+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:10 smithi155 bash[23209]: audit 2024-09-11T08:06:10.647556+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:10.647224+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:10.647556+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.142 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T08:06:11.142 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T08:06:11.142 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-11T08:06:11.142 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-11T08:06:11.142 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0158253 s, 663 MB/s 2024-09-11T08:06:11.142 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-11T08:06:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:10 smithi007 bash[26113]: cluster 2024-09-11T08:06:09.854700+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:10 smithi007 bash[26113]: audit 2024-09-11T08:06:10.647224+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:10 smithi007 bash[26113]: audit 2024-09-11T08:06:10.647556+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:09.854700+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:10.647224+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:10.647556+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:09.854700+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:10.647224+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:10 smithi007 bash[23378]: cluster 2024-09-11T08:06:09.854700+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:06:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:10 smithi007 bash[23378]: audit 2024-09-11T08:06:10.647224+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:10 smithi007 bash[23378]: audit 2024-09-11T08:06:10.647556+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:10.647556+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:06:12.021 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_1 2024-09-11T08:06:12.124 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6[27826]: debug 2024-09-11T08:06:11.864+0000 7f87f4c23700 -1 osd.6 0 waiting for initial osdmap 2024-09-11T08:06:12.124 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[27812]: debug 2024-09-11T08:06:11.864+0000 7f87f4c23700 -1 osd.6 0 waiting for initial osdmap 2024-09-11T08:06:12.124 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6[27826]: debug 2024-09-11T08:06:11.876+0000 7f87ffe3f700 -1 osd.6 44 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:06:12.124 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[27812]: debug 2024-09-11T08:06:11.876+0000 7f87ffe3f700 -1 osd.6 44 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:06:12.125 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:10.862817+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:06:12.125 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: audit 2024-09-11T08:06:10.862817+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:06:12.125 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: cluster 2024-09-11T08:06:10.862876+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: audit 2024-09-11T08:06:10.863250+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: audit 2024-09-11T08:06:10.865573+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: audit 2024-09-11T08:06:10.865897+0000 mon.a (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: audit 2024-09-11T08:06:11.058366+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: audit 2024-09-11T08:06:11.061398+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: audit 2024-09-11T08:06:11.062120+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: cluster 2024-09-11T08:06:11.631707+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 bash[23209]: cluster 2024-09-11T08:06:11.631736+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:10.862876+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:10.863250+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:10.865573+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.126 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:10.865897+0000 mon.a (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.127 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:11.058366+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:12.127 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:11.061398+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:12.127 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:11.062120+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:12.127 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:11.631707+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:12.127 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:11.631736+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: audit 2024-09-11T08:06:10.862817+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:06:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: cluster 2024-09-11T08:06:10.862876+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-09-11T08:06:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: audit 2024-09-11T08:06:10.863250+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: audit 2024-09-11T08:06:10.865573+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: audit 2024-09-11T08:06:10.865897+0000 mon.a (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: audit 2024-09-11T08:06:11.058366+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:12.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: audit 2024-09-11T08:06:11.061398+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:12.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:10.862817+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:06:12.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:10.862876+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-09-11T08:06:12.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: audit 2024-09-11T08:06:10.862817+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:06:12.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: cluster 2024-09-11T08:06:10.862876+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-09-11T08:06:12.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: audit 2024-09-11T08:06:10.863250+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:12.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: audit 2024-09-11T08:06:10.865573+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: audit 2024-09-11T08:06:10.865897+0000 mon.a (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: audit 2024-09-11T08:06:11.058366+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:12.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: audit 2024-09-11T08:06:11.062120+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:12.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: cluster 2024-09-11T08:06:11.631707+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:12.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[26113]: cluster 2024-09-11T08:06:11.631736+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:10.862817+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:10.862876+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:10.863250+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:10.865573+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:10.865897+0000 mon.a (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:11.058366+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:11.061398+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:11.062120+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:11.631707+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:12.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:11.631736+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:12.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: audit 2024-09-11T08:06:11.061398+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:12.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: audit 2024-09-11T08:06:11.062120+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:12.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: cluster 2024-09-11T08:06:11.631707+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:12.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 bash[23378]: cluster 2024-09-11T08:06:11.631736+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:12.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:10.863250+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:12.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:10.865573+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:10.865897+0000 mon.a (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:12.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:11.058366+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:12.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:11.061398+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:12.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:11.062120+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:12.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:11.631707+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:12.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:11.631736+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:13.122 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:11.855038+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean+wait; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:13.122 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:11.863097+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 bash[23209]: cluster 2024-09-11T08:06:11.855038+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean+wait; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 bash[23209]: audit 2024-09-11T08:06:11.863097+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 bash[23209]: cluster 2024-09-11T08:06:11.863152+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 bash[23209]: audit 2024-09-11T08:06:11.863677+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 bash[23209]: cluster 2024-09-11T08:06:12.059572+0000 mon.a (mon.0) 471 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 bash[23209]: cluster 2024-09-11T08:06:12.059605+0000 mon.a (mon.0) 472 : cluster [INF] Cluster is now healthy 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:11.863152+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:11.863677+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:12.059572+0000 mon.a (mon.0) 471 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:06:13.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:12.059605+0000 mon.a (mon.0) 472 : cluster [INF] Cluster is now healthy 2024-09-11T08:06:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[26113]: cluster 2024-09-11T08:06:11.855038+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean+wait; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[26113]: audit 2024-09-11T08:06:11.863097+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[26113]: cluster 2024-09-11T08:06:11.863152+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-09-11T08:06:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[26113]: audit 2024-09-11T08:06:11.863677+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[26113]: cluster 2024-09-11T08:06:12.059572+0000 mon.a (mon.0) 471 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:06:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[26113]: cluster 2024-09-11T08:06:12.059605+0000 mon.a (mon.0) 472 : cluster [INF] Cluster is now healthy 2024-09-11T08:06:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:11.855038+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean+wait; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:11.863097+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:11.863152+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:11.863677+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:12.059572+0000 mon.a (mon.0) 471 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:12.059605+0000 mon.a (mon.0) 472 : cluster [INF] Cluster is now healthy 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:11.855038+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean+wait; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[23378]: cluster 2024-09-11T08:06:11.855038+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean+wait; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[23378]: audit 2024-09-11T08:06:11.863097+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[23378]: cluster 2024-09-11T08:06:11.863152+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-09-11T08:06:13.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[23378]: audit 2024-09-11T08:06:11.863677+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:13.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[23378]: cluster 2024-09-11T08:06:12.059572+0000 mon.a (mon.0) 471 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:06:13.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 bash[23378]: cluster 2024-09-11T08:06:12.059605+0000 mon.a (mon.0) 472 : cluster [INF] Cluster is now healthy 2024-09-11T08:06:13.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:11.863097+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:13.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:11.863152+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-09-11T08:06:13.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:11.863677+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:13.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:12.059572+0000 mon.a (mon.0) 471 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:06:13.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:12.059605+0000 mon.a (mon.0) 472 : cluster [INF] Cluster is now healthy 2024-09-11T08:06:14.174 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:06:13.874+0000 7ff2cdd09700 -1 osd.5 46 build_incremental_map_msg missing incremental map 46 2024-09-11T08:06:14.174 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:06:13 smithi155 bash[27334]: debug 2024-09-11T08:06:13.874+0000 7ff2cdd09700 -1 osd.5 46 build_incremental_map_msg missing incremental map 46 2024-09-11T08:06:14.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:12.864757+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360] boot 2024-09-11T08:06:14.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:12.864814+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T08:06:14.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:13 smithi155 bash[23209]: cluster 2024-09-11T08:06:12.864757+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360] boot 2024-09-11T08:06:14.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:13 smithi155 bash[23209]: cluster 2024-09-11T08:06:12.864814+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T08:06:14.175 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:13 smithi155 bash[23209]: audit 2024-09-11T08:06:12.864943+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:14.175 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:12.864943+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:14.289 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:06:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:06:13.874+0000 7f6c3dbf4700 -1 osd.1 46 build_incremental_map_msg missing incremental map 46 2024-09-11T08:06:14.290 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:06:13 smithi007 bash[29104]: debug 2024-09-11T08:06:13.874+0000 7f6c3dbf4700 -1 osd.1 46 build_incremental_map_msg missing incremental map 46 2024-09-11T08:06:14.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:13 smithi007 bash[26113]: cluster 2024-09-11T08:06:12.864757+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360] boot 2024-09-11T08:06:14.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:13 smithi007 bash[26113]: cluster 2024-09-11T08:06:12.864814+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T08:06:14.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:13 smithi007 bash[26113]: audit 2024-09-11T08:06:12.864943+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:14.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:12.864757+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360] boot 2024-09-11T08:06:14.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:12.864814+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T08:06:14.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:12.864943+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:14.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:13 smithi007 bash[23378]: cluster 2024-09-11T08:06:12.864757+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360] boot 2024-09-11T08:06:14.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:12.864757+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.155:6816/1823444360,v1:172.21.15.155:6817/1823444360] boot 2024-09-11T08:06:14.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:13 smithi007 bash[23378]: cluster 2024-09-11T08:06:12.864814+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T08:06:14.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:13 smithi007 bash[23378]: audit 2024-09-11T08:06:12.864943+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:14.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:12.864814+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T08:06:14.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:12.864943+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:06:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:13.855417+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean+wait; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:13.874611+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-09-11T08:06:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:14 smithi155 bash[23209]: cluster 2024-09-11T08:06:13.855417+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean+wait; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:14 smithi155 bash[23209]: cluster 2024-09-11T08:06:13.874611+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-09-11T08:06:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:13.855417+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean+wait; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:14 smithi007 bash[23378]: cluster 2024-09-11T08:06:13.855417+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean+wait; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:14 smithi007 bash[23378]: cluster 2024-09-11T08:06:13.874611+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-09-11T08:06:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:13.874611+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-09-11T08:06:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:14 smithi007 bash[26113]: cluster 2024-09-11T08:06:13.855417+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean+wait; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:14 smithi007 bash[26113]: cluster 2024-09-11T08:06:13.874611+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-09-11T08:06:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:13.855417+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean+wait; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:13.874611+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-09-11T08:06:16.076 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:14.931188+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.076 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:15.131008+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:16.076 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 bash[23209]: audit 2024-09-11T08:06:14.931188+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.076 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 bash[23209]: audit 2024-09-11T08:06:15.131008+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:16.077 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 bash[23209]: audit 2024-09-11T08:06:15.135112+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:16.077 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 bash[23209]: audit 2024-09-11T08:06:15.523737+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:06:16.077 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 bash[23209]: audit 2024-09-11T08:06:15.524518+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:16.077 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 bash[23209]: audit 2024-09-11T08:06:15.525703+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.077 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:15.135112+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:16.077 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:15.523737+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:06:16.077 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:15.524518+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:16.077 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:15.525703+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[26113]: audit 2024-09-11T08:06:14.931188+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:14.931188+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[23378]: audit 2024-09-11T08:06:14.931188+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[26113]: audit 2024-09-11T08:06:15.131008+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:16.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[23378]: audit 2024-09-11T08:06:15.131008+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:16.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[23378]: audit 2024-09-11T08:06:15.135112+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[26113]: audit 2024-09-11T08:06:15.135112+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:16.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[26113]: audit 2024-09-11T08:06:15.523737+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:06:16.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[26113]: audit 2024-09-11T08:06:15.524518+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[23378]: audit 2024-09-11T08:06:15.523737+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:06:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[23378]: audit 2024-09-11T08:06:15.524518+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[23378]: audit 2024-09-11T08:06:15.525703+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 bash[26113]: audit 2024-09-11T08:06:15.525703+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:14.931188+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:15.131008+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:15.135112+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:16.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:15.131008+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:15.523737+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:06:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:15.524518+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:15.525703+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:16.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:15.135112+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:11.057703\", \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:16.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:15.523737+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:06:16.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:15.524518+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:16.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:15.525703+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:15.522747+0000 mgr.y (mgr.14140) 119 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:15.523464+0000 mgr.y (mgr.14140) 120 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:06:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:17 smithi155 bash[23209]: audit 2024-09-11T08:06:15.522747+0000 mgr.y (mgr.14140) 119 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:17 smithi155 bash[23209]: cephadm 2024-09-11T08:06:15.523464+0000 mgr.y (mgr.14140) 120 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:06:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:17 smithi155 bash[23209]: cluster 2024-09-11T08:06:15.855793+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean+wait; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:15.855793+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean+wait; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:17.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:15.522747+0000 mgr.y (mgr.14140) 119 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:15.523464+0000 mgr.y (mgr.14140) 120 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:06:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:17 smithi007 bash[23378]: audit 2024-09-11T08:06:15.522747+0000 mgr.y (mgr.14140) 119 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:17 smithi007 bash[23378]: cephadm 2024-09-11T08:06:15.523464+0000 mgr.y (mgr.14140) 120 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:06:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:17 smithi007 bash[23378]: cluster 2024-09-11T08:06:15.855793+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean+wait; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:17.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:15.855793+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean+wait; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:17.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:17 smithi007 bash[26113]: audit 2024-09-11T08:06:15.522747+0000 mgr.y (mgr.14140) 119 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:17 smithi007 bash[26113]: cephadm 2024-09-11T08:06:15.523464+0000 mgr.y (mgr.14140) 120 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:06:17.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:17 smithi007 bash[26113]: cluster 2024-09-11T08:06:15.855793+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean+wait; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:17.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:15.522747+0000 mgr.y (mgr.14140) 119 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:15.523464+0000 mgr.y (mgr.14140) 120 : cephadm [INF] Applying osd on host smithi155... 2024-09-11T08:06:17.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:15.855793+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean+wait; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:18.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:17.629393+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.155:0/212867650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:17.629816+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 bash[23209]: audit 2024-09-11T08:06:17.629393+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.155:0/212867650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 bash[23209]: audit 2024-09-11T08:06:17.629816+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 bash[23209]: audit 2024-09-11T08:06:17.634349+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]': finished 2024-09-11T08:06:18.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 bash[23209]: cluster 2024-09-11T08:06:17.634423+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-09-11T08:06:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 bash[23209]: audit 2024-09-11T08:06:17.634606+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:17.634349+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]': finished 2024-09-11T08:06:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:17.634423+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-09-11T08:06:18.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:17.634606+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:18.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:17.629393+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.155:0/212867650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[23378]: audit 2024-09-11T08:06:17.629393+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.155:0/212867650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[23378]: audit 2024-09-11T08:06:17.629816+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[23378]: audit 2024-09-11T08:06:17.634349+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]': finished 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[23378]: cluster 2024-09-11T08:06:17.634423+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[23378]: audit 2024-09-11T08:06:17.634606+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:17.629816+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:17.634349+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]': finished 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:17.634423+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:17.634606+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[26113]: audit 2024-09-11T08:06:17.629393+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.155:0/212867650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[26113]: audit 2024-09-11T08:06:17.629816+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[26113]: audit 2024-09-11T08:06:17.634349+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]': finished 2024-09-11T08:06:18.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[26113]: cluster 2024-09-11T08:06:17.634423+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-09-11T08:06:18.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 bash[26113]: audit 2024-09-11T08:06:17.634606+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:18.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:17.629393+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.155:0/212867650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:17.629816+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]: dispatch 2024-09-11T08:06:18.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:17.634349+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8369990e-26a4-45fd-8ed7-f6213b623364"}]': finished 2024-09-11T08:06:18.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:17.634423+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-09-11T08:06:18.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:17.634606+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:17.856120+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean+wait; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:18.412995+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.155:0/3044150204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:06:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:19 smithi155 bash[23209]: cluster 2024-09-11T08:06:17.856120+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean+wait; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:19 smithi155 bash[23209]: audit 2024-09-11T08:06:18.412995+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.155:0/3044150204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:06:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:17.856120+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean+wait; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:18.412995+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.155:0/3044150204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:06:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:19 smithi007 bash[23378]: cluster 2024-09-11T08:06:17.856120+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean+wait; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:19.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:19 smithi007 bash[23378]: audit 2024-09-11T08:06:18.412995+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.155:0/3044150204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:06:19.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:17.856120+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean+wait; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:19.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:19 smithi007 bash[26113]: cluster 2024-09-11T08:06:17.856120+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean+wait; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:19.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:19 smithi007 bash[26113]: audit 2024-09-11T08:06:18.412995+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.155:0/3044150204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:06:19.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:18.412995+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.155:0/3044150204' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:06:21.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:19.856423+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:21.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:20 smithi155 bash[23209]: cluster 2024-09-11T08:06:19.856423+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:19.856423+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:20 smithi007 bash[23378]: cluster 2024-09-11T08:06:19.856423+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:19.856423+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:20 smithi007 bash[26113]: cluster 2024-09-11T08:06:19.856423+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:22.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:20.917460+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:22.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:21 smithi155 bash[23209]: audit 2024-09-11T08:06:20.917460+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:21 smithi007 bash[23378]: audit 2024-09-11T08:06:20.917460+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:20.917460+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:20.917460+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:21 smithi007 bash[26113]: audit 2024-09-11T08:06:20.917460+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:23.236 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:22 smithi155 bash[23209]: cluster 2024-09-11T08:06:21.856812+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:23.236 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:21.856812+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:21.856812+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:22 smithi007 bash[26113]: cluster 2024-09-11T08:06:21.856812+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:23.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:21.856812+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:23.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:22 smithi007 bash[23378]: cluster 2024-09-11T08:06:21.856812+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:24.106 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:23.520064+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:06:24.106 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:23.520947+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:24.106 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:23 smithi155 bash[23209]: audit 2024-09-11T08:06:23.520064+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:06:24.106 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:23 smithi155 bash[23209]: audit 2024-09-11T08:06:23.520947+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:24.106 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:23 smithi155 bash[23209]: audit 2024-09-11T08:06:23.521975+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:06:24.106 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:23.521975+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:06:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:23.520064+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:06:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:23.520947+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:23 smithi007 bash[23378]: audit 2024-09-11T08:06:23.520064+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:06:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:23 smithi007 bash[23378]: audit 2024-09-11T08:06:23.520947+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:23 smithi007 bash[23378]: audit 2024-09-11T08:06:23.521975+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:06:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:23.521975+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:06:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:23 smithi007 bash[26113]: audit 2024-09-11T08:06:23.520064+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:06:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:23 smithi007 bash[26113]: audit 2024-09-11T08:06:23.520947+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:23 smithi007 bash[26113]: audit 2024-09-11T08:06:23.521975+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:06:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:23.520064+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:06:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:23.520947+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:23.521975+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:06:25.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:23.521601+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.7 on smithi155 2024-09-11T08:06:25.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:23.857289+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:25.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:24 smithi155 bash[23209]: cephadm 2024-09-11T08:06:23.521601+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.7 on smithi155 2024-09-11T08:06:25.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:24 smithi155 bash[23209]: cluster 2024-09-11T08:06:23.857289+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:25.228 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 7 on host 'smithi155' 2024-09-11T08:06:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:23.521601+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.7 on smithi155 2024-09-11T08:06:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:24 smithi007 bash[23378]: cephadm 2024-09-11T08:06:23.521601+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.7 on smithi155 2024-09-11T08:06:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:24 smithi007 bash[23378]: cluster 2024-09-11T08:06:23.857289+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:23.857289+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:24 smithi007 bash[26113]: cephadm 2024-09-11T08:06:23.521601+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.7 on smithi155 2024-09-11T08:06:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:24 smithi007 bash[26113]: cluster 2024-09-11T08:06:23.857289+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:23.521601+0000 mgr.y (mgr.14140) 125 : cephadm [INF] Deploying daemon osd.7 on smithi155 2024-09-11T08:06:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:23.857289+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:25.941 DEBUG:teuthology.orchestra.run.smithi155:osd.7> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.7.service 2024-09-11T08:06:25.943 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-11T08:06:25.943 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T08:06:26.160 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:25.220570+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:26.160 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:25.221146+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:26.160 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:25 smithi155 bash[23209]: audit 2024-09-11T08:06:25.220570+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:26.160 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:25 smithi155 bash[23209]: audit 2024-09-11T08:06:25.221146+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:26.160 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:25 smithi155 bash[23209]: audit 2024-09-11T08:06:25.224808+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:26.160 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:25.224808+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:26.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:25.220570+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:26.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:25 smithi007 bash[26113]: audit 2024-09-11T08:06:25.220570+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:26.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:25 smithi007 bash[26113]: audit 2024-09-11T08:06:25.221146+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:26.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:25 smithi007 bash[26113]: audit 2024-09-11T08:06:25.224808+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:26.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:25.220570+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:26.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:25.221146+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:26.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:25.224808+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:26.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:25 smithi007 bash[23378]: audit 2024-09-11T08:06:25.220570+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:26.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:25 smithi007 bash[23378]: audit 2024-09-11T08:06:25.221146+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:26.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:25 smithi007 bash[23378]: audit 2024-09-11T08:06:25.224808+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:26.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:25.221146+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:26.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:25.224808+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057389\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057503\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:11.057543\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057576\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:11.057610\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"daemon_id\": \"7\", \"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\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_device_update\": \"2024-09-11T08:06:15.130348\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:26.468 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 podman[28821]: 2024-09-11 08:06:26.367800363 +0000 UTC m=+1.170975570 container init 956a14ef9258d4f52595750d1fd9947cec3e193f124cc6206ef051d7f882fff8 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, RELEASE=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.build-date=20200114, GIT_CLEAN=True) 2024-09-11T08:06:26.468 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 podman[28821]: 2024-09-11 08:06:26.371983479 +0000 UTC m=+1.175158681 container start 956a14ef9258d4f52595750d1fd9947cec3e193f124cc6206ef051d7f882fff8 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, ceph=True, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:06:26.468 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 podman[28821]: 2024-09-11 08:06:26.467389128 +0000 UTC m=+1.270564341 container attach 956a14ef9258d4f52595750d1fd9947cec3e193f124cc6206ef051d7f882fff8 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate, GIT_CLEAN=True, RELEASE=HEAD, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.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) 2024-09-11T08:06:26.761 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate[28853]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:06:26.761 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate[28853]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[28821]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[28821]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[28821]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[28821]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[28821]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[28821]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[28821]: --> ceph-volume lvm activate successful for osd ID: 7 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate[28853]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate[28853]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate[28853]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate[28853]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:06:26.762 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate[28853]: --> ceph-volume lvm activate successful for osd ID: 7 2024-09-11T08:06:27.123 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:26 smithi155 podman[28821]: 2024-09-11 08:06:26.854809007 +0000 UTC m=+1.657984207 container died 956a14ef9258d4f52595750d1fd9947cec3e193f124cc6206ef051d7f882fff8 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, 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, maintainer=Dimitri Savineau , GIT_CLEAN=True, 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, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-11T08:06:27.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:25.857692+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:27.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:26.861110+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:27.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[23209]: cluster 2024-09-11T08:06:25.857692+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:27.124 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[23209]: audit 2024-09-11T08:06:26.861110+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:27.124 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:26 smithi155 bash[23209]: audit 2024-09-11T08:06:26.863975+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:27.124 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:26.863975+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:27.144 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:25.857692+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:27.144 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:26 smithi007 bash[26113]: cluster 2024-09-11T08:06:25.857692+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:27.144 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:26 smithi007 bash[26113]: audit 2024-09-11T08:06:26.861110+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:27.144 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:26 smithi007 bash[26113]: audit 2024-09-11T08:06:26.863975+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:27.144 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:26.861110+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:27.145 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:26.863975+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:27.145 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:25.857692+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:27.145 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:26.861110+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:27.145 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:26.863975+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:27.145 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:26 smithi007 bash[23378]: cluster 2024-09-11T08:06:25.857692+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:27.145 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:26 smithi007 bash[23378]: audit 2024-09-11T08:06:26.861110+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:27.145 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:26 smithi007 bash[23378]: audit 2024-09-11T08:06:26.863975+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:27.735 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:27 smithi155 podman[28952]: 2024-09-11 08:06:27.397826733 +0000 UTC m=+0.765436375 container remove 956a14ef9258d4f52595750d1fd9947cec3e193f124cc6206ef051d7f882fff8 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7-activate, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, 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, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau ) 2024-09-11T08:06:27.735 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:27 smithi155 podman[28991]: 2024-09-11 08:06:27.51543288 +0000 UTC m=+0.108138575 container create 6508e0e34efd95d1a448ba8d2fe098cc18394e42d15ff4883122ca65e104f781 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , ceph=True, 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_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T08:06:27.735 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:27 smithi155 podman[28991]: 2024-09-11 08:06:27.423899148 +0000 UTC m=+0.016604784 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-11T08:06:27.736 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:27 smithi155 podman[28991]: 2024-09-11 08:06:27.734368801 +0000 UTC m=+0.327074436 container init 6508e0e34efd95d1a448ba8d2fe098cc18394e42d15ff4883122ca65e104f781 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD) 2024-09-11T08:06:27.755 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:06:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:27.754388+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.7:0/3061972891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:27 smithi155 bash[23209]: audit 2024-09-11T08:06:27.754388+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.7:0/3061972891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:28.011 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:27 smithi155 podman[28991]: 2024-09-11 08:06:27.738373224 +0000 UTC m=+0.331078851 container start 6508e0e34efd95d1a448ba8d2fe098cc18394e42d15ff4883122ca65e104f781 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, RELEASE=HEAD, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:06:28.011 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:27 smithi155 podman[28991]: 2024-09-11 08:06:27.867939715 +0000 UTC m=+0.460645355 container attach 6508e0e34efd95d1a448ba8d2fe098cc18394e42d15ff4883122ca65e104f781 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS) 2024-09-11T08:06:28.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:27.754388+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.7:0/3061972891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:28.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:27 smithi007 bash[23378]: audit 2024-09-11T08:06:27.754388+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.7:0/3061972891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:28.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:27.754388+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.7:0/3061972891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:28.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:27 smithi007 bash[26113]: audit 2024-09-11T08:06:27.754388+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.7:0/3061972891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:28.376 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":47,"num_osds":8,"num_up_osds":7,"osd_up_since":1726041972,"num_in_osds":7,"osd_in_since":1726041972,"num_remapped_pgs":0} 2024-09-11T08:06:28.534 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7[29034]: debug 2024-09-11T08:06:28.272+0000 7f63b6822ec0 -1 Falling back to public interface 2024-09-11T08:06:28.534 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:28 smithi155 bash[28991]: debug 2024-09-11T08:06:28.272+0000 7f63b6822ec0 -1 Falling back to public interface 2024-09-11T08:06:29.090 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7[29034]: debug 2024-09-11T08:06:28.820+0000 7f63b6822ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-09-11T08:06:29.091 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:28 smithi155 bash[28991]: debug 2024-09-11T08:06:28.820+0000 7f63b6822ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-09-11T08:06:29.091 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:27.857978+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:29.091 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:28.098304+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 bash[23209]: cluster 2024-09-11T08:06:27.857978+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 bash[23209]: audit 2024-09-11T08:06:28.098304+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 bash[23209]: audit 2024-09-11T08:06:28.101602+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:28.101602+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 bash[23209]: audit 2024-09-11T08:06:28.102280+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 bash[23209]: audit 2024-09-11T08:06:28.824252+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 bash[23209]: audit 2024-09-11T08:06:28.824489+0000 mon.a (mon.0) 499 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:28.102280+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:28.824252+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.092 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:28.824489+0000 mon.a (mon.0) 499 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[26113]: cluster 2024-09-11T08:06:27.857978+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:27.857978+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[23378]: cluster 2024-09-11T08:06:27.857978+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:29.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[23378]: audit 2024-09-11T08:06:28.098304+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:29.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[26113]: audit 2024-09-11T08:06:28.098304+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:29.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[23378]: audit 2024-09-11T08:06:28.101602+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:29.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[23378]: audit 2024-09-11T08:06:28.102280+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:29.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[26113]: audit 2024-09-11T08:06:28.101602+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:29.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[26113]: audit 2024-09-11T08:06:28.102280+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:29.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[26113]: audit 2024-09-11T08:06:28.824252+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[26113]: audit 2024-09-11T08:06:28.824489+0000 mon.a (mon.0) 499 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:27.857978+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:06:29.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:28.098304+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[23378]: audit 2024-09-11T08:06:28.824252+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 bash[23378]: audit 2024-09-11T08:06:28.824489+0000 mon.a (mon.0) 499 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:28.098304+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:28.101602+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:28.102280+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:28.824252+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:28.824489+0000 mon.a (mon.0) 499 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:28.101602+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:29.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:28.102280+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:06:29.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:28.824252+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:28.824489+0000 mon.a (mon.0) 499 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:06:29.377 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T08:06:30.489 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7[29034]: debug 2024-09-11T08:06:30.109+0000 7f639f5d7700 -1 osd.7 0 waiting for initial osdmap 2024-09-11T08:06:30.489 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:30 smithi155 bash[28991]: debug 2024-09-11T08:06:30.109+0000 7f639f5d7700 -1 osd.7 0 waiting for initial osdmap 2024-09-11T08:06:30.489 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7[29034]: debug 2024-09-11T08:06:30.116+0000 7f63aa7f3700 -1 osd.7 49 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:06:30.489 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:06:30 smithi155 bash[28991]: debug 2024-09-11T08:06:30.116+0000 7f63aa7f3700 -1 osd.7 49 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:29.103259+0000 mon.a (mon.0) 500 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:29.103314+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 bash[23209]: audit 2024-09-11T08:06:29.103259+0000 mon.a (mon.0) 500 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 bash[23209]: cluster 2024-09-11T08:06:29.103314+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 bash[23209]: audit 2024-09-11T08:06:29.103458+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 bash[23209]: audit 2024-09-11T08:06:29.103759+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 bash[23209]: audit 2024-09-11T08:06:29.103988+0000 mon.a (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:29.103458+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:29.103759+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:29.103988+0000 mon.a (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[26113]: audit 2024-09-11T08:06:29.103259+0000 mon.a (mon.0) 500 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:06:30.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[26113]: cluster 2024-09-11T08:06:29.103314+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-09-11T08:06:30.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[26113]: audit 2024-09-11T08:06:29.103458+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[26113]: audit 2024-09-11T08:06:29.103759+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[26113]: audit 2024-09-11T08:06:29.103988+0000 mon.a (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:29.103259+0000 mon.a (mon.0) 500 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:29.103314+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:29.103458+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:29.103759+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:29.103988+0000 mon.a (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:29.103259+0000 mon.a (mon.0) 500 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:06:30.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:29.103314+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-09-11T08:06:30.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[23378]: audit 2024-09-11T08:06:29.103259+0000 mon.a (mon.0) 500 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:06:30.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[23378]: cluster 2024-09-11T08:06:29.103314+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-09-11T08:06:30.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[23378]: audit 2024-09-11T08:06:29.103458+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:30.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[23378]: audit 2024-09-11T08:06:29.103759+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 bash[23378]: audit 2024-09-11T08:06:29.103988+0000 mon.a (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:29.103458+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:30.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:29.103759+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:30.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:29.103988+0000 mon.a (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:06:31.229 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:06:31.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:29.854212+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:31.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:29.854270+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:31.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:29.858266+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:30.104929+0000 mon.a (mon.0) 504 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:30.105007+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:30.105597+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 bash[23209]: cluster 2024-09-11T08:06:29.854212+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 bash[23209]: cluster 2024-09-11T08:06:29.854270+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 bash[23209]: cluster 2024-09-11T08:06:29.858266+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 bash[23209]: audit 2024-09-11T08:06:30.104929+0000 mon.a (mon.0) 504 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 bash[23209]: cluster 2024-09-11T08:06:30.105007+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-09-11T08:06:31.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:31 smithi155 bash[23209]: audit 2024-09-11T08:06:30.105597+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:29.854212+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:29.854270+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[23378]: cluster 2024-09-11T08:06:29.854212+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[23378]: cluster 2024-09-11T08:06:29.854270+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[23378]: cluster 2024-09-11T08:06:29.858266+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[23378]: audit 2024-09-11T08:06:30.104929+0000 mon.a (mon.0) 504 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[23378]: cluster 2024-09-11T08:06:30.105007+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[23378]: audit 2024-09-11T08:06:30.105597+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:29.858266+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:31.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:30.104929+0000 mon.a (mon.0) 504 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:31.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:30.105007+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-09-11T08:06:31.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:30.105597+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:31.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[26113]: cluster 2024-09-11T08:06:29.854212+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:31.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[26113]: cluster 2024-09-11T08:06:29.854270+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:31.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[26113]: cluster 2024-09-11T08:06:29.858266+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:31.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[26113]: audit 2024-09-11T08:06:30.104929+0000 mon.a (mon.0) 504 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:31.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[26113]: cluster 2024-09-11T08:06:30.105007+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-09-11T08:06:31.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 bash[26113]: audit 2024-09-11T08:06:30.105597+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:31.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:29.854212+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:06:31.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:29.854270+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:06:31.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:29.858266+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:06:31.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:30.104929+0000 mon.a (mon.0) 504 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-11T08:06:31.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:30.105007+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-09-11T08:06:31.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:30.105597+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:31.934 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1726041991,"num_in_osds":8,"osd_in_since":1726041991,"num_remapped_pgs":0} 2024-09-11T08:06:31.934 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T08:06:32.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:31.106575+0000 mon.a (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130] boot 2024-09-11T08:06:32.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[23378]: cluster 2024-09-11T08:06:31.106575+0000 mon.a (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130] boot 2024-09-11T08:06:32.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[23378]: cluster 2024-09-11T08:06:31.106629+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:06:32.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[23378]: audit 2024-09-11T08:06:31.106782+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:32.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[23378]: audit 2024-09-11T08:06:31.107691+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:32.176 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[23378]: audit 2024-09-11T08:06:31.228695+0000 mon.a (mon.0) 511 : audit [DBG] from='client.? 172.21.15.7:0/2093145970' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:32.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:31.106575+0000 mon.a (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130] boot 2024-09-11T08:06:32.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[26113]: cluster 2024-09-11T08:06:31.106575+0000 mon.a (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130] boot 2024-09-11T08:06:32.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[26113]: cluster 2024-09-11T08:06:31.106629+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:06:32.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[26113]: audit 2024-09-11T08:06:31.106782+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:32.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[26113]: audit 2024-09-11T08:06:31.107691+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:32.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[26113]: audit 2024-09-11T08:06:31.228695+0000 mon.a (mon.0) 511 : audit [DBG] from='client.? 172.21.15.7:0/2093145970' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:32.177 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[23378]: audit 2024-09-11T08:06:31.295871+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:32.177 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:31.106629+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:06:32.177 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[26113]: audit 2024-09-11T08:06:31.295871+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:32.177 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[23378]: audit 2024-09-11T08:06:31.298462+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:32.178 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:31.106782+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:32.178 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:31.107691+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:32.178 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:31.228695+0000 mon.a (mon.0) 511 : audit [DBG] from='client.? 172.21.15.7:0/2093145970' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:32.178 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:31.295871+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:32.178 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:31.298462+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:32.178 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 bash[26113]: audit 2024-09-11T08:06:31.298462+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:32.178 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:31.106629+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:06:32.179 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:31.106782+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:32.179 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:31.107691+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:32.179 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:31.228695+0000 mon.a (mon.0) 511 : audit [DBG] from='client.? 172.21.15.7:0/2093145970' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:32.179 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:31.295871+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:32.179 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:31.298462+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:32.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 bash[23209]: cluster 2024-09-11T08:06:31.106575+0000 mon.a (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130] boot 2024-09-11T08:06:32.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:31.106575+0000 mon.a (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.155:6824/561226130,v1:172.21.15.155:6825/561226130] boot 2024-09-11T08:06:32.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 bash[23209]: cluster 2024-09-11T08:06:31.106629+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 bash[23209]: audit 2024-09-11T08:06:31.106782+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 bash[23209]: audit 2024-09-11T08:06:31.107691+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 bash[23209]: audit 2024-09-11T08:06:31.228695+0000 mon.a (mon.0) 511 : audit [DBG] from='client.? 172.21.15.7:0/2093145970' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 bash[23209]: audit 2024-09-11T08:06:31.295871+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:31.106629+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 bash[23209]: audit 2024-09-11T08:06:31.298462+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:31.106782+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:31.107691+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:31.228695+0000 mon.a (mon.0) 511 : audit [DBG] from='client.? 172.21.15.7:0/2093145970' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:31.295871+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:32.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:31.298462+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}}, \"last_daemon_update\": \"2024-09-11T08:06:28.097617\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:33.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:31.858652+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:33.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:33 smithi007 bash[23378]: cluster 2024-09-11T08:06:31.858652+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:33.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:33 smithi007 bash[23378]: cluster 2024-09-11T08:06:32.112065+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:06:33.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:32.112065+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:06:33.182 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:33 smithi007 bash[26113]: cluster 2024-09-11T08:06:31.858652+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:33.182 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:33 smithi007 bash[26113]: cluster 2024-09-11T08:06:32.112065+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:06:33.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:31.858652+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:33.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:32.112065+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:06:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:31.858652+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:32.112065+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:06:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:33 smithi155 bash[23209]: cluster 2024-09-11T08:06:31.858652+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:33 smithi155 bash[23209]: cluster 2024-09-11T08:06:32.112065+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:06:33.801 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:06:33.801 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":51,"fsid":"1d8402f0-7014-11ef-bcea-c7b262605968","created":"2024-09-11T08:02:38.828848+0000","modified":"2024-09-11T08:06:32.108511+0000","last_up_change":"2024-09-11T08:06:31.102500+0000","last_in_change":"2024-09-11T08:06:31.102500+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-11T08:02:51.104195+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":"dd5f50df-511a-4813-9c69-fc4062c8282e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6803","nonce":2369686891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6805","nonce":2369686891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6809","nonce":2369686891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6807","nonce":2369686891}]},"public_addr":"172.21.15.7:6803/2369686891","cluster_addr":"172.21.15.7:6805/2369686891","heartbeat_back_addr":"172.21.15.7:6809/2369686891","heartbeat_front_addr":"172.21.15.7:6807/2369686891","state":["exists","up"]},{"osd":1,"uuid":"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6811","nonce":1285841675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6813","nonce":1285841675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6817","nonce":1285841675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6815","nonce":1285841675}]},"public_addr":"172.21.15.7:6811/1285841675","cluster_addr":"172.21.15.7:6813/1285841675","heartbeat_back_addr":"172.21.15.7:6817/1285841675","heartbeat_front_addr":"172.21.15.7:6815/1285841675","state":["exists","up"]},{"osd":2,"uuid":"17711512-7b55-4fdc-9a9e-8fb1c4445e35","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6818","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6819","nonce":2845403061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6821","nonce":2845403061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6825","nonce":2845403061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6823","nonce":2845403061}]},"public_addr":"172.21.15.7:6819/2845403061","cluster_addr":"172.21.15.7:6821/2845403061","heartbeat_back_addr":"172.21.15.7:6825/2845403061","heartbeat_front_addr":"172.21.15.7:6823/2845403061","state":["exists","up"]},{"osd":3,"uuid":"d89e516f-8067-482c-a8f6-bc8528bf6f1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6826","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6827","nonce":3159500894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6829","nonce":3159500894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6833","nonce":3159500894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6831","nonce":3159500894}]},"public_addr":"172.21.15.7:6827/3159500894","cluster_addr":"172.21.15.7:6829/3159500894","heartbeat_back_addr":"172.21.15.7:6833/3159500894","heartbeat_front_addr":"172.21.15.7:6831/3159500894","state":["exists","up"]},{"osd":4,"uuid":"b34785e0-a379-47aa-b266-2b08dac6ca87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6801","nonce":1149296461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6803","nonce":1149296461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6807","nonce":1149296461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6805","nonce":1149296461}]},"public_addr":"172.21.15.155:6801/1149296461","cluster_addr":"172.21.15.155:6803/1149296461","heartbeat_back_addr":"172.21.15.155:6807/1149296461","heartbeat_front_addr":"172.21.15.155:6805/1149296461","state":["exists","up"]},{"osd":5,"uuid":"b8d590c3-2de2-4348-844f-40421f68927e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":38,"up_from":41,"up_thru":41,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6809","nonce":3512707903}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6811","nonce":3512707903}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6815","nonce":3512707903}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6813","nonce":3512707903}]},"public_addr":"172.21.15.155:6809/3512707903","cluster_addr":"172.21.15.155:6811/3512707903","heartbeat_back_addr":"172.21.15.155:6815/3512707903","heartbeat_front_addr":"172.21.15.155:6813/3512707903","state":["exists","up"]},{"osd":6,"uuid":"3a4d7ac4-4f7d-4ae8-ba44-90891c173556","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6817","nonce":1823444360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6819","nonce":1823444360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6823","nonce":1823444360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6821","nonce":1823444360}]},"public_addr":"172.21.15.155:6817/1823444360","cluster_addr":"172.21.15.155:6819/1823444360","heartbeat_back_addr":"172.21.15.155:6823/1823444360","heartbeat_front_addr":"172.21.15.155:6821/1823444360","state":["exists","up"]},{"osd":7,"uuid":"8369990e-26a4-45fd-8ed7-f6213b623364","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":50,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6825","nonce":561226130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6827","nonce":561226130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6831","nonce":561226130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6829","nonce":561226130}]},"public_addr":"172.21.15.155:6825/561226130","cluster_addr":"172.21.15.155:6827/561226130","heartbeat_back_addr":"172.21.15.155:6831/561226130","heartbeat_front_addr":"172.21.15.155:6829/561226130","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-11T08:04:20.519892+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-11T08:04:39.567899+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:04:57.566580+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:05:15.176865+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-11T08:05:30.433274+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-11T08:05:49.479760+0000","dead_epoch":39},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:06:11.631738+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:06:29.854273+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.7:0/2239172856":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6801/2723392077":"2024-09-12T08:03:11.113486+0000","172.21.15.7:0/330234468":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6800/2723392077":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6801/3631258409":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/3157944926":"2024-09-12T08:02:58.018069+0000","172.21.15.7:6800/3631258409":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/502458466":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/343141796":"2024-09-12T08:03:11.113486+0000","172.21.15.7:0/512558967":"2024-09-12T08:02:58.018069+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-11T08:06:34.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:33.799703+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.7:0/2149021887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:06:34.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:34 smithi007 bash[23378]: audit 2024-09-11T08:06:33.799703+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.7:0/2149021887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:06:34.363 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:33.799703+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.7:0/2149021887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:06:34.363 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:34 smithi007 bash[26113]: audit 2024-09-11T08:06:33.799703+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.7:0/2149021887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:06:34.380 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-11T08:02:51.104195+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-11T08:06:34.381 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-11T08:06:34.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:33.799703+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.7:0/2149021887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:06:34.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:34 smithi155 bash[23209]: audit 2024-09-11T08:06:33.799703+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.7:0/2149021887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:06:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:33.859178+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:35 smithi007 bash[26113]: cluster 2024-09-11T08:06:33.859178+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:33.859178+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:35 smithi007 bash[23378]: cluster 2024-09-11T08:06:33.859178+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:35.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:35 smithi155 bash[23209]: cluster 2024-09-11T08:06:33.859178+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:35.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:33.859178+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:36.184 INFO:teuthology.orchestra.run.smithi007.stdout:pg_num: 1 2024-09-11T08:06:36.793 INFO:tasks.cephadm:Adding prometheus.a on smithi155 2024-09-11T08:06:36.794 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch apply prometheus '1;smithi155=a' 2024-09-11T08:06:37.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:35.859801+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:37.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:37 smithi155 bash[23209]: cluster 2024-09-11T08:06:35.859801+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:37.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:37 smithi155 bash[23209]: audit 2024-09-11T08:06:36.183175+0000 mon.a (mon.0) 516 : audit [DBG] from='client.? 172.21.15.7:0/748372125' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:06:37.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:36.183175+0000 mon.a (mon.0) 516 : audit [DBG] from='client.? 172.21.15.7:0/748372125' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:06:37.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:35.859801+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:37.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:36.183175+0000 mon.a (mon.0) 516 : audit [DBG] from='client.? 172.21.15.7:0/748372125' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:06:37.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:37 smithi007 bash[23378]: cluster 2024-09-11T08:06:35.859801+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:37.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:37 smithi007 bash[23378]: audit 2024-09-11T08:06:36.183175+0000 mon.a (mon.0) 516 : audit [DBG] from='client.? 172.21.15.7:0/748372125' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:06:37.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:35.859801+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:37.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:37 smithi007 bash[26113]: cluster 2024-09-11T08:06:35.859801+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:37.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:37 smithi007 bash[26113]: audit 2024-09-11T08:06:36.183175+0000 mon.a (mon.0) 516 : audit [DBG] from='client.? 172.21.15.7:0/748372125' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:06:37.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:36.183175+0000 mon.a (mon.0) 516 : audit [DBG] from='client.? 172.21.15.7:0/748372125' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:06:38.570 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled prometheus update... 2024-09-11T08:06:39.174 DEBUG:teuthology.orchestra.run.smithi155:prometheus.a> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a.service 2024-09-11T08:06:39.177 INFO:tasks.cephadm:Adding node-exporter.a on smithi007 2024-09-11T08:06:39.177 INFO:tasks.cephadm:Adding node-exporter.b on smithi155 2024-09-11T08:06:39.177 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch apply node-exporter '2;smithi007=a;smithi155=b' 2024-09-11T08:06:39.436 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:37.860246+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:39.436 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:38.562222+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:06:39.436 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:39 smithi155 bash[23209]: cluster 2024-09-11T08:06:37.860246+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:39.436 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:39 smithi155 bash[23209]: audit 2024-09-11T08:06:38.562222+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:06:39.436 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:39 smithi155 bash[23209]: audit 2024-09-11T08:06:38.565343+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:06:39.437 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:38.565343+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:06:39.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:37.860246+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:39.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:39 smithi007 bash[23378]: cluster 2024-09-11T08:06:37.860246+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:39.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:39 smithi007 bash[23378]: audit 2024-09-11T08:06:38.562222+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:06:39.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:39 smithi007 bash[23378]: audit 2024-09-11T08:06:38.565343+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:06:39.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:38.562222+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:06:39.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:38.565343+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:06:39.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:39 smithi007 bash[26113]: cluster 2024-09-11T08:06:37.860246+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:39.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:39 smithi007 bash[26113]: audit 2024-09-11T08:06:38.562222+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:06:39.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:39 smithi007 bash[26113]: audit 2024-09-11T08:06:38.565343+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:06:39.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:37.860246+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:39.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:38.562222+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:06:39.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:38.565343+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:06:38.561835\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:06:40.375 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:38.561207+0000 mgr.y (mgr.14140) 134 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:40.375 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:38.561820+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi155=a 2024-09-11T08:06:40.375 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:38.569337+0000 mgr.y (mgr.14140) 136 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:06:40.375 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:40 smithi155 bash[23209]: audit 2024-09-11T08:06:38.561207+0000 mgr.y (mgr.14140) 134 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:40.376 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:40 smithi155 bash[23209]: cephadm 2024-09-11T08:06:38.561820+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi155=a 2024-09-11T08:06:40.376 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:40 smithi155 bash[23209]: cephadm 2024-09-11T08:06:38.569337+0000 mgr.y (mgr.14140) 136 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:06:40.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:38.561207+0000 mgr.y (mgr.14140) 134 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:40.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:38.561820+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi155=a 2024-09-11T08:06:40.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:40 smithi007 bash[23378]: audit 2024-09-11T08:06:38.561207+0000 mgr.y (mgr.14140) 134 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:40.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:40 smithi007 bash[23378]: cephadm 2024-09-11T08:06:38.561820+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi155=a 2024-09-11T08:06:40.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:40 smithi007 bash[23378]: cephadm 2024-09-11T08:06:38.569337+0000 mgr.y (mgr.14140) 136 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:06:40.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:38.569337+0000 mgr.y (mgr.14140) 136 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:06:40.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:40 smithi007 bash[26113]: audit 2024-09-11T08:06:38.561207+0000 mgr.y (mgr.14140) 134 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:40.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:40 smithi007 bash[26113]: cephadm 2024-09-11T08:06:38.561820+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi155=a 2024-09-11T08:06:40.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:40 smithi007 bash[26113]: cephadm 2024-09-11T08:06:38.569337+0000 mgr.y (mgr.14140) 136 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:06:40.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:38.561207+0000 mgr.y (mgr.14140) 134 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:40.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:38.561820+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi155=a 2024-09-11T08:06:40.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:38.569337+0000 mgr.y (mgr.14140) 136 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:06:40.983 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled node-exporter update... 2024-09-11T08:06:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:39.860555+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:40.977483+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:06:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:41 smithi155 bash[23209]: cluster 2024-09-11T08:06:39.860555+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:41 smithi155 bash[23209]: audit 2024-09-11T08:06:40.977483+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:06:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:41 smithi155 bash[23209]: audit 2024-09-11T08:06:40.981163+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:06:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:40.981163+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:39.860555+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:41 smithi007 bash[23378]: cluster 2024-09-11T08:06:39.860555+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:41 smithi007 bash[23378]: audit 2024-09-11T08:06:40.977483+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:41 smithi007 bash[23378]: audit 2024-09-11T08:06:40.981163+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:40.977483+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:40.981163+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:41 smithi007 bash[26113]: cluster 2024-09-11T08:06:39.860555+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:41 smithi007 bash[26113]: audit 2024-09-11T08:06:40.977483+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:06:41.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:41 smithi007 bash[26113]: audit 2024-09-11T08:06:40.981163+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:06:41.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:39.860555+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:41.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:40.977483+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:06:41.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:40.981163+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:06:40.977100\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi155\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:06:41.562 DEBUG:teuthology.orchestra.run.smithi007:node-exporter.a> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.a.service 2024-09-11T08:06:41.566 DEBUG:teuthology.orchestra.run.smithi155:node-exporter.b> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.b.service 2024-09-11T08:06:41.568 INFO:tasks.cephadm:Adding alertmanager.a on smithi007 2024-09-11T08:06:41.568 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch apply alertmanager '1;smithi007=a' 2024-09-11T08:06:42.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:40.976472+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi007=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:42.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:40.977085+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi007=a,smithi155=b 2024-09-11T08:06:42.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:42 smithi155 bash[23209]: audit 2024-09-11T08:06:40.976472+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi007=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:42.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:42 smithi155 bash[23209]: cephadm 2024-09-11T08:06:40.977085+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi007=a,smithi155=b 2024-09-11T08:06:42.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:40.976472+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi007=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:42.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:40.977085+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi007=a,smithi155=b 2024-09-11T08:06:42.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:42 smithi007 bash[23378]: audit 2024-09-11T08:06:40.976472+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi007=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:42.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:42 smithi007 bash[23378]: cephadm 2024-09-11T08:06:40.977085+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi007=a,smithi155=b 2024-09-11T08:06:42.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:42 smithi007 bash[26113]: audit 2024-09-11T08:06:40.976472+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi007=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:42.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:42 smithi007 bash[26113]: cephadm 2024-09-11T08:06:40.977085+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi007=a,smithi155=b 2024-09-11T08:06:42.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:40.976472+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi007=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:42.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:40.977085+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi007=a,smithi155=b 2024-09-11T08:06:43.429 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled alertmanager update... 2024-09-11T08:06:43.429 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:41.860862+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:43.430 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:43 smithi155 bash[23209]: cluster 2024-09-11T08:06:41.860862+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:43.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:41.860862+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:43.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:43 smithi007 bash[23378]: cluster 2024-09-11T08:06:41.860862+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:43.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:41.860862+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:43.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:43 smithi007 bash[26113]: cluster 2024-09-11T08:06:41.860862+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:43.993 DEBUG:teuthology.orchestra.run.smithi007:alertmanager.a> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service 2024-09-11T08:06:43.996 INFO:tasks.cephadm:Adding grafana.a on smithi155 2024-09-11T08:06:43.996 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph orch apply grafana '1;smithi155=a' 2024-09-11T08:06:44.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:43.424024+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:06:44.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:43.427789+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:06:44.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:44 smithi155 bash[23209]: audit 2024-09-11T08:06:43.424024+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:06:44.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:44 smithi155 bash[23209]: audit 2024-09-11T08:06:43.427789+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:06:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:43.424024+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:06:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:43.427789+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:06:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:44 smithi007 bash[23378]: audit 2024-09-11T08:06:43.424024+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:06:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:44 smithi007 bash[23378]: audit 2024-09-11T08:06:43.427789+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:06:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:43.424024+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:06:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:44 smithi007 bash[26113]: audit 2024-09-11T08:06:43.424024+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:06:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:44 smithi007 bash[26113]: audit 2024-09-11T08:06:43.427789+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:06:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:43.427789+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:06:43.423720\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi007\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:06:45.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:43.423159+0000 mgr.y (mgr.14140) 141 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi007=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:45.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:43.423708+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi007=a 2024-09-11T08:06:45.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:45 smithi155 bash[23209]: audit 2024-09-11T08:06:43.423159+0000 mgr.y (mgr.14140) 141 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi007=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:45.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:45 smithi155 bash[23209]: cephadm 2024-09-11T08:06:43.423708+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi007=a 2024-09-11T08:06:45.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:45 smithi155 bash[23209]: cluster 2024-09-11T08:06:43.861194+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:45.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:43.861194+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:45.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:43.423159+0000 mgr.y (mgr.14140) 141 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi007=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:45.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:45 smithi007 bash[23378]: audit 2024-09-11T08:06:43.423159+0000 mgr.y (mgr.14140) 141 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi007=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:45.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:45 smithi007 bash[23378]: cephadm 2024-09-11T08:06:43.423708+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi007=a 2024-09-11T08:06:45.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:45 smithi007 bash[23378]: cluster 2024-09-11T08:06:43.861194+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:45.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:43.423708+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi007=a 2024-09-11T08:06:45.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:43.861194+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:45.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:43.423159+0000 mgr.y (mgr.14140) 141 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi007=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:45.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:45 smithi007 bash[26113]: audit 2024-09-11T08:06:43.423159+0000 mgr.y (mgr.14140) 141 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi007=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:45.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:45 smithi007 bash[26113]: cephadm 2024-09-11T08:06:43.423708+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi007=a 2024-09-11T08:06:45.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:45 smithi007 bash[26113]: cluster 2024-09-11T08:06:43.861194+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:45.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:43.423708+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi007=a 2024-09-11T08:06:45.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:43.861194+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:45.917 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled grafana update... 2024-09-11T08:06:46.429 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:45.913273+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:06:46.429 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:46 smithi155 bash[23209]: audit 2024-09-11T08:06:45.913273+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:06:46.429 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:46 smithi155 bash[23209]: audit 2024-09-11T08:06:45.916214+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:06:46.429 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:45.916214+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:06:46.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:45.913273+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:06:46.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:45.916214+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:06:46.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:46 smithi007 bash[23378]: audit 2024-09-11T08:06:45.913273+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:06:46.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:46 smithi007 bash[23378]: audit 2024-09-11T08:06:45.916214+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:06:46.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:45.913273+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:06:46.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:46 smithi007 bash[26113]: audit 2024-09-11T08:06:45.913273+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:06:46.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:46 smithi007 bash[26113]: audit 2024-09-11T08:06:45.916214+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:06:46.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:45.916214+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:06:45.912921\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:06:47.045 DEBUG:teuthology.orchestra.run.smithi155:grafana.a> sudo journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@grafana.a.service 2024-09-11T08:06:47.048 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T08:06:47.048 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T08:06:47.405 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:45.861662+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:47.405 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:45.912304+0000 mgr.y (mgr.14140) 145 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:47.405 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[23378]: cluster 2024-09-11T08:06:45.861662+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:47.405 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[23378]: audit 2024-09-11T08:06:45.912304+0000 mgr.y (mgr.14140) 145 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:47.405 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[23378]: cephadm 2024-09-11T08:06:45.912907+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Saving service grafana spec with placement count:1 smithi155=a 2024-09-11T08:06:47.405 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[23378]: audit 2024-09-11T08:06:46.865350+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:47.405 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[23378]: audit 2024-09-11T08:06:46.869329+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:47.405 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:45.912907+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Saving service grafana spec with placement count:1 smithi155=a 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:46.865350+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:46.869329+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[26113]: cluster 2024-09-11T08:06:45.861662+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[26113]: audit 2024-09-11T08:06:45.912304+0000 mgr.y (mgr.14140) 145 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[26113]: cephadm 2024-09-11T08:06:45.912907+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Saving service grafana spec with placement count:1 smithi155=a 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[26113]: audit 2024-09-11T08:06:46.865350+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 bash[26113]: audit 2024-09-11T08:06:46.869329+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:45.861662+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:47.406 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:45.912304+0000 mgr.y (mgr.14140) 145 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:47.407 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:45.912907+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Saving service grafana spec with placement count:1 smithi155=a 2024-09-11T08:06:47.407 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:46.865350+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:47.407 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:46.869329+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:47.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:45.861662+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:47.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:45.912304+0000 mgr.y (mgr.14140) 145 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:47.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 bash[23209]: cluster 2024-09-11T08:06:45.861662+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:47.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 bash[23209]: audit 2024-09-11T08:06:45.912304+0000 mgr.y (mgr.14140) 145 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:47.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 bash[23209]: cephadm 2024-09-11T08:06:45.912907+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Saving service grafana spec with placement count:1 smithi155=a 2024-09-11T08:06:47.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 bash[23209]: audit 2024-09-11T08:06:46.865350+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:47.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 bash[23209]: audit 2024-09-11T08:06:46.869329+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:47.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:45.912907+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Saving service grafana spec with placement count:1 smithi155=a 2024-09-11T08:06:47.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:46.865350+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:06:47.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:46.869329+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041931.8791041, \"finished_at\": 1726041943.3921874}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041972.864074, \"finished_at\": 1726041985.229335}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726041991.106492, \"finished_at\": 1726042002.0667157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:06:48.500 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:47.862089+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.500 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:48 smithi007 bash[23378]: cluster 2024-09-11T08:06:47.862089+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.501 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:47.862089+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.501 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:48 smithi007 bash[26113]: cluster 2024-09-11T08:06:47.862089+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:47.862089+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:48 smithi155 bash[23209]: cluster 2024-09-11T08:06:47.862089+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.920 INFO:teuthology.orchestra.run.smithi007.stdout:[client.0] 2024-09-11T08:06:48.920 INFO:teuthology.orchestra.run.smithi007.stdout: key = AQCYT+Fmrh6bNhAAIgLIFHlBrmjDhS9r9JKJhQ== 2024-09-11T08:06:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:48.915766+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.7:0/3427938334' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:48.916025+0000 mon.a (mon.0) 527 : 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-11T08:06:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:49 smithi007 bash[23378]: audit 2024-09-11T08:06:48.915766+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.7:0/3427938334' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:49 smithi007 bash[23378]: audit 2024-09-11T08:06:48.916025+0000 mon.a (mon.0) 527 : 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-11T08:06:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:49 smithi007 bash[23378]: audit 2024-09-11T08:06:48.918916+0000 mon.a (mon.0) 528 : 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-11T08:06:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:48.918916+0000 mon.a (mon.0) 528 : 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-11T08:06:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:49 smithi007 bash[26113]: audit 2024-09-11T08:06:48.915766+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.7:0/3427938334' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:49 smithi007 bash[26113]: audit 2024-09-11T08:06:48.916025+0000 mon.a (mon.0) 527 : 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-11T08:06:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:49 smithi007 bash[26113]: audit 2024-09-11T08:06:48.918916+0000 mon.a (mon.0) 528 : 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-11T08:06:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:48.915766+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.7:0/3427938334' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:48.916025+0000 mon.a (mon.0) 527 : 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-11T08:06:49.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:48.918916+0000 mon.a (mon.0) 528 : 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-11T08:06:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:49 smithi155 bash[23209]: audit 2024-09-11T08:06:48.915766+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.7:0/3427938334' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:49 smithi155 bash[23209]: audit 2024-09-11T08:06:48.916025+0000 mon.a (mon.0) 527 : 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-11T08:06:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:49 smithi155 bash[23209]: audit 2024-09-11T08:06:48.918916+0000 mon.a (mon.0) 528 : 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-11T08:06:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:48.915766+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.7:0/3427938334' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:48.916025+0000 mon.a (mon.0) 527 : 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-11T08:06:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:48.918916+0000 mon.a (mon.0) 528 : 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-11T08:06:49.584 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-11T08:06:49.584 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-11T08:06:49.584 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-11T08:06:49.627 DEBUG:teuthology.orchestra.run.smithi155:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T08:06:50.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:49.862386+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:50.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:50 smithi155 bash[23209]: cluster 2024-09-11T08:06:49.862386+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:49.862386+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:50 smithi007 bash[23378]: cluster 2024-09-11T08:06:49.862386+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:49.862386+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:50 smithi007 bash[26113]: cluster 2024-09-11T08:06:49.862386+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:53.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:51.862826+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:53.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:52 smithi155 bash[23209]: cluster 2024-09-11T08:06:51.862826+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:51.862826+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:52 smithi007 bash[23378]: cluster 2024-09-11T08:06:51.862826+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:51.862826+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:52 smithi007 bash[26113]: cluster 2024-09-11T08:06:51.862826+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:53.452 INFO:teuthology.orchestra.run.smithi155.stdout:[client.1] 2024-09-11T08:06:53.453 INFO:teuthology.orchestra.run.smithi155.stdout: key = AQCdT+Fm0PmuGhAAkWPtEkAMqEpjgnoGPLjKtQ== 2024-09-11T08:06:54.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:53.446981+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.155:0/2032225723' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:54.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:53.447523+0000 mon.a (mon.0) 529 : 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-11T08:06:54.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:53 smithi155 bash[23209]: audit 2024-09-11T08:06:53.446981+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.155:0/2032225723' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:54.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:53 smithi155 bash[23209]: audit 2024-09-11T08:06:53.447523+0000 mon.a (mon.0) 529 : 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-11T08:06:54.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:53 smithi155 bash[23209]: audit 2024-09-11T08:06:53.451163+0000 mon.a (mon.0) 530 : 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-11T08:06:54.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:53.451163+0000 mon.a (mon.0) 530 : 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-11T08:06:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:53.446981+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.155:0/2032225723' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:53.447523+0000 mon.a (mon.0) 529 : 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-11T08:06:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:53 smithi007 bash[23378]: audit 2024-09-11T08:06:53.446981+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.155:0/2032225723' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:53 smithi007 bash[23378]: audit 2024-09-11T08:06:53.447523+0000 mon.a (mon.0) 529 : 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-11T08:06:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:53 smithi007 bash[23378]: audit 2024-09-11T08:06:53.451163+0000 mon.a (mon.0) 530 : 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-11T08:06:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:53.451163+0000 mon.a (mon.0) 530 : 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-11T08:06:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:53 smithi007 bash[26113]: audit 2024-09-11T08:06:53.446981+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.155:0/2032225723' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:53 smithi007 bash[26113]: audit 2024-09-11T08:06:53.447523+0000 mon.a (mon.0) 529 : 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-11T08:06:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:53 smithi007 bash[26113]: audit 2024-09-11T08:06:53.451163+0000 mon.a (mon.0) 530 : 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-11T08:06:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:53.446981+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.155:0/2032225723' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T08:06:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:53.447523+0000 mon.a (mon.0) 529 : 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-11T08:06:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:53.451163+0000 mon.a (mon.0) 530 : 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-11T08:06:55.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:53.863186+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:55.074 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:54 smithi155 bash[23209]: cluster 2024-09-11T08:06:53.863186+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:53.863186+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:54 smithi007 bash[23378]: cluster 2024-09-11T08:06:53.863186+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:53.863186+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:54 smithi007 bash[26113]: cluster 2024-09-11T08:06:53.863186+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:55.735 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:55 smithi155 systemd[1]: Starting Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:06:55.750 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-11T08:06:55.750 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-11T08:06:55.750 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-11T08:06:55.802 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T08:06:55.802 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T08:06:55.802 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T08:06:56.011 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:55 smithi155 podman[30338]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a" found: no such container 2024-09-11T08:06:56.011 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:55 smithi155 systemd[1]: Started Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:06:56.011 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:55 smithi155 podman[30371]: 2024-09-11 08:06:55.899195638 +0000 UTC m=+0.103139292 image pull 4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f prom/prometheus:latest 2024-09-11T08:06:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:55.820477+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:55.823739+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:55 smithi155 bash[23209]: audit 2024-09-11T08:06:55.820477+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:55.824654+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:55 smithi155 bash[23209]: audit 2024-09-11T08:06:55.823739+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:55 smithi155 bash[23209]: audit 2024-09-11T08:06:55.824654+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:56.152 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:55.820477+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:56.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:55 smithi007 bash[26113]: audit 2024-09-11T08:06:55.820477+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:56.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:55.823739+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:56.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:55 smithi007 bash[23378]: audit 2024-09-11T08:06:55.820477+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:56.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:55 smithi007 bash[26113]: audit 2024-09-11T08:06:55.823739+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:56.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:55 smithi007 bash[26113]: audit 2024-09-11T08:06:55.824654+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:56.154 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:55.824654+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:56.154 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:55 smithi007 bash[23378]: audit 2024-09-11T08:06:55.823739+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:56.154 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:55 smithi007 bash[23378]: audit 2024-09-11T08:06:55.824654+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:56.155 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:55.820477+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:56.155 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:55.823739+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097320\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097398\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:28.097433\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097482\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:28.097512\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:28.097542\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:56.155 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:55.824654+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:06:56.330 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 podman[30371]: 2024-09-11 08:06:56.031269192 +0000 UTC m=+0.235212847 container create eea4ebb847ca5add9b5b52d9a05f2bc9de3689ce0b318ea065602bd7c7b6c7fb (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:06:56.330 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 podman[30371]: 2024-09-11 08:06:56.246007962 +0000 UTC m=+0.449951616 container init eea4ebb847ca5add9b5b52d9a05f2bc9de3689ce0b318ea065602bd7c7b6c7fb (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:06:56.330 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 podman[30371]: 2024-09-11 08:06:56.248873633 +0000 UTC m=+0.452817289 container start eea4ebb847ca5add9b5b52d9a05f2bc9de3689ce0b318ea065602bd7c7b6c7fb (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:06:56.330 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.268Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T08:06:56.330 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.268Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:06:56.330 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.268Z 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-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.268Z 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 smithi155 (none))" 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.268Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.268Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.269Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.270Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.271Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.272Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.274Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.274Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.055µs 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.274Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.274Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.274Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.475µs wal_replay_duration=210.097µs wbl_replay_duration=135ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.055µs total_replay_duration=248.78µs 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.275Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:06:56.331 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.275Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.275Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.276Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.276Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=593.819µs db_storage=736ns remote_storage=967ns web_handler=284ns query_engine=4.119µs scrape=356.444µs scrape_sd=16.114µs notify=604ns notify_sd=624ns rules=43.068µs tracing=5.541µs 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.276Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:06:56.276Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 podman[30371]: 2024-09-11 08:06:56.329204914 +0000 UTC m=+0.533148583 container attach eea4ebb847ca5add9b5b52d9a05f2bc9de3689ce0b318ea065602bd7c7b6c7fb (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.268Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.268Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.268Z 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-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.268Z 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 smithi155 (none))" 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.268Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:06:56.332 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.268Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.269Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.270Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.271Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.272Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.274Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.274Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.055µs 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.274Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.274Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.274Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.475µs wal_replay_duration=210.097µs wbl_replay_duration=135ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.055µs total_replay_duration=248.78µs 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.275Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.275Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:06:56.333 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.275Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:06:56.334 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.276Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:06:56.334 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.276Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=593.819µs db_storage=736ns remote_storage=967ns web_handler=284ns query_engine=4.119µs scrape=356.444µs scrape_sd=16.114µs notify=604ns notify_sd=624ns rules=43.068µs tracing=5.541µs 2024-09-11T08:06:56.334 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.276Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:06:56.334 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[30371]: ts=2024-09-11T08:06:56.276Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:06:57.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:55.863512+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:57.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:56 smithi155 bash[23209]: cluster 2024-09-11T08:06:55.863512+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:57.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:55.863512+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:57.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:56 smithi007 bash[23378]: cluster 2024-09-11T08:06:55.863512+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:57.142 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:55.863512+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:57.142 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:56 smithi007 bash[26113]: cluster 2024-09-11T08:06:55.863512+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:57.699 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:06:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:57.694162+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.7:0/1749801902' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:06:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[26113]: audit 2024-09-11T08:06:57.694162+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.7:0/1749801902' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:06:58.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:57.867251+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:58.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[23378]: audit 2024-09-11T08:06:57.694162+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.7:0/1749801902' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:06:58.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[26113]: audit 2024-09-11T08:06:57.867251+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:58.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:57.694162+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.7:0/1749801902' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:06:58.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[23378]: audit 2024-09-11T08:06:57.867251+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[26113]: audit 2024-09-11T08:06:57.870101+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[26113]: audit 2024-09-11T08:06:57.871377+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:58.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[26113]: audit 2024-09-11T08:06:57.871943+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:58.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[23378]: audit 2024-09-11T08:06:57.870101+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:58.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[23378]: audit 2024-09-11T08:06:57.871377+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:58.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 bash[23378]: audit 2024-09-11T08:06:57.871943+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:58.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:57.867251+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:58.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:57.870101+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:58.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:57.871377+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:58.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:57.871943+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:58.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:57.870101+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:58.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:57.871377+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:58.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:57.871943+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:57.694162+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.7:0/1749801902' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:57.867251+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 bash[23209]: audit 2024-09-11T08:06:57.694162+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.7:0/1749801902' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 bash[23209]: audit 2024-09-11T08:06:57.867251+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:57.870101+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 bash[23209]: audit 2024-09-11T08:06:57.870101+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}}, \"last_daemon_update\": \"2024-09-11T08:06:57.866589\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 bash[23209]: audit 2024-09-11T08:06:57.871377+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 bash[23209]: audit 2024-09-11T08:06:57.871943+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:57.871377+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:58.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:57.871943+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:58.346 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6800","nonce":3722622393},{"type":"v1","addr":"172.21.15.7:6801","nonce":3722622393}]},"active_addr":"172.21.15.7:6801/3722622393","active_change":"2024-09-11T08:03:11.113891+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":34109,"name":"x","mgr_features":4540138292836696063,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi007.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.7:0","nonce":3786266469}]},{"addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":1182186189}]},{"addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":3689357402}]}]}} 2024-09-11T08:06:58.349 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T08:06:58.350 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T08:06:58.350 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T08:06:58.690 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:06:58 smithi007 systemd[1]: Started Ceph node-exporter.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:06:59.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:57.863936+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:59.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[26113]: cluster 2024-09-11T08:06:57.863936+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:59.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[26113]: cephadm 2024-09-11T08:06:57.872383+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:06:59.009 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[32642]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-09-11T08:06:59.009 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[32642]: Trying to pull docker.io/prom/node-exporter:latest... 2024-09-11T08:06:59.010 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:57.863936+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:59.010 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[23378]: cluster 2024-09-11T08:06:57.863936+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:59.010 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[23378]: cephadm 2024-09-11T08:06:57.872383+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:06:59.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[26113]: audit 2024-09-11T08:06:58.594228+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:06:59.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:57.872383+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:06:59.011 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[23378]: audit 2024-09-11T08:06:58.594228+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:06:59.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[26113]: audit 2024-09-11T08:06:58.598092+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:06:59.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[26113]: audit 2024-09-11T08:06:58.598874+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:59.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[26113]: audit 2024-09-11T08:06:58.599523+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:59.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:58.594228+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:06:59.012 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:58.598092+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:06:59.012 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:58.598874+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:59.012 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:58.599523+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:59.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[23378]: audit 2024-09-11T08:06:58.598092+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:06:59.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[23378]: audit 2024-09-11T08:06:58.598874+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:59.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 bash[23378]: audit 2024-09-11T08:06:58.599523+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:59.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:57.872383+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:06:59.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:58.594228+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:06:59.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:58.598092+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:06:59.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:58.598874+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:59.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:58.599523+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:59.184 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:06:59 smithi155 systemd[1]: Starting Ceph node-exporter.b for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:06:59.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:57.863936+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:59.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:57.872383+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 bash[23209]: cluster 2024-09-11T08:06:57.863936+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 bash[23209]: cephadm 2024-09-11T08:06:57.872383+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 bash[23209]: audit 2024-09-11T08:06:58.594228+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:58.594228+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 bash[23209]: audit 2024-09-11T08:06:58.598092+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 bash[23209]: audit 2024-09-11T08:06:58.598874+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 bash[23209]: audit 2024-09-11T08:06:58.599523+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:58.598092+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:58.598874+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:06:59.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:58.599523+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:59.511 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:06:59 smithi155 podman[30734]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b" found: no such container 2024-09-11T08:06:59.511 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:06:59 smithi155 systemd[1]: Started Ceph node-exporter.b for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:06:59.511 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:06:59 smithi155 bash[30749]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-09-11T08:06:59.511 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:06:59 smithi155 bash[30749]: Trying to pull docker.io/prom/node-exporter:latest... 2024-09-11T08:06:59.924 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:58.600033+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:06:59.924 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:59 smithi007 bash[26113]: cephadm 2024-09-11T08:06:58.600033+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:06:59.925 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:59.255002+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:59.925 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:59 smithi007 bash[23378]: cephadm 2024-09-11T08:06:58.600033+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:06:59.925 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:59 smithi007 bash[23378]: audit 2024-09-11T08:06:59.255002+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:59.925 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:59 smithi007 bash[26113]: audit 2024-09-11T08:06:59.255002+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:59.926 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:06:59.257782+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:59.926 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:06:59 smithi007 bash[23378]: audit 2024-09-11T08:06:59.257782+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:59.926 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:59 smithi007 bash[26113]: audit 2024-09-11T08:06:59.257782+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:06:59.926 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:58.600033+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:06:59.927 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:59.255002+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:06:59.927 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:06:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:06:59.257782+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:58.600033+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:07:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:59.255002+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:59 smithi155 bash[23209]: cephadm 2024-09-11T08:06:58.600033+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:07:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:59 smithi155 bash[23209]: audit 2024-09-11T08:06:59.255002+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:06:59.257782+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:06:59 smithi155 bash[23209]: audit 2024-09-11T08:06:59.257782+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:00.284 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:07:00.284 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":51,"fsid":"1d8402f0-7014-11ef-bcea-c7b262605968","created":"2024-09-11T08:02:38.828848+0000","modified":"2024-09-11T08:06:32.108511+0000","last_up_change":"2024-09-11T08:06:31.102500+0000","last_in_change":"2024-09-11T08:06:31.102500+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-11T08:02:51.104195+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":"dd5f50df-511a-4813-9c69-fc4062c8282e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6803","nonce":2369686891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6805","nonce":2369686891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6809","nonce":2369686891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6807","nonce":2369686891}]},"public_addr":"172.21.15.7:6803/2369686891","cluster_addr":"172.21.15.7:6805/2369686891","heartbeat_back_addr":"172.21.15.7:6809/2369686891","heartbeat_front_addr":"172.21.15.7:6807/2369686891","state":["exists","up"]},{"osd":1,"uuid":"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6811","nonce":1285841675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6813","nonce":1285841675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6817","nonce":1285841675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6815","nonce":1285841675}]},"public_addr":"172.21.15.7:6811/1285841675","cluster_addr":"172.21.15.7:6813/1285841675","heartbeat_back_addr":"172.21.15.7:6817/1285841675","heartbeat_front_addr":"172.21.15.7:6815/1285841675","state":["exists","up"]},{"osd":2,"uuid":"17711512-7b55-4fdc-9a9e-8fb1c4445e35","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6818","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6819","nonce":2845403061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6821","nonce":2845403061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6825","nonce":2845403061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6823","nonce":2845403061}]},"public_addr":"172.21.15.7:6819/2845403061","cluster_addr":"172.21.15.7:6821/2845403061","heartbeat_back_addr":"172.21.15.7:6825/2845403061","heartbeat_front_addr":"172.21.15.7:6823/2845403061","state":["exists","up"]},{"osd":3,"uuid":"d89e516f-8067-482c-a8f6-bc8528bf6f1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6826","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6827","nonce":3159500894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6829","nonce":3159500894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6833","nonce":3159500894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6831","nonce":3159500894}]},"public_addr":"172.21.15.7:6827/3159500894","cluster_addr":"172.21.15.7:6829/3159500894","heartbeat_back_addr":"172.21.15.7:6833/3159500894","heartbeat_front_addr":"172.21.15.7:6831/3159500894","state":["exists","up"]},{"osd":4,"uuid":"b34785e0-a379-47aa-b266-2b08dac6ca87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6801","nonce":1149296461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6803","nonce":1149296461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6807","nonce":1149296461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6805","nonce":1149296461}]},"public_addr":"172.21.15.155:6801/1149296461","cluster_addr":"172.21.15.155:6803/1149296461","heartbeat_back_addr":"172.21.15.155:6807/1149296461","heartbeat_front_addr":"172.21.15.155:6805/1149296461","state":["exists","up"]},{"osd":5,"uuid":"b8d590c3-2de2-4348-844f-40421f68927e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":38,"up_from":41,"up_thru":41,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6809","nonce":3512707903}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6811","nonce":3512707903}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6815","nonce":3512707903}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6813","nonce":3512707903}]},"public_addr":"172.21.15.155:6809/3512707903","cluster_addr":"172.21.15.155:6811/3512707903","heartbeat_back_addr":"172.21.15.155:6815/3512707903","heartbeat_front_addr":"172.21.15.155:6813/3512707903","state":["exists","up"]},{"osd":6,"uuid":"3a4d7ac4-4f7d-4ae8-ba44-90891c173556","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6817","nonce":1823444360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6819","nonce":1823444360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6823","nonce":1823444360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6821","nonce":1823444360}]},"public_addr":"172.21.15.155:6817/1823444360","cluster_addr":"172.21.15.155:6819/1823444360","heartbeat_back_addr":"172.21.15.155:6823/1823444360","heartbeat_front_addr":"172.21.15.155:6821/1823444360","state":["exists","up"]},{"osd":7,"uuid":"8369990e-26a4-45fd-8ed7-f6213b623364","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":50,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6825","nonce":561226130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6827","nonce":561226130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6831","nonce":561226130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6829","nonce":561226130}]},"public_addr":"172.21.15.155:6825/561226130","cluster_addr":"172.21.15.155:6827/561226130","heartbeat_back_addr":"172.21.15.155:6831/561226130","heartbeat_front_addr":"172.21.15.155:6829/561226130","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-11T08:04:20.519892+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-11T08:04:39.567899+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:04:57.566580+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:05:15.176865+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-11T08:05:30.433274+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-11T08:05:49.479760+0000","dead_epoch":39},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:06:11.631738+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:06:29.854273+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.7:0/2239172856":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6801/2723392077":"2024-09-12T08:03:11.113486+0000","172.21.15.7:0/330234468":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6800/2723392077":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6801/3631258409":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/3157944926":"2024-09-12T08:02:58.018069+0000","172.21.15.7:6800/3631258409":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/502458466":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/343141796":"2024-09-12T08:03:11.113486+0000","172.21.15.7:0/512558967":"2024-09-12T08:02:58.018069+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-11T08:07:00.937 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T08:07:00.937 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:00 smithi007 bash[26113]: cephadm 2024-09-11T08:06:59.259877+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:00 smithi007 bash[26113]: cluster 2024-09-11T08:06:59.864236+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:00 smithi007 bash[26113]: audit 2024-09-11T08:07:00.282777+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.7:0/2862468691' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:06:59.259877+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:06:59.864236+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:00.282777+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.7:0/2862468691' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:06:59.259877+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:06:59.864236+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:01.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:00 smithi007 bash[23378]: cephadm 2024-09-11T08:06:59.259877+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:07:01.171 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:00 smithi007 bash[23378]: cluster 2024-09-11T08:06:59.864236+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:01.171 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:00 smithi007 bash[23378]: audit 2024-09-11T08:07:00.282777+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.7:0/2862468691' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:01.171 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:00.282777+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.7:0/2862468691' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:06:59.259877+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:07:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:06:59.864236+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:00 smithi155 bash[23209]: cephadm 2024-09-11T08:06:59.259877+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:07:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:00 smithi155 bash[23209]: cluster 2024-09-11T08:06:59.864236+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:00 smithi155 bash[23209]: audit 2024-09-11T08:07:00.282777+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.7:0/2862468691' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:00.282777+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.7:0/2862468691' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:02.934 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:07:02.934 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":51,"fsid":"1d8402f0-7014-11ef-bcea-c7b262605968","created":"2024-09-11T08:02:38.828848+0000","modified":"2024-09-11T08:06:32.108511+0000","last_up_change":"2024-09-11T08:06:31.102500+0000","last_in_change":"2024-09-11T08:06:31.102500+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-11T08:02:51.104195+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":"dd5f50df-511a-4813-9c69-fc4062c8282e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6803","nonce":2369686891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6805","nonce":2369686891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6809","nonce":2369686891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":2369686891},{"type":"v1","addr":"172.21.15.7:6807","nonce":2369686891}]},"public_addr":"172.21.15.7:6803/2369686891","cluster_addr":"172.21.15.7:6805/2369686891","heartbeat_back_addr":"172.21.15.7:6809/2369686891","heartbeat_front_addr":"172.21.15.7:6807/2369686891","state":["exists","up"]},{"osd":1,"uuid":"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6811","nonce":1285841675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6813","nonce":1285841675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6817","nonce":1285841675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":1285841675},{"type":"v1","addr":"172.21.15.7:6815","nonce":1285841675}]},"public_addr":"172.21.15.7:6811/1285841675","cluster_addr":"172.21.15.7:6813/1285841675","heartbeat_back_addr":"172.21.15.7:6817/1285841675","heartbeat_front_addr":"172.21.15.7:6815/1285841675","state":["exists","up"]},{"osd":2,"uuid":"17711512-7b55-4fdc-9a9e-8fb1c4445e35","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6818","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6819","nonce":2845403061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6821","nonce":2845403061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6825","nonce":2845403061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":2845403061},{"type":"v1","addr":"172.21.15.7:6823","nonce":2845403061}]},"public_addr":"172.21.15.7:6819/2845403061","cluster_addr":"172.21.15.7:6821/2845403061","heartbeat_back_addr":"172.21.15.7:6825/2845403061","heartbeat_front_addr":"172.21.15.7:6823/2845403061","state":["exists","up"]},{"osd":3,"uuid":"d89e516f-8067-482c-a8f6-bc8528bf6f1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6826","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6827","nonce":3159500894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6829","nonce":3159500894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6833","nonce":3159500894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":3159500894},{"type":"v1","addr":"172.21.15.7:6831","nonce":3159500894}]},"public_addr":"172.21.15.7:6827/3159500894","cluster_addr":"172.21.15.7:6829/3159500894","heartbeat_back_addr":"172.21.15.7:6833/3159500894","heartbeat_front_addr":"172.21.15.7:6831/3159500894","state":["exists","up"]},{"osd":4,"uuid":"b34785e0-a379-47aa-b266-2b08dac6ca87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6801","nonce":1149296461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6803","nonce":1149296461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6807","nonce":1149296461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":1149296461},{"type":"v1","addr":"172.21.15.155:6805","nonce":1149296461}]},"public_addr":"172.21.15.155:6801/1149296461","cluster_addr":"172.21.15.155:6803/1149296461","heartbeat_back_addr":"172.21.15.155:6807/1149296461","heartbeat_front_addr":"172.21.15.155:6805/1149296461","state":["exists","up"]},{"osd":5,"uuid":"b8d590c3-2de2-4348-844f-40421f68927e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":38,"up_from":41,"up_thru":41,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6809","nonce":3512707903}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6811","nonce":3512707903}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6815","nonce":3512707903}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3512707903},{"type":"v1","addr":"172.21.15.155:6813","nonce":3512707903}]},"public_addr":"172.21.15.155:6809/3512707903","cluster_addr":"172.21.15.155:6811/3512707903","heartbeat_back_addr":"172.21.15.155:6815/3512707903","heartbeat_front_addr":"172.21.15.155:6813/3512707903","state":["exists","up"]},{"osd":6,"uuid":"3a4d7ac4-4f7d-4ae8-ba44-90891c173556","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6817","nonce":1823444360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6819","nonce":1823444360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6823","nonce":1823444360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1823444360},{"type":"v1","addr":"172.21.15.155:6821","nonce":1823444360}]},"public_addr":"172.21.15.155:6817/1823444360","cluster_addr":"172.21.15.155:6819/1823444360","heartbeat_back_addr":"172.21.15.155:6823/1823444360","heartbeat_front_addr":"172.21.15.155:6821/1823444360","state":["exists","up"]},{"osd":7,"uuid":"8369990e-26a4-45fd-8ed7-f6213b623364","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":50,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6825","nonce":561226130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6827","nonce":561226130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6831","nonce":561226130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":561226130},{"type":"v1","addr":"172.21.15.155:6829","nonce":561226130}]},"public_addr":"172.21.15.155:6825/561226130","cluster_addr":"172.21.15.155:6827/561226130","heartbeat_back_addr":"172.21.15.155:6831/561226130","heartbeat_front_addr":"172.21.15.155:6829/561226130","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-11T08:04:20.519892+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-11T08:04:39.567899+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:04:57.566580+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:05:15.176865+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-11T08:05:30.433274+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-11T08:05:49.479760+0000","dead_epoch":39},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:06:11.631738+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:06:29.854273+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.7:0/2239172856":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6801/2723392077":"2024-09-12T08:03:11.113486+0000","172.21.15.7:0/330234468":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6800/2723392077":"2024-09-12T08:03:11.113486+0000","172.21.15.7:6801/3631258409":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/3157944926":"2024-09-12T08:02:58.018069+0000","172.21.15.7:6800/3631258409":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/502458466":"2024-09-12T08:02:58.018069+0000","172.21.15.7:0/343141796":"2024-09-12T08:03:11.113486+0000","172.21.15.7:0/512558967":"2024-09-12T08:02:58.018069+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-11T08:07:03.232 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:02 smithi007 bash[23378]: cluster 2024-09-11T08:07:01.864658+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:03.232 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:01.864658+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:03.232 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:01.864658+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:03.232 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:02 smithi007 bash[26113]: cluster 2024-09-11T08:07:01.864658+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:01.864658+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:02 smithi155 bash[23209]: cluster 2024-09-11T08:07:01.864658+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:03.541 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T08:07:03.542 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T08:07:03.542 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-11T08:07:03.543 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-11T08:07:03.543 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-11T08:07:03.543 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-11T08:07:03.544 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-11T08:07:03.544 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-11T08:07:04.130 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:02.932665+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.7:0/3267505483' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:04.130 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:03 smithi007 bash[26113]: audit 2024-09-11T08:07:02.932665+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.7:0/3267505483' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:04.131 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:02.932665+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.7:0/3267505483' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:04.131 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:03 smithi007 bash[23378]: audit 2024-09-11T08:07:02.932665+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.7:0/3267505483' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:02.932665+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.7:0/3267505483' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:03 smithi155 bash[23209]: audit 2024-09-11T08:07:02.932665+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.7:0/3267505483' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:07:05.127 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:03.865055+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.128 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:04 smithi007 bash[23378]: cluster 2024-09-11T08:07:03.865055+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.128 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:03.865055+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.128 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:04 smithi007 bash[26113]: cluster 2024-09-11T08:07:03.865055+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:03.865055+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:04 smithi155 bash[23209]: cluster 2024-09-11T08:07:03.865055+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.431 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:05 smithi007 bash[32642]: Getting image source signatures 2024-09-11T08:07:05.431 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:05 smithi007 bash[32642]: Copying blob sha256:a7193bcb1fb2afe1511fc5267b377fc42a3435c083affa1d237795a6b3b9630d 2024-09-11T08:07:05.431 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:05 smithi007 bash[32642]: Copying blob sha256:1617e25568b2231fdd0d5caff63b06f6f7738d8d961f031c80e47d35aaec9733 2024-09-11T08:07:05.431 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:05 smithi007 bash[32642]: Copying blob sha256:9fa9226be034e47923c0457d916aa68474cdfb23af8d4525e9baeebc4760977a 2024-09-11T08:07:06.261 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:05 smithi155 bash[30749]: Getting image source signatures 2024-09-11T08:07:06.261 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:05 smithi155 bash[30749]: Copying blob sha256:9fa9226be034e47923c0457d916aa68474cdfb23af8d4525e9baeebc4760977a 2024-09-11T08:07:06.261 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:05 smithi155 bash[30749]: Copying blob sha256:1617e25568b2231fdd0d5caff63b06f6f7738d8d961f031c80e47d35aaec9733 2024-09-11T08:07:06.261 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:05 smithi155 bash[30749]: Copying blob sha256:a7193bcb1fb2afe1511fc5267b377fc42a3435c083affa1d237795a6b3b9630d 2024-09-11T08:07:06.761 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:06 smithi155 bash[30749]: Copying config sha256:71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169 2024-09-11T08:07:06.761 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:06 smithi155 bash[30749]: Writing manifest to image destination 2024-09-11T08:07:07.137 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:05.865386+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:07.137 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:06 smithi007 bash[23378]: cluster 2024-09-11T08:07:05.865386+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:07.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:05.865386+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:07.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:06 smithi007 bash[26113]: cluster 2024-09-11T08:07:05.865386+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:07.261 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:06 smithi155 podman[30749]: 2024-09-11 08:07:06.887711988 +0000 UTC m=+7.655027428 image pull 71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169 prom/node-exporter 2024-09-11T08:07:07.261 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 podman[30749]: 2024-09-11 08:07:07.002752555 +0000 UTC m=+7.770067985 container create b1a3b2afa7c81b1e3285c700efc9c89e14f0d1584b9da02255acf20d689faf2c (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-11T08:07:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:05.865386+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:07.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:06 smithi155 bash[23209]: cluster 2024-09-11T08:07:05.865386+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:08.012 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 podman[30749]: 2024-09-11 08:07:07.538328472 +0000 UTC m=+8.305643895 container init b1a3b2afa7c81b1e3285c700efc9c89e14f0d1584b9da02255acf20d689faf2c (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-11T08:07:08.012 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 podman[30749]: 2024-09-11 08:07:07.542283931 +0000 UTC m=+8.309599354 container start b1a3b2afa7c81b1e3285c700efc9c89e14f0d1584b9da02255acf20d689faf2c (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-11T08:07:08.012 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.546Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-11T08:07:08.012 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.546Z 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-11T08:07:08.012 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.546Z 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-11T08:07:08.012 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.546Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.546Z 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-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z 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-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=arp 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-11T08:07:08.013 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=edac 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-11T08:07:08.014 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=os 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-11T08:07:08.015 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=stat 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=time 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=uname 2024-09-11T08:07:08.016 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-11T08:07:08.017 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-11T08:07:08.017 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-11T08:07:08.017 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-11T08:07:08.017 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.548Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:07:08.017 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b[30785]: ts=2024-09-11T08:07:07.548Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:07:08.761 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 podman[30749]: 2024-09-11 08:07:08.489270794 +0000 UTC m=+9.256586311 container attach b1a3b2afa7c81b1e3285c700efc9c89e14f0d1584b9da02255acf20d689faf2c (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.546Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.546Z 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-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.546Z 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-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.546Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.546Z 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-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z 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-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=arp 2024-09-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-11T08:07:08.762 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=edac 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-11T08:07:08.763 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=os 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-11T08:07:08.764 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=stat 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=time 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=uname 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.547Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-11T08:07:08.765 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.548Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:07:08.766 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[30749]: ts=2024-09-11T08:07:07.548Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:07:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:07.865810+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:08 smithi155 bash[23209]: cluster 2024-09-11T08:07:07.865810+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:07.865810+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:08 smithi007 bash[23378]: cluster 2024-09-11T08:07:07.865810+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:07.865810+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:08 smithi007 bash[26113]: cluster 2024-09-11T08:07:07.865810+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:09.772 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:09 smithi007 bash[32642]: Copying config sha256:71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169 2024-09-11T08:07:10.539 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:10 smithi007 bash[32642]: Writing manifest to image destination 2024-09-11T08:07:11.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:09.866059+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:11.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:10 smithi007 bash[23378]: cluster 2024-09-11T08:07:09.866059+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:11.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:09.866059+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:11.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:10 smithi007 bash[26113]: cluster 2024-09-11T08:07:09.866059+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:09.866059+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:10 smithi155 bash[23209]: cluster 2024-09-11T08:07:09.866059+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:11.789 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:11 smithi007 podman[32642]: 2024-09-11 08:07:11.508990479 +0000 UTC m=+12.945675328 image pull 71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169 prom/node-exporter 2024-09-11T08:07:12.273 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:11 smithi007 podman[32642]: 2024-09-11 08:07:11.852148852 +0000 UTC m=+13.288833703 container create 550dc5450d6e60d9cc44bd28059f497b9ce958b43207e86686b7589e80aa4d84 (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-11T08:07:12.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:11.866357+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:12.974 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:12 smithi007 bash[23378]: cluster 2024-09-11T08:07:11.866357+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:12.974 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:11.866357+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:12.974 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:12 smithi007 bash[26113]: cluster 2024-09-11T08:07:11.866357+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 podman[32642]: 2024-09-11 08:07:13.047496246 +0000 UTC m=+14.484181094 container init 550dc5450d6e60d9cc44bd28059f497b9ce958b43207e86686b7589e80aa4d84 (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 podman[32642]: 2024-09-11 08:07:13.051923908 +0000 UTC m=+14.488608764 container start 550dc5450d6e60d9cc44bd28059f497b9ce958b43207e86686b7589e80aa4d84 (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.056Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.056Z 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-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.057Z 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-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.057Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.057Z 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-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.057Z 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-11T08:07:13.259 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-11T08:07:13.260 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=arp 2024-09-11T08:07:13.260 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-11T08:07:13.260 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-11T08:07:13.260 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-11T08:07:13.260 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-11T08:07:13.260 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-11T08:07:13.260 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=edac 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-11T08:07:13.261 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=os 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-11T08:07:13.262 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=stat 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=time 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=uname 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-11T08:07:13.263 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-11T08:07:13.264 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:07:13.264 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a[33461]: ts=2024-09-11T08:07:13.058Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:07:13.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:11.866357+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:13.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:12 smithi155 bash[23209]: cluster 2024-09-11T08:07:11.866357+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:14.040 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 podman[32642]: 2024-09-11 08:07:13.779328676 +0000 UTC m=+15.216013541 container attach 550dc5450d6e60d9cc44bd28059f497b9ce958b43207e86686b7589e80aa4d84 (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-11T08:07:14.040 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.056Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-11T08:07:14.040 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.056Z 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-11T08:07:14.040 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.057Z 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-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.057Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.057Z 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-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.057Z 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-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=arp 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-11T08:07:14.041 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=edac 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-11T08:07:14.042 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=os 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=stat 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-11T08:07:14.043 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=time 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=uname 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:07:14.044 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:07:13 smithi007 bash[32642]: ts=2024-09-11T08:07:13.058Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:07:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:13.866814+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:14 smithi155 bash[23209]: cluster 2024-09-11T08:07:13.866814+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:13.866814+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:14 smithi007 bash[23378]: cluster 2024-09-11T08:07:13.866814+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:13.866814+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:14 smithi007 bash[26113]: cluster 2024-09-11T08:07:13.866814+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.128 INFO:teuthology.orchestra.run.smithi007.stdout:111669149722 2024-09-11T08:07:17.129 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-11T08:07:17.154 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:15.867134+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.154 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:16 smithi007 bash[23378]: cluster 2024-09-11T08:07:15.867134+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:16 smithi007 bash[26113]: cluster 2024-09-11T08:07:15.867134+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:15.867134+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:15.867134+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:16 smithi155 bash[23209]: cluster 2024-09-11T08:07:15.867134+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:18.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:17.867410+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:18.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:18 smithi007 bash[23378]: cluster 2024-09-11T08:07:17.867410+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:18.991 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:17.867410+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:18.991 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:18 smithi007 bash[26113]: cluster 2024-09-11T08:07:17.867410+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:17.867410+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:18 smithi155 bash[23209]: cluster 2024-09-11T08:07:17.867410+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:19.444 INFO:teuthology.orchestra.run.smithi007.stdout:42949672998 2024-09-11T08:07:19.445 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T08:07:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:19.867730+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:20 smithi155 bash[23209]: cluster 2024-09-11T08:07:19.867730+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:19.867730+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:20 smithi007 bash[23378]: cluster 2024-09-11T08:07:19.867730+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:19.867730+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:20 smithi007 bash[26113]: cluster 2024-09-11T08:07:19.867730+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:21.336 INFO:teuthology.orchestra.run.smithi007.stdout:176093659152 2024-09-11T08:07:21.336 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-11T08:07:21.690 INFO:teuthology.orchestra.run.smithi007.stdout:90194313246 2024-09-11T08:07:21.691 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-11T08:07:23.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:21.868022+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:23.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:22 smithi007 bash[26113]: cluster 2024-09-11T08:07:21.868022+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:21.868022+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:22 smithi007 bash[23378]: cluster 2024-09-11T08:07:21.868022+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:21.868022+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:22 smithi155 bash[23209]: cluster 2024-09-11T08:07:21.868022+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:25.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:23.868312+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:25.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:24 smithi007 bash[23378]: cluster 2024-09-11T08:07:23.868312+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:25.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:23.868312+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:25.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:24 smithi007 bash[26113]: cluster 2024-09-11T08:07:23.868312+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:23.868312+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:24 smithi155 bash[23209]: cluster 2024-09-11T08:07:23.868312+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:26.209 INFO:teuthology.orchestra.run.smithi007.stdout:193273528336 2024-09-11T08:07:26.209 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-11T08:07:27.208 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:25.868673+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.208 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:26 smithi007 bash[23378]: cluster 2024-09-11T08:07:25.868673+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.208 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:25.868673+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.208 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:26 smithi007 bash[26113]: cluster 2024-09-11T08:07:25.868673+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:25.868673+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:26 smithi155 bash[23209]: cluster 2024-09-11T08:07:25.868673+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.623 INFO:teuthology.orchestra.run.smithi007.stdout:133143986201 2024-09-11T08:07:27.624 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-11T08:07:29.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:27.868956+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:29.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[26113]: cluster 2024-09-11T08:07:27.868956+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:27.868956+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[23378]: cluster 2024-09-11T08:07:27.868956+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[23378]: audit 2024-09-11T08:07:28.097034+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:29.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[26113]: audit 2024-09-11T08:07:28.097034+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:28.097034+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:29.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[26113]: audit 2024-09-11T08:07:28.099991+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:29.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[23378]: audit 2024-09-11T08:07:28.099991+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:29.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[23378]: audit 2024-09-11T08:07:28.325988+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:07:29.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[23378]: audit 2024-09-11T08:07:28.328471+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:07:29.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[23378]: audit 2024-09-11T08:07:28.328867+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:07:29.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[26113]: audit 2024-09-11T08:07:28.325988+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:07:29.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[26113]: audit 2024-09-11T08:07:28.328471+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:07:29.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[26113]: audit 2024-09-11T08:07:28.328867+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:07:29.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[23378]: audit 2024-09-11T08:07:28.330884+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:07:29.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:28.097034+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:29.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:28.099991+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:29.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 bash[26113]: audit 2024-09-11T08:07:28.330884+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:07:29.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:28.325988+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:07:29.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:28.328471+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:07:29.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:28.099991+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:29.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:28.328867+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:07:29.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:28.330884+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:07:29.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:28.325988+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:07:29.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:28.328471+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:07:29.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:28.328867+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:07:29.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:28.330884+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:07:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:27.868956+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:28.097034+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 bash[23209]: cluster 2024-09-11T08:07:27.868956+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 bash[23209]: audit 2024-09-11T08:07:28.097034+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:28.099991+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 bash[23209]: audit 2024-09-11T08:07:28.099991+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159175\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159250\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159283\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:05:14.159313\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:05:14.159342\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:05:14.159370\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:05:14.159399\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 bash[23209]: audit 2024-09-11T08:07:28.325988+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 bash[23209]: audit 2024-09-11T08:07:28.328471+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 bash[23209]: audit 2024-09-11T08:07:28.328867+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:28.325988+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 bash[23209]: audit 2024-09-11T08:07:28.330884+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:28.328471+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBmtmOrQd0UcvlvM+6GDjHMwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODA3MjhaFw0z\nNDA5MDkwODA3MjhaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsMDP6IY9DbP2XGyp/mmgl\nq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzxwk40HX5o\noz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYBGwWg9+pJ\nVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx+T2s8DCw\nheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5v0PyEtNC\nQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4jd7nTyJz\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBACvJU2mPtcyqU52Gy70fuZi9oVH29ew0\nz57O1JaVNcQQrSdPq97a7Ld6CHOGMJhPbKYphxDxNe+gxhjvg0GVNZFiSqth01ew\nDDvlLJmiEpXgiqhsPYkQ73+ka4U+O7/sfzDsxRSftCOo9K+7MtBs0XE5KBravnIk\ntd1LeeUHruOn/WFe1C80i/qGG5PzfbM2d563i5hLdaozaRctYMttpvdEIkgOUhhT\nfYHx1h/1JPe+twlXZmAcb5ITglCwpAQAgHhUC5U4FruWe4OaMw+byqJ4punefo37\nzZq+kI04AnmWdkcH4MdK3l3OmQLDaprk5XFQrv130jqNMpOxcEkI94U=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:28.328867+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:07:29.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:28.330884+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCsMDP6IY9DbP2X\nGyp/mmglq+QULUXCpbshGkbk8j6sXnY9zpQjphz0jGYsBICdLwvUBV8MyR802tzx\nwk40HX5ooz2EJvnXDQm99/JooH/68oURtbeuxO21Gpur5+M7xnlesEZ3e8RYcOYB\nGwWg9+pJVmTt6czDvvoVyx1xCu5azJ/krAaUFZTCsS1/eD3iaebBTIdvzt4PgIdx\n+T2s8DCwheEiNXBCPvTPCQpftZSfSgipY/s1m4/rYUqSI5Oy3Z8f07H7Qx5Zy4A5\nv0PyEtNCQVpTmVXqga2j9lwXtP6POPTZmzHFh7RlScIcA12ihveHw+XnJboAMbg4\njd7nTyJzAgMBAAECggEBAJqPulhw/3R6xTd6fy+DnrESFu21pcUPl2YjfDfO60s2\nj9TzNi650YwC60Pf1sNBk9CB8cw8TPLY8zNgQ2qsfufWgEW75tCPN4t6ofIhAEB2\nqdQ31eXfh7DlbY9l26ewhQnmGZrvUlRBI3UimG7hm0CxeG/HSrL7HumpJYhvU33U\nbz3NpmrywXMGjFK8MOCRQRAAr7e5ZJq2xoE3apGOr0qnuu8pFdMbp/UvLG7KrjfK\nw5AgEt5pDS9Iy7o5/iZP6KQLFUy6gLiebkSoAAtKA/E3YUagHxybCM+xideZdFpq\nrpHAnYdbLMPX9Rh6AqXmYit58HHm32eRJuul2xXy/AECgYEA1qizLqXxhnMUQ6WU\ncyWQ5ixYDiz6q38bLi0LnUsDUlPJrB8of2JLPX8YHnUdVo7jTVe1YLaupMkJgtX9\nsZaRQ8Lc/rFBZAU/v+FWZLagilm4Y/24v7k5l/BnGrj1bhp/KV4y9hYERBJQqC02\n3ClIoSt53iK92EKUAx/zq4m4RvMCgYEAzVmTsTuLER+Er6wkkFo2T/femD4/AOKK\na2yoyLWlW7gkU6/zdAiFQeIXYh3YBB+3A50kPgDZaEllFU2pCnmtFyERiR0QRgXN\nQey0ZYKqY84Ublz5H18Rt7GHup69AXXuV2CsjrcvzJVyLZVDRnuWw1F2NXXerTtF\nvZq/qlLbloECgYButUL0ZBFUzjU9TkBpwo4gp+4iIYCGwl86SXEcBnwIEb6JTuiM\nCh3T8aB21N/0rGz+jqW044Le6fBF0ietV4JD+FQR50laVHq0c3sjJi1WLT+0Ej8e\nYmEZw5rpZUrvJis/Ip4V3PUGRovisK8CjSgwN0P7FN/kkTHVCr2ZUsX/kQKBgQCE\ntNwGkJVZ1oWYReZHR5WL7oLy3l83AjA0Jj+ZnhIkCQeo8a+ikBMWNbeo1+KPH7PV\naQtP6pqVk8D4mHyi4Wlj5iH/+0FWD0/Lx935MA1PfJGllP4GMRkxHlC54PYCaKVD\n4J0Dig0g6H+mR6z3cs1GonGDMQ5b4085rjUpLGzugQKBgQCZBgB2uKRC6LEhotfC\nEJ2tJkr/nUXYbv0rP7moX3LVSf/7iQAmCJ0qK+TyGh6JUDW24fCKyNm+KYqVIF7M\nOpmgj0TIp5ANsOLVsQ6i3qvmfS4o2+sALOkj3kpURWuxNzYiXKtuZaoGq6Zg7tAk\nwQt4im0IHdWAg9jrzQ24vhwstw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:07:29.813 INFO:teuthology.orchestra.run.smithi007.stdout:176093659154 2024-09-11T08:07:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:29 smithi007 bash[26113]: cephadm 2024-09-11T08:07:28.331300+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:07:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:29 smithi007 bash[26113]: audit 2024-09-11T08:07:29.142092+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.7:0/1397781733' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:07:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:07:28.331300+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:07:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:29.142092+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.7:0/1397781733' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:07:30.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:07:28.331300+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:07:30.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:29.142092+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.7:0/1397781733' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:07:30.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:29 smithi007 bash[23378]: cephadm 2024-09-11T08:07:28.331300+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:07:30.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:29 smithi007 bash[23378]: audit 2024-09-11T08:07:29.142092+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.7:0/1397781733' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:07:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:07:28.331300+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:07:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:29.142092+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.7:0/1397781733' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:07:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:29 smithi155 bash[23209]: cephadm 2024-09-11T08:07:28.331300+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:07:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:29 smithi155 bash[23209]: audit 2024-09-11T08:07:29.142092+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.7:0/1397781733' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:07:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:29.869407+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:30 smithi007 bash[23378]: cluster 2024-09-11T08:07:29.869407+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:31.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:29.869407+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:31.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:30 smithi007 bash[26113]: cluster 2024-09-11T08:07:29.869407+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:31.125 INFO:teuthology.orchestra.run.smithi007.stdout:68719476771 2024-09-11T08:07:31.126 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T08:07:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:29.869407+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:30 smithi155 bash[23209]: cluster 2024-09-11T08:07:29.869407+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:31.835 INFO:teuthology.orchestra.run.smithi007.stdout:111669149725 2024-09-11T08:07:32.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:31.480262+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.7:0/2653152190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:07:32.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:31 smithi007 bash[23378]: audit 2024-09-11T08:07:31.480262+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.7:0/2653152190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:07:32.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:31.480262+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.7:0/2653152190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:07:32.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:31 smithi007 bash[26113]: audit 2024-09-11T08:07:31.480262+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.7:0/2653152190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:07:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:31.480262+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.7:0/2653152190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:07:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:31 smithi155 bash[23209]: audit 2024-09-11T08:07:31.480262+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.7:0/2653152190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:07:32.757 INFO:teuthology.orchestra.run.smithi007.stdout:42949673001 2024-09-11T08:07:33.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:31.869798+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:32.756417+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.7:0/1948641581' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:07:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:32 smithi007 bash[26113]: cluster 2024-09-11T08:07:31.869798+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:32 smithi007 bash[26113]: audit 2024-09-11T08:07:32.756417+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.7:0/1948641581' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:07:33.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:31.869798+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:33.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:32.756417+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.7:0/1948641581' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:07:33.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:32 smithi007 bash[23378]: cluster 2024-09-11T08:07:31.869798+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:33.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:32 smithi007 bash[23378]: audit 2024-09-11T08:07:32.756417+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.7:0/1948641581' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:07:33.188 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659152 got 176093659154 for osd.5 2024-09-11T08:07:33.189 DEBUG:teuthology.parallel:result is None 2024-09-11T08:07:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:31.869798+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:32.756417+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.7:0/1948641581' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:07:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:32 smithi155 bash[23209]: cluster 2024-09-11T08:07:31.869798+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:32 smithi155 bash[23209]: audit 2024-09-11T08:07:32.756417+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.7:0/1948641581' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:07:33.728 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149722 got 111669149725 for osd.3 2024-09-11T08:07:33.728 DEBUG:teuthology.parallel:result is None 2024-09-11T08:07:34.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949672998 got 42949673001 for osd.0 2024-09-11T08:07:34.779 DEBUG:teuthology.parallel:result is None 2024-09-11T08:07:35.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:33.870201+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:34 smithi007 bash[23378]: cluster 2024-09-11T08:07:33.870201+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:35.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:33.870201+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:35.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:34 smithi007 bash[26113]: cluster 2024-09-11T08:07:33.870201+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:35.156 INFO:teuthology.orchestra.run.smithi007.stdout:214748364814 2024-09-11T08:07:35.156 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-11T08:07:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:33.870201+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:34 smithi155 bash[23209]: cluster 2024-09-11T08:07:33.870201+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.060 INFO:teuthology.orchestra.run.smithi007.stdout:90194313250 2024-09-11T08:07:37.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:35.870642+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:36 smithi007 bash[23378]: cluster 2024-09-11T08:07:35.870642+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.061 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:35.870642+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.061 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:36 smithi007 bash[26113]: cluster 2024-09-11T08:07:35.870642+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:36 smithi155 bash[23209]: cluster 2024-09-11T08:07:35.870642+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:35.870642+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:37.059207+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.7:0/1324440534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:07:37.998 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:37 smithi007 bash[23378]: audit 2024-09-11T08:07:37.059207+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.7:0/1324440534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:07:37.999 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:37.059207+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.7:0/1324440534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:07:37.999 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:37 smithi007 bash[26113]: audit 2024-09-11T08:07:37.059207+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.7:0/1324440534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:07:37.999 INFO:teuthology.orchestra.run.smithi007.stdout:133143986204 2024-09-11T08:07:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:37.059207+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.7:0/1324440534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:07:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:37 smithi155 bash[23209]: audit 2024-09-11T08:07:37.059207+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.7:0/1324440534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:07:39.157 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:37.870930+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:39.157 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:38 smithi007 bash[26113]: cluster 2024-09-11T08:07:37.870930+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:39.157 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:38 smithi007 bash[26113]: audit 2024-09-11T08:07:37.997925+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.7:0/2182409307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:07:39.157 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:37.997925+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.7:0/2182409307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:07:39.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:37.870930+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:39.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:38 smithi007 bash[23378]: cluster 2024-09-11T08:07:37.870930+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:39.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:38 smithi007 bash[23378]: audit 2024-09-11T08:07:37.997925+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.7:0/2182409307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:07:39.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:37.997925+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.7:0/2182409307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:07:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:38 smithi155 bash[23209]: cluster 2024-09-11T08:07:37.870930+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:38 smithi155 bash[23209]: audit 2024-09-11T08:07:37.997925+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.7:0/2182409307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:07:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:37.870930+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:37.997925+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.7:0/2182409307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:07:39.336 INFO:teuthology.orchestra.run.smithi007.stdout:214748364816 2024-09-11T08:07:39.524 INFO:teuthology.orchestra.run.smithi007.stdout:193273528338 2024-09-11T08:07:40.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:39.335825+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.7:0/1794646757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:07:40.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:39.524388+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.7:0/490696767' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:07:40.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:39 smithi007 bash[23378]: audit 2024-09-11T08:07:39.335825+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.7:0/1794646757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:07:40.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:39 smithi007 bash[23378]: audit 2024-09-11T08:07:39.524388+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.7:0/490696767' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:07:40.180 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:39.335825+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.7:0/1794646757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:07:40.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:39.524388+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.7:0/490696767' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:07:40.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:39 smithi007 bash[26113]: audit 2024-09-11T08:07:39.335825+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.7:0/1794646757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:07:40.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:39 smithi007 bash[26113]: audit 2024-09-11T08:07:39.524388+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.7:0/490696767' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:07:40.197 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528336 got 193273528338 for osd.6 2024-09-11T08:07:40.197 DEBUG:teuthology.parallel:result is None 2024-09-11T08:07:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:39.335825+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.7:0/1794646757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:07:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:39.524388+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.7:0/490696767' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:07:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:39 smithi155 bash[23209]: audit 2024-09-11T08:07:39.335825+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.7:0/1794646757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:07:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:39 smithi155 bash[23209]: audit 2024-09-11T08:07:39.524388+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.7:0/490696767' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:07:40.584 INFO:tasks.cephadm.ceph_manager.ceph:need seq 214748364814 got 214748364816 for osd.7 2024-09-11T08:07:40.584 DEBUG:teuthology.parallel:result is None 2024-09-11T08:07:41.004 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313246 got 90194313250 for osd.2 2024-09-11T08:07:41.004 DEBUG:teuthology.parallel:result is None 2024-09-11T08:07:41.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:39.871254+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:41.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:40 smithi155 bash[23209]: cluster 2024-09-11T08:07:39.871254+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:39.871254+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:40 smithi007 bash[23378]: cluster 2024-09-11T08:07:39.871254+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:39.871254+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:40 smithi007 bash[26113]: cluster 2024-09-11T08:07:39.871254+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:41.717 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986201 got 133143986204 for osd.4 2024-09-11T08:07:41.717 DEBUG:teuthology.parallel:result is None 2024-09-11T08:07:42.367 INFO:teuthology.orchestra.run.smithi007.stdout:68719476774 2024-09-11T08:07:42.940 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:42 smithi007 bash[34309]: ts=2024-09-11T08:07:42.794Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.00343109s 2024-09-11T08:07:43.046 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476771 got 68719476774 for osd.1 2024-09-11T08:07:43.047 DEBUG:teuthology.parallel:result is None 2024-09-11T08:07:43.047 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T08:07:43.047 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T08:07:43.251 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:41.871654+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:43.252 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:42.366694+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.7:0/4074875828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:07:43.252 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:42 smithi155 bash[23209]: cluster 2024-09-11T08:07:41.871654+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:43.252 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:42 smithi155 bash[23209]: audit 2024-09-11T08:07:42.366694+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.7:0/4074875828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:07:43.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:41.871654+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:43.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:42.366694+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.7:0/4074875828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:07:43.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:42 smithi007 bash[26113]: cluster 2024-09-11T08:07:41.871654+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:43.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:42 smithi007 bash[26113]: audit 2024-09-11T08:07:42.366694+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.7:0/4074875828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:07:43.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:41.871654+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:43.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:42 smithi007 bash[23378]: cluster 2024-09-11T08:07:41.871654+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:43.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:42 smithi007 bash[23378]: audit 2024-09-11T08:07:42.366694+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.7:0/4074875828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:07:43.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:42.366694+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.7:0/4074875828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:07:43.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 systemd[1]: Started Ceph grafana.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:07:43.923 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 podman[30984]: 2024-09-11 08:07:43.585116702 +0000 UTC m=+0.095101826 image pull 87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4 ceph/ceph-grafana:latest 2024-09-11T08:07:43.923 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 podman[30984]: 2024-09-11 08:07:43.687269634 +0000 UTC m=+0.197254754 container create 8c751f3da6602063a83739457f4b2a3120127d36c8a92ca84332ce874ea50f43 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.label-schema.vendor=CentOS, description=Ceph Grafana Container, org.opencontainers.image.licenses=GPL-2.0-only, 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.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.14.2, maintainer=Paul Cuzner , org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114) 2024-09-11T08:07:43.923 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 podman[30984]: 2024-09-11 08:07:43.922466292 +0000 UTC m=+0.432451412 container init 8c751f3da6602063a83739457f4b2a3120127d36c8a92ca84332ce874ea50f43 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a, summary=Grafana Container configured for Ceph mgr/dashboard integration, io.buildah.version=1.14.2, maintainer=Paul Cuzner , org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, description=Ceph Grafana Container, 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, org.label-schema.build-date=20200114) 2024-09-11T08:07:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:43.512884+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 podman[30984]: 2024-09-11 08:07:43.925501382 +0000 UTC m=+0.435486502 container start 8c751f3da6602063a83739457f4b2a3120127d36c8a92ca84332ce874ea50f43 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, summary=Grafana Container configured for Ceph mgr/dashboard integration, io.buildah.version=1.14.2, org.label-schema.license=GPLv2, maintainer=Paul Cuzner , org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, description=Ceph Grafana Container) 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+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-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-09-11T08:07:44.262 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-09-11T08:07:44.263 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-09-11T08:07:44.263 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-09-11T08:07:44.263 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-09-11T08:07:44.263 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="App mode production" logger=settings 2024-09-11T08:07:44.263 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-09-11T08:07:44.263 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-09-11T08:07:44.263 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-09-11T08:07:44.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:43 smithi155 bash[23209]: audit 2024-09-11T08:07:43.512884+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:44.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:43.515762+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:44.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:43 smithi155 bash[23209]: audit 2024-09-11T08:07:43.515762+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:44.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:43 smithi155 bash[23209]: audit 2024-09-11T08:07:43.516399+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:44.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:43.516399+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-11T08:07:44.266 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-11T08:07:44.267 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-11T08:07:44.268 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-11T08:07:44.269 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-11T08:07:44.270 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-11T08:07:44.271 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-11T08:07:44.272 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-11T08:07:44.273 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-11T08:07:44.274 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-11T08:07:44.275 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-11T08:07:44.276 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-11T08:07:44.277 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-11T08:07:44.278 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-11T08:07:44.279 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-11T08:07:44.280 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-11T08:07:44.281 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-11T08:07:44.282 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-11T08:07:44.283 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-11T08:07:44.284 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-11T08:07:44.284 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+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-11T08:07:44.284 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-09-11T08:07:44.284 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-09-11T08:07:44.284 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-11T08:07:44.284 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-11T08:07:44.284 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="App mode production" logger=settings 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-09-11T08:07:44.286 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-11T08:07:44.287 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 podman[30984]: 2024-09-11 08:07:44.023024129 +0000 UTC m=+0.533009250 container attach 8c751f3da6602063a83739457f4b2a3120127d36c8a92ca84332ce874ea50f43 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, summary=Grafana Container configured for Ceph mgr/dashboard integration, io.buildah.version=1.14.2, maintainer=Paul Cuzner , org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, description=Ceph Grafana Container, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-11T08:07:44.288 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-11T08:07:44.289 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-11T08:07:44.289 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-11T08:07:44.289 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-11T08:07:44.289 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-11T08:07:44.289 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-11T08:07:44.289 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-11T08:07:44.289 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-11T08:07:44.289 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-11T08:07:44.290 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-11T08:07:44.291 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-11T08:07:44.292 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-11T08:07:44.293 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-11T08:07:44.294 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-11T08:07:44.295 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-11T08:07:44.296 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-11T08:07:44.297 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-11T08:07:44.298 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-11T08:07:44.299 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-11T08:07:44.300 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-11T08:07:44.301 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-11T08:07:44.302 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-11T08:07:44.303 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-11T08:07:44.304 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-11T08:07:44.305 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-11T08:07:44.306 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-11T08:07:44.307 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-09-11T08:07:44.308 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing HooksService" logger=server 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing HooksService" logger=server 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-09-11T08:07:44.309 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing LoginService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing SearchService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing TracingService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-09-11T08:07:44.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing LoginService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing SearchService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing TracingService" logger=server 2024-09-11T08:07:44.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+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-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+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-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-09-11T08:07:44.312 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+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-11T08:07:44.313 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+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-11T08:07:44.313 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing Stream Manager" 2024-09-11T08:07:44.313 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="Initializing Stream Manager" 2024-09-11T08:07:44.313 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:07:44+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-09-11T08:07:44.313 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[30984]: t=2024-09-11T08:07:44+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-09-11T08:07:44.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:43 smithi007 bash[26113]: audit 2024-09-11T08:07:43.512884+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:44.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:43.512884+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:44.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:43 smithi007 bash[26113]: audit 2024-09-11T08:07:43.515762+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:44.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:43 smithi007 bash[26113]: audit 2024-09-11T08:07:43.516399+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:44.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:43.515762+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:44.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:43 smithi007 bash[23378]: audit 2024-09-11T08:07:43.512884+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:44.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:43.516399+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:44.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:43 smithi007 bash[23378]: audit 2024-09-11T08:07:43.515762+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:44.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:43 smithi007 bash[23378]: audit 2024-09-11T08:07:43.516399+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:44.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:43.512884+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:44.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:43.515762+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866271\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866345\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:06:57.866379\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866411\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:06:57.866440\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:06:57.866483\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:06:57.866514\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:44.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:43.516399+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:45.147 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:43.871937+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:45.148 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:44 smithi007 bash[23378]: cluster 2024-09-11T08:07:43.871937+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:45.148 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:43.871937+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:45.148 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:44 smithi007 bash[26113]: cluster 2024-09-11T08:07:43.871937+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:43.871937+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:44 smithi155 bash[23209]: cluster 2024-09-11T08:07:43.871937+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:45.511 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:07:45.512 INFO:teuthology.orchestra.run.smithi007.stderr:dumped all 2024-09-11T08:07:46.197 INFO:teuthology.orchestra.run.smithi007.stdout:{"pg_ready":true,"pg_map":{"version":175,"stamp":"2024-09-11T08:07:43.871807+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":8392532,"kb_used_data":3860,"kb_used_omap":7,"kb_used_meta":8388600,"kb_avail":741568684,"statfs":{"total":767960285184,"available":759366332416,"internally_reserved":8589934592,"allocated":3952640,"data_stored":1586064,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7755,"internal_metadata":8589926837},"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.002215"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"51","state":"active+clean","last_fresh":"2024-09-11T08:06:32.115594+0000","last_change":"2024-09-11T08:06:32.115594+0000","last_active":"2024-09-11T08:06:32.115594+0000","last_peered":"2024-09-11T08:06:32.115594+0000","last_clean":"2024-09-11T08:06:32.115594+0000","last_became_active":"2024-09-11T08:06:32.112940+0000","last_became_peered":"2024-09-11T08:06:32.112940+0000","last_unstale":"2024-09-11T08:06:32.115594+0000","last_undegraded":"2024-09-11T08:06:32.115594+0000","last_fullsized":"2024-09-11T08:06:32.115594+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T08:02:51.104230+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T08:02:51.104230+0000","last_clean_scrub_stamp":"2024-09-11T08:02:51.104230+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":7755,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":50,"seq":214748364817,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"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":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.37},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.434}]},{"osd":1,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.46500000000000002}]},{"osd":2,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.39100000000000001}]},{"osd":3,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.45400000000000001}]},{"osd":4,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.314}]},{"osd":5,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.47399999999999998}]},{"osd":6,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.501}]}]},{"osd":6,"up_from":45,"seq":193273528340,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 08:07:15 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.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.59999999999999998}]},{"osd":1,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.63100000000000001}]},{"osd":2,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.59099999999999997}]},{"osd":3,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.57699999999999996}]},{"osd":4,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.436},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.42499999999999999}]},{"osd":5,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.46400000000000002}]},{"osd":7,"last update":"Wed Sep 11 08:07:34 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.45500000000000002}]}]},{"osd":1,"up_from":16,"seq":68719476775,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049060,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696092,"statfs":{"total":95995035648,"available":94920798208,"internally_reserved":1073741824,"allocated":487424,"data_stored":197824,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.32600000000000001,"15min":0.318},"min":{"1min":0.188,"5min":0.188,"15min":0.188},"max":{"1min":0.49299999999999999,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.33400000000000002,"15min":0.32900000000000001},"min":{"1min":0.20399999999999999,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.51300000000000001}]},{"osd":2,"last update":"Wed Sep 11 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.376,"15min":0.371},"min":{"1min":0.24099999999999999,"5min":0.22,"15min":0.22},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.35499999999999998,"15min":0.34999999999999998},"min":{"1min":0.23400000000000001,"5min":0.193,"15min":0.193},"max":{"1min":0.52400000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.498}]},{"osd":3,"last update":"Wed Sep 11 08:07:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.42899999999999999,"15min":0.434},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.53500000000000003}]},{"osd":4,"last update":"Wed Sep 11 08:07:36 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.54200000000000004,"15min":0.53400000000000003},"min":{"1min":0.41699999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.53600000000000003,"15min":0.53100000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.621}]},{"osd":5,"last update":"Wed Sep 11 08:07:10 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.57799999999999996}]},{"osd":6,"last update":"Wed Sep 11 08:07:18 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.627}]},{"osd":7,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.60099999999999998}]}]},{"osd":0,"up_from":10,"seq":42949673004,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"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":"Wed Sep 11 08:06:43 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.307,"15min":0.30099999999999999},"min":{"1min":0.23599999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.33800000000000002,"15min":0.33400000000000002},"min":{"1min":0.27100000000000002,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.36799999999999999}]},{"osd":2,"last update":"Wed Sep 11 08:07:02 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.34599999999999997,"15min":0.34200000000000003},"min":{"1min":0.23200000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.38,"5min":0.35999999999999999,"15min":0.35599999999999998},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.47999999999999998}]},{"osd":3,"last update":"Wed Sep 11 08:07:20 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.40100000000000002,"15min":0.40200000000000002},"min":{"1min":0.27900000000000003,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.40600000000000003}]},{"osd":4,"last update":"Wed Sep 11 08:07:34 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.66500000000000004,"15min":0.68100000000000005},"min":{"1min":0.41199999999999998,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68799999999999994,"5min":3.6419999999999999,"15min":3.6419999999999999},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.71799999999999997,"15min":0.74199999999999999},"min":{"1min":0.41899999999999998,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.747,"5min":4.5330000000000004,"15min":4.5330000000000004},"last":0.66900000000000004}]},{"osd":5,"last update":"Wed Sep 11 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.71699999999999997}]},{"osd":6,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.66000000000000003}]},{"osd":7,"last update":"Wed Sep 11 08:07:32 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.76200000000000001}]}]},{"osd":2,"up_from":21,"seq":90194313251,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.184,"5min":0.184,"15min":0.184},"max":{"1min":0.51400000000000001,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.22500000000000001,"5min":0.222,"15min":0.222},"max":{"1min":0.47599999999999998,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.251}]},{"osd":1,"last update":"Wed Sep 11 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.371,"15min":0.375},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.52100000000000002,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.23899999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.40200000000000002}]},{"osd":3,"last update":"Wed Sep 11 08:07:20 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.42099999999999999,"15min":0.42899999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.59599999999999997,"5min":0.628,"15min":0.628},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.436,"15min":0.442},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.35299999999999998}]},{"osd":4,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.52700000000000002,"15min":0.52500000000000002},"min":{"1min":0.38100000000000001,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.436},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34899999999999998,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.53600000000000003}]},{"osd":5,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.46500000000000002}]},{"osd":6,"last update":"Wed Sep 11 08:07:13 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.41899999999999998}]},{"osd":7,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.48499999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149728,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"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":"Wed Sep 11 08:07:19 2024","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.38900000000000001,"15min":0.39800000000000002},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.48299999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.377,"5min":0.39700000000000002,"15min":0.40000000000000002},"min":{"1min":0.254,"5min":0.245,"15min":0.245},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.46500000000000002}]},{"osd":1,"last update":"Wed Sep 11 08:07:19 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.39000000000000001,"15min":0.39700000000000002},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.48599999999999999,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.374,"5min":0.438,"15min":0.44900000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.53000000000000003,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.35999999999999999}]},{"osd":2,"last update":"Wed Sep 11 08:07:19 2024","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.46899999999999997,"15min":0.48099999999999998},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.53700000000000003,"5min":0.626,"15min":0.626},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.374,"5min":0.42599999999999999,"15min":0.435},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.54500000000000004,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.34599999999999997}]},{"osd":4,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.52700000000000002,"15min":0.52500000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.58099999999999996,"15min":0.58199999999999996},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.56799999999999995}]},{"osd":5,"last update":"Wed Sep 11 08:07:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.496},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.48299999999999998}]},{"osd":6,"last update":"Wed Sep 11 08:07:14 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.52900000000000003}]},{"osd":7,"last update":"Wed Sep 11 08:07:32 2024","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.51700000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986205,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"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":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.52400000000000002,"15min":0.53400000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.56399999999999995,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.51900000000000002,"15min":0.52600000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.63300000000000001,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.44}]},{"osd":1,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.52400000000000002,"15min":0.52800000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.71799999999999997,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.50700000000000001,"15min":0.51100000000000001},"min":{"1min":0.34599999999999997,"5min":0.318,"15min":0.318},"max":{"1min":0.63400000000000001,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.43099999999999999}]},{"osd":2,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.52300000000000002,"15min":0.53100000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.57299999999999995,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.54000000000000004,"15min":0.54200000000000004},"min":{"1min":0.38400000000000001,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.64700000000000002,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.44800000000000001}]},{"osd":3,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.52500000000000002,"15min":0.52800000000000002},"min":{"1min":0.36899999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65900000000000003,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53000000000000003,"15min":0.52900000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.68000000000000005,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.42299999999999999}]},{"osd":5,"last update":"Wed Sep 11 08:07:09 2024","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.38200000000000001}]},{"osd":6,"last update":"Wed Sep 11 08:07:12 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.34999999999999998}]},{"osd":7,"last update":"Wed Sep 11 08:07:32 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.311},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.33300000000000002}]}]},{"osd":5,"up_from":41,"seq":176093659157,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049064,"kb_used_data":480,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92696088,"statfs":{"total":95995035648,"available":94920794112,"internally_reserved":1073741824,"allocated":491520,"data_stored":198068,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7755,"internal_metadata":1073734069},"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":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.47199999999999998}]},{"osd":1,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.46500000000000002}]},{"osd":2,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.61199999999999999}]},{"osd":3,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.38}]},{"osd":4,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.40600000000000003}]},{"osd":6,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.56799999999999995}]},{"osd":7,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.63},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.51700000000000002}]}]}]}} 2024-09-11T08:07:46.199 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T08:07:47.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:46 smithi007 bash[26113]: audit 2024-09-11T08:07:45.507555+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:47.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:46 smithi007 bash[26113]: cluster 2024-09-11T08:07:45.872396+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:47.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:45.507555+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:47.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:45.872396+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:47.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:45.507555+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:47.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:45.872396+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:47.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:46 smithi007 bash[23378]: audit 2024-09-11T08:07:45.507555+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:47.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:46 smithi007 bash[23378]: cluster 2024-09-11T08:07:45.872396+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:45.507555+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:45.872396+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:46 smithi155 bash[23209]: audit 2024-09-11T08:07:45.507555+0000 mgr.y (mgr.14140) 180 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:46 smithi155 bash[23209]: cluster 2024-09-11T08:07:45.872396+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:48.377 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:07:48.378 INFO:teuthology.orchestra.run.smithi007.stderr:dumped all 2024-09-11T08:07:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:47.872750+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:48 smithi155 bash[23209]: cluster 2024-09-11T08:07:47.872750+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:47.872750+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:48 smithi007 bash[23378]: cluster 2024-09-11T08:07:47.872750+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.271 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:47.872750+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.271 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:48 smithi007 bash[26113]: cluster 2024-09-11T08:07:47.872750+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.289 INFO:teuthology.orchestra.run.smithi007.stdout:{"pg_ready":true,"pg_map":{"version":177,"stamp":"2024-09-11T08:07:47.872609+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":8392532,"kb_used_data":3860,"kb_used_omap":7,"kb_used_meta":8388600,"kb_avail":741568684,"statfs":{"total":767960285184,"available":759366332416,"internally_reserved":8589934592,"allocated":3952640,"data_stored":1586064,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7755,"internal_metadata":8589926837},"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.002240"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"51","state":"active+clean","last_fresh":"2024-09-11T08:06:32.115594+0000","last_change":"2024-09-11T08:06:32.115594+0000","last_active":"2024-09-11T08:06:32.115594+0000","last_peered":"2024-09-11T08:06:32.115594+0000","last_clean":"2024-09-11T08:06:32.115594+0000","last_became_active":"2024-09-11T08:06:32.112940+0000","last_became_peered":"2024-09-11T08:06:32.112940+0000","last_unstale":"2024-09-11T08:06:32.115594+0000","last_undegraded":"2024-09-11T08:06:32.115594+0000","last_fullsized":"2024-09-11T08:06:32.115594+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T08:02:51.104230+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T08:02:51.104230+0000","last_clean_scrub_stamp":"2024-09-11T08:02:51.104230+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":7755,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":50,"seq":214748364818,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"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":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.40699999999999997}]},{"osd":1,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.31},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.38200000000000001}]},{"osd":2,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.374},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.36199999999999999}]},{"osd":3,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.39100000000000001}]},{"osd":4,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.26200000000000001}]},{"osd":5,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.27800000000000002}]},{"osd":6,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.317}]}]},{"osd":6,"up_from":45,"seq":193273528340,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 08:07:15 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.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.59999999999999998}]},{"osd":1,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.63100000000000001}]},{"osd":2,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.59099999999999997}]},{"osd":3,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.57699999999999996}]},{"osd":4,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.436},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.42499999999999999}]},{"osd":5,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.46400000000000002}]},{"osd":7,"last update":"Wed Sep 11 08:07:34 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.45500000000000002}]}]},{"osd":1,"up_from":16,"seq":68719476776,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049060,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696092,"statfs":{"total":95995035648,"available":94920798208,"internally_reserved":1073741824,"allocated":487424,"data_stored":197824,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 08:07:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.34399999999999997,"15min":0.32400000000000001},"min":{"1min":0.24399999999999999,"5min":0.188,"15min":0.188},"max":{"1min":0.53400000000000003,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.312},{"interface":"front","average":{"1min":0.372,"5min":0.34300000000000003,"15min":0.33200000000000002},"min":{"1min":0.246,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.33000000000000002}]},{"osd":2,"last update":"Wed Sep 11 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.376,"15min":0.371},"min":{"1min":0.24099999999999999,"5min":0.22,"15min":0.22},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.35499999999999998,"15min":0.34999999999999998},"min":{"1min":0.23400000000000001,"5min":0.193,"15min":0.193},"max":{"1min":0.52400000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.38300000000000001}]},{"osd":3,"last update":"Wed Sep 11 08:07:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.42899999999999999,"15min":0.434},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.39400000000000002}]},{"osd":4,"last update":"Wed Sep 11 08:07:36 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.54200000000000004,"15min":0.53400000000000003},"min":{"1min":0.41699999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.53600000000000003,"15min":0.53100000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.60799999999999998}]},{"osd":5,"last update":"Wed Sep 11 08:07:10 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.57199999999999995}]},{"osd":6,"last update":"Wed Sep 11 08:07:18 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.747},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.59999999999999998}]},{"osd":7,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.71299999999999997}]}]},{"osd":0,"up_from":10,"seq":42949673004,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"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":"Wed Sep 11 08:06:43 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.307,"15min":0.30099999999999999},"min":{"1min":0.23599999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.33800000000000002,"15min":0.33400000000000002},"min":{"1min":0.27100000000000002,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.36799999999999999}]},{"osd":2,"last update":"Wed Sep 11 08:07:02 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.34599999999999997,"15min":0.34200000000000003},"min":{"1min":0.23200000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.38,"5min":0.35999999999999999,"15min":0.35599999999999998},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.47999999999999998}]},{"osd":3,"last update":"Wed Sep 11 08:07:20 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.40100000000000002,"15min":0.40200000000000002},"min":{"1min":0.27900000000000003,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.40600000000000003}]},{"osd":4,"last update":"Wed Sep 11 08:07:34 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.66500000000000004,"15min":0.68100000000000005},"min":{"1min":0.41199999999999998,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68799999999999994,"5min":3.6419999999999999,"15min":3.6419999999999999},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.71799999999999997,"15min":0.74199999999999999},"min":{"1min":0.41899999999999998,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.747,"5min":4.5330000000000004,"15min":4.5330000000000004},"last":0.66900000000000004}]},{"osd":5,"last update":"Wed Sep 11 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.71699999999999997}]},{"osd":6,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.66000000000000003}]},{"osd":7,"last update":"Wed Sep 11 08:07:32 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.76200000000000001}]}]},{"osd":2,"up_from":21,"seq":90194313252,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.184,"5min":0.184,"15min":0.184},"max":{"1min":0.51400000000000001,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.22500000000000001,"5min":0.222,"15min":0.222},"max":{"1min":0.47599999999999998,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.32300000000000001}]},{"osd":1,"last update":"Wed Sep 11 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.371,"15min":0.375},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.52100000000000002,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.23899999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.42299999999999999}]},{"osd":3,"last update":"Wed Sep 11 08:07:20 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.42099999999999999,"15min":0.42899999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.59599999999999997,"5min":0.628,"15min":0.628},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.436,"15min":0.442},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.35499999999999998}]},{"osd":4,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.52700000000000002,"15min":0.52500000000000002},"min":{"1min":0.38100000000000001,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34899999999999998,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.47999999999999998}]},{"osd":5,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.48799999999999999}]},{"osd":6,"last update":"Wed Sep 11 08:07:13 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.46600000000000003}]},{"osd":7,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.55300000000000005}]}]},{"osd":3,"up_from":26,"seq":111669149728,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"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":"Wed Sep 11 08:07:19 2024","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.38900000000000001,"15min":0.39800000000000002},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.48299999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.377,"5min":0.39700000000000002,"15min":0.40000000000000002},"min":{"1min":0.254,"5min":0.245,"15min":0.245},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.46500000000000002}]},{"osd":1,"last update":"Wed Sep 11 08:07:19 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.39000000000000001,"15min":0.39700000000000002},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.48599999999999999,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.374,"5min":0.438,"15min":0.44900000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.53000000000000003,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.35999999999999999}]},{"osd":2,"last update":"Wed Sep 11 08:07:19 2024","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.46899999999999997,"15min":0.48099999999999998},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.53700000000000003,"5min":0.626,"15min":0.626},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.374,"5min":0.42599999999999999,"15min":0.435},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.54500000000000004,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.34599999999999997}]},{"osd":4,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.52700000000000002,"15min":0.52500000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.58099999999999996,"15min":0.58199999999999996},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.56799999999999995}]},{"osd":5,"last update":"Wed Sep 11 08:07:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.496},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.48299999999999998}]},{"osd":6,"last update":"Wed Sep 11 08:07:14 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.52900000000000003}]},{"osd":7,"last update":"Wed Sep 11 08:07:32 2024","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.51700000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986206,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049068,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696084,"statfs":{"total":95995035648,"available":94920790016,"internally_reserved":1073741824,"allocated":495616,"data_stored":198362,"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":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.52400000000000002,"15min":0.53400000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.56399999999999995,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.51900000000000002,"15min":0.52600000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.63300000000000001,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.42699999999999999}]},{"osd":1,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.52400000000000002,"15min":0.52800000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.71799999999999997,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.50700000000000001,"15min":0.51100000000000001},"min":{"1min":0.34599999999999997,"5min":0.318,"15min":0.318},"max":{"1min":0.63400000000000001,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.374}]},{"osd":2,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.52300000000000002,"15min":0.53100000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.57299999999999995,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.54000000000000004,"15min":0.54200000000000004},"min":{"1min":0.38400000000000001,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.64700000000000002,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.45100000000000001}]},{"osd":3,"last update":"Wed Sep 11 08:07:35 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.52500000000000002,"15min":0.52800000000000002},"min":{"1min":0.36899999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65900000000000003,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53000000000000003,"15min":0.52900000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.68000000000000005,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.435}]},{"osd":5,"last update":"Wed Sep 11 08:07:09 2024","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.34599999999999997}]},{"osd":6,"last update":"Wed Sep 11 08:07:12 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.311},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.40899999999999997}]},{"osd":7,"last update":"Wed Sep 11 08:07:32 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.38},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.38800000000000001}]}]},{"osd":5,"up_from":41,"seq":176093659158,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049064,"kb_used_data":480,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92696088,"statfs":{"total":95995035648,"available":94920794112,"internally_reserved":1073741824,"allocated":491520,"data_stored":198068,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7755,"internal_metadata":1073734069},"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":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.62},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.57999999999999996}]},{"osd":1,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.55900000000000005}]},{"osd":2,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.58899999999999997}]},{"osd":3,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.52400000000000002}]},{"osd":4,"last update":"Wed Sep 11 08:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.60799999999999998}]},{"osd":6,"last update":"Wed Sep 11 08:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.47699999999999998}]},{"osd":7,"last update":"Wed Sep 11 08:07:31 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.435},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.496}]}]}]}} 2024-09-11T08:07:49.291 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T08:07:49.292 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T08:07:49.292 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T08:07:49.292 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T08:07:50.256 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:48.374002+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:50.256 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:49 smithi007 bash[23378]: audit 2024-09-11T08:07:48.374002+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:50.256 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:48.374002+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:50.256 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:49 smithi007 bash[26113]: audit 2024-09-11T08:07:48.374002+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:48.374002+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:50.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:49 smithi155 bash[23209]: audit 2024-09-11T08:07:48.374002+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:07:51.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:49.873084+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.064 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:50 smithi007 bash[26113]: cluster 2024-09-11T08:07:49.873084+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:50.022638+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:51.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:50 smithi007 bash[23378]: cluster 2024-09-11T08:07:49.873084+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:50 smithi007 bash[23378]: audit 2024-09-11T08:07:50.022638+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:51.065 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:50 smithi007 bash[26113]: audit 2024-09-11T08:07:50.022638+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:51.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:50.025421+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:51.066 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:50 smithi007 bash[26113]: audit 2024-09-11T08:07:50.025421+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:51.066 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:50 smithi007 bash[26113]: audit 2024-09-11T08:07:50.025945+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:51.066 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:49.873084+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:50 smithi007 bash[23378]: audit 2024-09-11T08:07:50.025421+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:51.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:50 smithi007 bash[23378]: audit 2024-09-11T08:07:50.025945+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:51.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:50.025945+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:51.067 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:50.022638+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:51.067 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:50.025421+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:51.067 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:50.025945+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:49.873084+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:50.022638+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:50 smithi155 bash[23209]: cluster 2024-09-11T08:07:49.873084+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:50 smithi155 bash[23209]: audit 2024-09-11T08:07:50.022638+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:50.025421+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:50 smithi155 bash[23209]: audit 2024-09-11T08:07:50.025421+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"0421302d0960\", \"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-11T08:07:50.021792\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:31.220046\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:59.258292\"}}, \"last_daemon_update\": \"2024-09-11T08:07:50.021873\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:07:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:50 smithi155 bash[23209]: audit 2024-09-11T08:07:50.025945+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:51.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:50.025945+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:07:51.731 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:07:52.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:51.730589+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.7:0/3669622966' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:07:52.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:51 smithi007 bash[23378]: audit 2024-09-11T08:07:51.730589+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.7:0/3669622966' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:07:52.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:51.730589+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.7:0/3669622966' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:07:52.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:51 smithi007 bash[26113]: audit 2024-09-11T08:07:51.730589+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.7:0/3669622966' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:07:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:51.730589+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.7:0/3669622966' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:07:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:51 smithi155 bash[23209]: audit 2024-09-11T08:07:51.730589+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.7:0/3669622966' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:07:52.470 INFO:teuthology.orchestra.run.smithi007.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T08:07:52.471 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T08:07:52.471 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T08:07:52.471 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:07:52.481 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi007.front.sepia.ceph.com 2024-09-11T08:07:52.482 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-11T08:07:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:51.873544+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:52 smithi155 bash[23209]: cluster 2024-09-11T08:07:51.873544+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:51.873544+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:52 smithi007 bash[23378]: cluster 2024-09-11T08:07:51.873544+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:52 smithi007 bash[26113]: cluster 2024-09-11T08:07:51.873544+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:51.873544+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:53.402657+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"17 2024-09-11T08:07:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:53.405518+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:53 smithi155 bash[23209]: audit 2024-09-11T08:07:53.402657+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:54.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:53 smithi155 bash[23209]: audit 2024-09-11T08:07:53.405518+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:54.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:53 smithi007 bash[26113]: audit 2024-09-11T08:07:53.402657+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:54.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:53.402657+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:0 2024-09-11T08:07:54.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 3:21.686539\"}"}]: dispatch 2024-09-11T08:07:54.271 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:53.402657+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_h 2024-09-11T08:07:54.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:53 smithi007 bash[23378]: audit 2024-09-11T08:07:53.402657+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:54.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:53 smithi007 bash[26113]: audit 2024-09-11T08:07:53.405518+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:54.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ost_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:07:54.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:53.405518+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03: 2024-09-11T08:07:54.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 21.686539\"}"}]': finished 2024-09-11T08:07:54.272 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:53.405518+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:54.273 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:53 smithi007 bash[23378]: audit 2024-09-11T08:07:53.405518+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"eea4ebb847ca\", \"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-11T08:07:53.401665\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:06:55.903192\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:06:38.566904\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:07:53.401821\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:07:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:07:53.407291+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:07:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:07:53.409153+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:07:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:54 smithi007 bash[23378]: cephadm 2024-09-11T08:07:53.407291+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:07:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:54 smithi007 bash[23378]: cephadm 2024-09-11T08:07:53.409153+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:07:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:54 smithi007 bash[23378]: cluster 2024-09-11T08:07:53.873930+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:53.873930+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:55.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:07:53.407291+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:07:55.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:07:53.409153+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:07:55.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:54 smithi007 bash[26113]: cephadm 2024-09-11T08:07:53.407291+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:07:55.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:54 smithi007 bash[26113]: cephadm 2024-09-11T08:07:53.409153+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:07:55.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:54 smithi007 bash[26113]: cluster 2024-09-11T08:07:53.873930+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:55.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:53.873930+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:07:53.407291+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:07:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:07:53.409153+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:07:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:54 smithi155 bash[23209]: cephadm 2024-09-11T08:07:53.407291+0000 mgr.y (mgr.14140) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:07:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:54 smithi155 bash[23209]: cephadm 2024-09-11T08:07:53.409153+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:07:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:54 smithi155 bash[23209]: cluster 2024-09-11T08:07:53.873930+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:55.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:53.873930+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:56.117 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:55.595693+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.7:0/2885154083' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:07:56.117 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:55.595996+0000 mon.a (mon.0) 563 : 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-11T08:07:56.118 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:55 smithi007 bash[23378]: audit 2024-09-11T08:07:55.595693+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.7:0/2885154083' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:07:56.118 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:55 smithi007 bash[23378]: audit 2024-09-11T08:07:55.595996+0000 mon.a (mon.0) 563 : 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-11T08:07:56.118 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:55 smithi007 bash[23378]: audit 2024-09-11T08:07:55.599350+0000 mon.a (mon.0) 564 : 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-11T08:07:56.118 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:55.599350+0000 mon.a (mon.0) 564 : 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-11T08:07:56.118 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:55.595693+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.7:0/2885154083' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:07:56.118 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:55 smithi007 bash[26113]: audit 2024-09-11T08:07:55.595693+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.7:0/2885154083' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:07:56.118 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:55 smithi007 bash[26113]: audit 2024-09-11T08:07:55.595996+0000 mon.a (mon.0) 563 : 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-11T08:07:56.118 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:55 smithi007 bash[26113]: audit 2024-09-11T08:07:55.599350+0000 mon.a (mon.0) 564 : 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-11T08:07:56.118 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:55.595996+0000 mon.a (mon.0) 563 : 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-11T08:07:56.118 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:55.599350+0000 mon.a (mon.0) 564 : 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-11T08:07:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:55 smithi155 bash[23209]: audit 2024-09-11T08:07:55.595693+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.7:0/2885154083' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:07:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:55 smithi155 bash[23209]: audit 2024-09-11T08:07:55.595996+0000 mon.a (mon.0) 563 : 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-11T08:07:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:55.595693+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.7:0/2885154083' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:07:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:55 smithi155 bash[23209]: audit 2024-09-11T08:07:55.599350+0000 mon.a (mon.0) 564 : 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-11T08:07:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:55.595996+0000 mon.a (mon.0) 563 : 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-11T08:07:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:55.599350+0000 mon.a (mon.0) 564 : 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-11T08:07:56.976 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:07:56.985 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi007.front.sepia.ceph.com 2024-09-11T08:07:56.985 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-11T08:07:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:55.874202+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:56 smithi155 bash[23209]: cluster 2024-09-11T08:07:55.874202+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:55.874202+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:56 smithi007 bash[23378]: cluster 2024-09-11T08:07:55.874202+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:55.874202+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:56 smithi007 bash[26113]: cluster 2024-09-11T08:07:55.874202+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:57.790 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:57 smithi007 systemd[1]: Stopping Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:07:57.790 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[34521]: ts=2024-09-11T08:07:57.619Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:07:57.790 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:57 smithi007 bash[34309]: ts=2024-09-11T08:07:57.619Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:07:57.790 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:57 smithi007 podman[34309]: 2024-09-11 08:07:57.621797816 +0000 UTC m=+29.546071485 container died 0421302d096016e3d4e934ca5e7af8c9668ecc027073a354ca00025572404ba2 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:07:58.280 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:58 smithi007 podman[35843]: 2024-09-11 08:07:58.027874469 +0000 UTC m=+0.519704832 container cleanup 0421302d096016e3d4e934ca5e7af8c9668ecc027073a354ca00025572404ba2 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:07:58.280 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:58 smithi007 podman[35843]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:07:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:57.874683+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:58.974701+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:58 smithi155 bash[23209]: cluster 2024-09-11T08:07:57.874683+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:58 smithi155 bash[23209]: audit 2024-09-11T08:07:58.974701+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:59.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:58 smithi007 podman[35855]: 2024-09-11 08:07:58.890521643 +0000 UTC m=+1.257820146 container remove 0421302d096016e3d4e934ca5e7af8c9668ecc027073a354ca00025572404ba2 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:07:59.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:58 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-11T08:07:59.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:58 smithi007 systemd[1]: Stopped Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:07:59.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:58 smithi007 systemd[1]: Starting Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:07:59.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:58 smithi007 podman[35888]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a" found: no such container 2024-09-11T08:07:59.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:58 smithi007 systemd[1]: Started Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:07:59.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:59 smithi007 podman[35901]: 2024-09-11 08:07:59.071194952 +0000 UTC m=+0.104326485 image pull 11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5 prom/alertmanager 2024-09-11T08:07:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:57.874683+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:58.974701+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:59.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:57.874683+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:59.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:58 smithi007 bash[26113]: cluster 2024-09-11T08:07:57.874683+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:58 smithi007 bash[23378]: cluster 2024-09-11T08:07:57.874683+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:59.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:58 smithi007 bash[23378]: audit 2024-09-11T08:07:58.974701+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:59.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:58 smithi007 bash[26113]: audit 2024-09-11T08:07:58.974701+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:07:59.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:58.974701+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:00.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:59 smithi007 bash[26113]: audit 2024-09-11T08:07:58.978856+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:00.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:59 smithi007 bash[26113]: cephadm 2024-09-11T08:07:58.979849+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:08:00.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:59 smithi007 bash[26113]: cephadm 2024-09-11T08:07:58.982233+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:08:00.109 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:07:59 smithi007 podman[35901]: 2024-09-11 08:07:59.846780194 +0000 UTC m=+0.879911712 container create 17438fcdc4cd09e1df95cf1ef47a6bc24b392ba88c5bc15a67e38f916e5565f0 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:00.109 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:07:58.978856+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:00.109 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:07:58.979849+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:08:00.109 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:07:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:07:58.982233+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:08:00.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:59 smithi007 bash[23378]: audit 2024-09-11T08:07:58.978856+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:00.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:07:58.978856+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:00.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:59 smithi007 bash[23378]: cephadm 2024-09-11T08:07:58.979849+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:08:00.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:59 smithi007 bash[23378]: cephadm 2024-09-11T08:07:58.982233+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:08:00.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:07:58.979849+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:08:00.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:07:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:07:58.982233+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:08:00.245 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:07:58.978856+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:00.245 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:07:58.979849+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:08:00.245 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:59 smithi155 bash[23209]: audit 2024-09-11T08:07:58.978856+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021493\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021587\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021619\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:50.021649\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:50.021678\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:50.021707\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:07:50.021735\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:07:50.021763\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:00.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:59 smithi155 bash[23209]: cephadm 2024-09-11T08:07:58.979849+0000 mgr.y (mgr.14140) 191 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:08:00.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:59 smithi155 bash[23209]: cephadm 2024-09-11T08:07:58.982233+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:08:00.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:07:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:07:58.982233+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:08:00.376 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 podman[35901]: 2024-09-11 08:08:00.27512198 +0000 UTC m=+1.308253496 container init 17438fcdc4cd09e1df95cf1ef47a6bc24b392ba88c5bc15a67e38f916e5565f0 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:00.376 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 podman[35901]: 2024-09-11 08:08:00.278209857 +0000 UTC m=+1.311341375 container start 17438fcdc4cd09e1df95cf1ef47a6bc24b392ba88c5bc15a67e38f916e5565f0 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:00.376 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:00.287Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-11T08:08:00.376 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:00.287Z 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-11T08:08:00.376 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:00.288Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.7 port=9094 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:00.290Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:00.310Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:00.311Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:00.312Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:00.312Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[35901]: ts=2024-09-11T08:08:00.287Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[35901]: ts=2024-09-11T08:08:00.287Z 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-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[35901]: ts=2024-09-11T08:08:00.288Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.7 port=9094 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[35901]: ts=2024-09-11T08:08:00.290Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[35901]: ts=2024-09-11T08:08:00.310Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[35901]: ts=2024-09-11T08:08:00.311Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[35901]: ts=2024-09-11T08:08:00.312Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:08:00.377 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[35901]: ts=2024-09-11T08:08:00.312Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:08:00.378 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:00 smithi007 podman[35901]: 2024-09-11 08:08:00.375396603 +0000 UTC m=+1.408528128 container attach 17438fcdc4cd09e1df95cf1ef47a6bc24b392ba88c5bc15a67e38f916e5565f0 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:01.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:07:59.874972+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:01.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:00 smithi155 bash[23209]: cluster 2024-09-11T08:07:59.874972+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:07:59.874972+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[23378]: cluster 2024-09-11T08:07:59.874972+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:07:59.874972+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:00 smithi007 bash[26113]: cluster 2024-09-11T08:07:59.874972+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:02.005 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:00.999389+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:08:02.038 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:08:02.039 INFO:teuthology.orchestra.run.smithi007.stdout: "id": "b5ea64c0-3260-430a-9db0-a703d50aa2a4", 2024-09-11T08:08:02.039 INFO:teuthology.orchestra.run.smithi007.stdout: "name": "r", 2024-09-11T08:08:02.039 INFO:teuthology.orchestra.run.smithi007.stdout: "current_period": "526d993c-bae7-45bb-a04c-ca874c9372cb", 2024-09-11T08:08:02.039 INFO:teuthology.orchestra.run.smithi007.stdout: "epoch": 1 2024-09-11T08:08:02.039 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:08:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[23209]: cluster 2024-09-11T08:08:00.999389+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:08:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[23209]: audit 2024-09-11T08:08:01.000684+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.7:0/1284771613' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[23209]: audit 2024-09-11T08:08:01.001236+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:01.000684+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.7:0/1284771613' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:01.001236+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:00.999389+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:08:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:02 smithi007 bash[23378]: cluster 2024-09-11T08:08:00.999389+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:08:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:02 smithi007 bash[23378]: audit 2024-09-11T08:08:01.000684+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.7:0/1284771613' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:02 smithi007 bash[23378]: audit 2024-09-11T08:08:01.001236+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:01.000684+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.7:0/1284771613' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:01.001236+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:00.999389+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:08:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:02 smithi007 bash[26113]: cluster 2024-09-11T08:08:00.999389+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:08:02.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:02 smithi007 bash[26113]: audit 2024-09-11T08:08:01.000684+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.7:0/1284771613' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:01.000684+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.7:0/1284771613' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:01.001236+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:02 smithi007 bash[26113]: audit 2024-09-11T08:08:01.001236+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:08:02.671 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:02.291Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001008562s 2024-09-11T08:08:02.671 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:02 smithi007 bash[35901]: ts=2024-09-11T08:08:02.291Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001008562s 2024-09-11T08:08:02.691 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-11T08:08:02.761 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 systemd[1]: Stopping Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.730Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.730Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:08:02.762 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 bash[30371]: ts=2024-09-11T08:08:02.731Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:08:02.763 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:08:02.764 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:08:02.764 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:08:02.764 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:08:02.764 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:08:02.764 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[30415]: ts=2024-09-11T08:08:02.731Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:08:02.764 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:02 smithi155 podman[30371]: 2024-09-11 08:08:02.73386755 +0000 UTC m=+66.937811203 container died eea4ebb847ca5add9b5b52d9a05f2bc9de3689ce0b318ea065602bd7c7b6c7fb (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:03.224 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:01.875539+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v185: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:02.006802+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:03 smithi007 bash[23378]: cluster 2024-09-11T08:08:01.875539+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v185: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:03 smithi007 bash[23378]: audit 2024-09-11T08:08:02.006802+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:03 smithi007 bash[23378]: cluster 2024-09-11T08:08:02.006997+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:02.006997+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:01.875539+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v185: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:03 smithi007 bash[26113]: cluster 2024-09-11T08:08:01.875539+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v185: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:03 smithi007 bash[26113]: audit 2024-09-11T08:08:02.006802+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:08:03.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:03 smithi007 bash[26113]: cluster 2024-09-11T08:08:02.006997+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:08:03.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:02.006802+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:08:03.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:02.006997+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:08:03.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31499]: 2024-09-11 08:08:03.137922142 +0000 UTC m=+0.531669129 container cleanup eea4ebb847ca5add9b5b52d9a05f2bc9de3689ce0b318ea065602bd7c7b6c7fb (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:03.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31499]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:08:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:01.875539+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v185: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:02.006802+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:08:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[23209]: cluster 2024-09-11T08:08:01.875539+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v185: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[23209]: audit 2024-09-11T08:08:02.006802+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:08:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[23209]: cluster 2024-09-11T08:08:02.006997+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:08:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:02.006997+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:08:03.673 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31511]: 2024-09-11 08:08:03.414160747 +0000 UTC m=+0.672919310 container remove eea4ebb847ca5add9b5b52d9a05f2bc9de3689ce0b318ea065602bd7c7b6c7fb (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:03.673 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-11T08:08:03.673 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 systemd[1]: Stopped Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:08:03.673 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 systemd[1]: Starting Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:08:03.674 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31527]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a" found: no such container 2024-09-11T08:08:03.674 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 systemd[1]: Started Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:08:03.674 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31541]: 2024-09-11 08:08:03.580352237 +0000 UTC m=+0.100429652 image pull 4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f prom/prometheus:latest 2024-09-11T08:08:03.674 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31541]: 2024-09-11 08:08:03.673196896 +0000 UTC m=+0.193274301 container create 9834e090392df333b23fb23f95e61f803ac210ecfa0750294d2f35cedf44974b (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:03.967 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31541]: 2024-09-11 08:08:03.88382893 +0000 UTC m=+0.403906335 container init 9834e090392df333b23fb23f95e61f803ac210ecfa0750294d2f35cedf44974b (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31541]: 2024-09-11 08:08:03.886687391 +0000 UTC m=+0.406764805 container start 9834e090392df333b23fb23f95e61f803ac210ecfa0750294d2f35cedf44974b (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.905Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.905Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.905Z 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-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.905Z 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 smithi155 (none))" 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.905Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.905Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.907Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.907Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:08:03.968 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.909Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.909Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.911Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.911Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.119µs 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.911Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.911Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.911Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.911Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=22.416µs wal_replay_duration=280.483µs wbl_replay_duration=111ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.119µs total_replay_duration=320.946µs 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.913Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.913Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.913Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.913Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:08:03.969 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.913Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=619.682µs db_storage=781ns remote_storage=1.11µs web_handler=246ns query_engine=3.496µs scrape=315.165µs scrape_sd=22.809µs notify=20.074µs notify_sd=5.745µs rules=22.474µs tracing=4.551µs 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.913Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:08:03.913Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.905Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.905Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.905Z 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-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.905Z 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 smithi155 (none))" 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.905Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.905Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.907Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.907Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.909Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.909Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:08:03.970 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.911Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.911Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.119µs 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.911Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.911Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.911Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 podman[31541]: 2024-09-11 08:08:03.967071911 +0000 UTC m=+0.487149327 container attach 9834e090392df333b23fb23f95e61f803ac210ecfa0750294d2f35cedf44974b (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.911Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=22.416µs wal_replay_duration=280.483µs wbl_replay_duration=111ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.119µs total_replay_duration=320.946µs 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.913Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.913Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:08:03.971 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.913Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:08:04.104 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[26113]: cluster 2024-09-11T08:08:03.011919+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:08:04.105 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:03.011919+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:08:04.105 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:03.490214+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:04.105 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[23378]: cluster 2024-09-11T08:08:03.011919+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:08:04.106 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[26113]: audit 2024-09-11T08:08:03.490214+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:04.106 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[26113]: audit 2024-09-11T08:08:03.493321+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:04.106 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[23378]: audit 2024-09-11T08:08:03.490214+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:04.107 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[26113]: audit 2024-09-11T08:08:03.494324+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:08:04.107 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[26113]: audit 2024-09-11T08:08:03.498013+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:08:04.107 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[26113]: audit 2024-09-11T08:08:03.500819+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:04.107 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:03.011919+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:08:04.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:03.490214+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:04.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:03.493321+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:04.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:03.494324+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:08:04.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:03.498013+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:08:04.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:03.500819+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:04.108 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:03.493321+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:04.109 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[23378]: audit 2024-09-11T08:08:03.493321+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:04.109 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[23378]: audit 2024-09-11T08:08:03.494324+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:08:04.109 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[23378]: audit 2024-09-11T08:08:03.498013+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:08:04.109 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 bash[23378]: audit 2024-09-11T08:08:03.500819+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:04.109 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:03.494324+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:08:04.109 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:03.498013+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:08:04.109 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:03.500819+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:04.264 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.913Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:08:04.265 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.913Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=619.682µs db_storage=781ns remote_storage=1.11µs web_handler=246ns query_engine=3.496µs scrape=315.165µs scrape_sd=22.809µs notify=20.074µs notify_sd=5.745µs rules=22.474µs tracing=4.551µs 2024-09-11T08:08:04.265 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.913Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:08:04.265 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:08:03 smithi155 bash[31541]: ts=2024-09-11T08:08:03.913Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:08:04.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:03.011919+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:08:04.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:03.490214+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:04.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 bash[23209]: cluster 2024-09-11T08:08:03.011919+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:08:04.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 bash[23209]: audit 2024-09-11T08:08:03.490214+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:04.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:03.493321+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:04.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 bash[23209]: audit 2024-09-11T08:08:03.493321+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401409\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401508\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:07:53.401544\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401575\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:07:53.401605\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:07:53.401634\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:07:53.401696\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:07:53.401726\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:04.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 bash[23209]: audit 2024-09-11T08:08:03.494324+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:08:04.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 bash[23209]: audit 2024-09-11T08:08:03.498013+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:08:04.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 bash[23209]: audit 2024-09-11T08:08:03.500819+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:04.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:03.494324+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:08:04.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:03.498013+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:08:04.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:03.500819+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:04.439 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "id": "1ed54b1d-7013-47bd-806f-50cfebe5ca08", 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "name": "default", 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "api_name": "default", 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "is_master": "true", 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "endpoints": [], 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "hostnames": [], 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "hostnames_s3website": [], 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "master_zone": "", 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "zones": [], 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "placement_targets": [], 2024-09-11T08:08:04.440 INFO:teuthology.orchestra.run.smithi007.stdout: "default_placement": "", 2024-09-11T08:08:04.441 INFO:teuthology.orchestra.run.smithi007.stdout: "realm_id": "b5ea64c0-3260-430a-9db0-a703d50aa2a4", 2024-09-11T08:08:04.441 INFO:teuthology.orchestra.run.smithi007.stdout: "sync_policy": { 2024-09-11T08:08:04.441 INFO:teuthology.orchestra.run.smithi007.stdout: "groups": [] 2024-09-11T08:08:04.441 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:04.441 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:08:05.188 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:08:03.494026+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Setting dashboard grafana config to https://smithi155:3000 2024-09-11T08:08:05.188 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:05 smithi007 bash[26113]: cephadm 2024-09-11T08:08:03.494026+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Setting dashboard grafana config to https://smithi155:3000 2024-09-11T08:08:05.188 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:05 smithi007 bash[26113]: cluster 2024-09-11T08:08:03.875868+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v188: 33 pgs: 18 creating+peering, 4 unknown, 11 active+clean; 414 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-11T08:08:05.188 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:03.875868+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v188: 33 pgs: 18 creating+peering, 4 unknown, 11 active+clean; 414 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-11T08:08:05.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:08:03.494026+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Setting dashboard grafana config to https://smithi155:3000 2024-09-11T08:08:05.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:03.875868+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v188: 33 pgs: 18 creating+peering, 4 unknown, 11 active+clean; 414 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-11T08:08:05.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:05 smithi007 bash[23378]: cephadm 2024-09-11T08:08:03.494026+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Setting dashboard grafana config to https://smithi155:3000 2024-09-11T08:08:05.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:05 smithi007 bash[23378]: cluster 2024-09-11T08:08:03.875868+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v188: 33 pgs: 18 creating+peering, 4 unknown, 11 active+clean; 414 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-11T08:08:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:08:03.494026+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Setting dashboard grafana config to https://smithi155:3000 2024-09-11T08:08:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:03.875868+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v188: 33 pgs: 18 creating+peering, 4 unknown, 11 active+clean; 414 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-11T08:08:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:05 smithi155 bash[23209]: cephadm 2024-09-11T08:08:03.494026+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Setting dashboard grafana config to https://smithi155:3000 2024-09-11T08:08:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:05 smithi155 bash[23209]: cluster 2024-09-11T08:08:03.875868+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v188: 33 pgs: 18 creating+peering, 4 unknown, 11 active+clean; 414 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-11T08:08:05.662 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-11T08:08:07.225 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:05.876272+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v189: 33 pgs: 18 creating+peering, 15 active+clean; 578 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:08:07.225 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:07 smithi007 bash[23378]: cluster 2024-09-11T08:08:05.876272+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v189: 33 pgs: 18 creating+peering, 15 active+clean; 578 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:08:07.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:05.876272+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v189: 33 pgs: 18 creating+peering, 15 active+clean; 578 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:08:07.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:07 smithi007 bash[26113]: cluster 2024-09-11T08:08:05.876272+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v189: 33 pgs: 18 creating+peering, 15 active+clean; 578 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:08:07.290 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:08:07.290 INFO:teuthology.orchestra.run.smithi007.stdout: "id": "c7c30ab6-faad-40ad-a94e-0fc63775e6f9", 2024-09-11T08:08:07.290 INFO:teuthology.orchestra.run.smithi007.stdout: "name": "z", 2024-09-11T08:08:07.290 INFO:teuthology.orchestra.run.smithi007.stdout: "domain_root": "z.rgw.meta:root", 2024-09-11T08:08:07.290 INFO:teuthology.orchestra.run.smithi007.stdout: "control_pool": "z.rgw.control", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "log_pool": "z.rgw.log", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-11T08:08:07.291 INFO:teuthology.orchestra.run.smithi007.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "otp_pool": "z.rgw.otp", 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "system_key": { 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "access_key": "", 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "secret_key": "" 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "placement_pools": [ 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: { 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "key": "default-placement", 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "val": { 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-11T08:08:07.292 INFO:teuthology.orchestra.run.smithi007.stdout: "storage_classes": { 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: "STANDARD": { 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: "index_type": 0 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: ], 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout: "realm_id": "b5ea64c0-3260-430a-9db0-a703d50aa2a4" 2024-09-11T08:08:07.293 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:08:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:05.876272+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v189: 33 pgs: 18 creating+peering, 15 active+clean; 578 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:08:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:07 smithi155 bash[23209]: cluster 2024-09-11T08:08:05.876272+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v189: 33 pgs: 18 creating+peering, 15 active+clean; 578 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:08:07.893 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-11T08:08:09.223 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:07.876700+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v190: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 148 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-09-11T08:08:09.223 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:09 smithi007 bash[23378]: cluster 2024-09-11T08:08:07.876700+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v190: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 148 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-09-11T08:08:09.224 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:07.876700+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v190: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 148 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-09-11T08:08:09.224 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:09 smithi007 bash[26113]: cluster 2024-09-11T08:08:07.876700+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v190: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 148 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-09-11T08:08:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:07.876700+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v190: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 148 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-09-11T08:08:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:09 smithi155 bash[23209]: cluster 2024-09-11T08:08:07.876700+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v190: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 148 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-09-11T08:08:10.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:08:10.293Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003154596s 2024-09-11T08:08:10.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:08:10 smithi007 bash[35901]: ts=2024-09-11T08:08:10.293Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003154596s 2024-09-11T08:08:11.314 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:09.877142+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v191: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-11T08:08:11.314 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:10.597367+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:11.314 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:11 smithi155 bash[23209]: cluster 2024-09-11T08:08:09.877142+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v191: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-11T08:08:11.314 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:11 smithi155 bash[23209]: audit 2024-09-11T08:08:10.597367+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:11.315 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:10.600368+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:11.315 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:11 smithi155 bash[23209]: audit 2024-09-11T08:08:10.600368+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:11.315 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:11 smithi155 bash[23209]: audit 2024-09-11T08:08:10.601066+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:11.315 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:10.601066+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:11.502 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:11 smithi007 bash[26113]: cluster 2024-09-11T08:08:09.877142+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v191: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-11T08:08:11.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:09.877142+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v191: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-11T08:08:11.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:10.597367+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:11.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:11 smithi007 bash[23378]: cluster 2024-09-11T08:08:09.877142+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v191: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-11T08:08:11.503 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:11 smithi007 bash[26113]: audit 2024-09-11T08:08:10.597367+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:11.504 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:11 smithi007 bash[26113]: audit 2024-09-11T08:08:10.600368+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:11.504 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:11 smithi007 bash[26113]: audit 2024-09-11T08:08:10.601066+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:11.504 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:09.877142+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v191: 33 pgs: 33 active+clean; 772 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-11T08:08:11.504 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:11 smithi007 bash[23378]: audit 2024-09-11T08:08:10.597367+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:11.505 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:10.597367+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:11.505 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:10.600368+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:11.505 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:10.601066+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:11.505 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:10.600368+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:11.505 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:11 smithi007 bash[23378]: audit 2024-09-11T08:08:10.600368+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.595974\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596062\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596100\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:10.596134\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:10.596167\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:10.596200\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:10.596233\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:10.596266\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:10.596299\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:10.596387\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:11.505 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:11 smithi007 bash[23378]: audit 2024-09-11T08:08:10.601066+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:11.506 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:10.601066+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:12.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:11.603085+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:08:12.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:11.605594+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:12 smithi007 bash[23378]: cluster 2024-09-11T08:08:11.603085+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:08:12.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:12 smithi007 bash[23378]: audit 2024-09-11T08:08:11.605594+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:12 smithi007 bash[23378]: audit 2024-09-11T08:08:11.607538+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:12 smithi007 bash[23378]: cluster 2024-09-11T08:08:11.877431+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v193: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 923 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-11T08:08:12.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:11.607538+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:11.877431+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v193: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 923 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-11T08:08:12.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:12 smithi007 bash[26113]: cluster 2024-09-11T08:08:11.603085+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:08:12.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:12 smithi007 bash[26113]: audit 2024-09-11T08:08:11.605594+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:12 smithi007 bash[26113]: audit 2024-09-11T08:08:11.607538+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:12 smithi007 bash[26113]: cluster 2024-09-11T08:08:11.877431+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v193: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 923 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-11T08:08:12.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:11.603085+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:08:12.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:11.605594+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:11.607538+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:11.877431+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v193: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 923 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-11T08:08:12.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:11.603085+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:08:12.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:11.605594+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:12 smithi155 bash[23209]: cluster 2024-09-11T08:08:11.603085+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:08:12.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:12 smithi155 bash[23209]: audit 2024-09-11T08:08:11.605594+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:12 smithi155 bash[23209]: audit 2024-09-11T08:08:11.607538+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:12 smithi155 bash[23209]: cluster 2024-09-11T08:08:11.877431+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v193: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 923 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-11T08:08:12.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:11.607538+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:08:12.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:11.877431+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v193: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 923 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-11T08:08:14.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:12.608031+0000 mon.a (mon.0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:08:14.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:13 smithi155 bash[23209]: audit 2024-09-11T08:08:12.608031+0000 mon.a (mon.0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:08:14.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:13 smithi155 bash[23209]: cluster 2024-09-11T08:08:12.608100+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:08:14.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:12.608100+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:08:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:12.608031+0000 mon.a (mon.0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:08:14.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:12.608100+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:08:14.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:13 smithi007 bash[26113]: audit 2024-09-11T08:08:12.608031+0000 mon.a (mon.0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:08:14.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:13 smithi007 bash[26113]: cluster 2024-09-11T08:08:12.608100+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:08:14.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:12.608031+0000 mon.a (mon.0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:08:14.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:12.608100+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:08:14.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:13 smithi007 bash[23378]: audit 2024-09-11T08:08:12.608031+0000 mon.a (mon.0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:08:14.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:13 smithi007 bash[23378]: cluster 2024-09-11T08:08:12.608100+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:08:14.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:13.615702+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:08:14.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:13.617829+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[23378]: cluster 2024-09-11T08:08:13.615702+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:08:14.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[23378]: audit 2024-09-11T08:08:13.617829+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[23378]: audit 2024-09-11T08:08:13.618412+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[23378]: cluster 2024-09-11T08:08:13.877799+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 97 pgs: 1 creating+activating, 7 creating+peering, 43 unknown, 46 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 853 B/s wr, 4 op/s 2024-09-11T08:08:14.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[23378]: audit 2024-09-11T08:08:13.945921+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:14.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:13.618412+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.734 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:13.615702+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:08:14.734 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[26113]: cluster 2024-09-11T08:08:13.615702+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:08:14.734 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[26113]: audit 2024-09-11T08:08:13.617829+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.734 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[26113]: audit 2024-09-11T08:08:13.618412+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.734 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[26113]: cluster 2024-09-11T08:08:13.877799+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 97 pgs: 1 creating+activating, 7 creating+peering, 43 unknown, 46 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 853 B/s wr, 4 op/s 2024-09-11T08:08:14.734 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:13.617829+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.734 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[26113]: audit 2024-09-11T08:08:13.945921+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:14.734 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:13.618412+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[23378]: audit 2024-09-11T08:08:13.949092+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:14.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[23378]: audit 2024-09-11T08:08:13.951553+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:14.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:13.877799+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 97 pgs: 1 creating+activating, 7 creating+peering, 43 unknown, 46 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 853 B/s wr, 4 op/s 2024-09-11T08:08:14.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:13.945921+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0 2024-09-11T08:08:14.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: .0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:14.735 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[26113]: audit 2024-09-11T08:08:13.949092+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:14.736 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 bash[26113]: audit 2024-09-11T08:08:13.951553+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:14.736 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:13.877799+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 97 pgs: 1 creating+activating, 7 creating+peering, 43 unknown, 46 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 853 B/s wr, 4 op/s 2024-09-11T08:08:14.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:13.949092+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": 2024-09-11T08:08:14.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:14.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:13.951553+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:14.737 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:13.945921+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0 2024-09-11T08:08:14.737 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: /20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:14.737 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:13.949092+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"17 2024-09-11T08:08:14.737 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:14.737 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:13.951553+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:13.615702+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:08:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 bash[23209]: cluster 2024-09-11T08:08:13.615702+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:08:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 bash[23209]: audit 2024-09-11T08:08:13.617829+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 bash[23209]: audit 2024-09-11T08:08:13.618412+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 bash[23209]: cluster 2024-09-11T08:08:13.877799+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 97 pgs: 1 creating+activating, 7 creating+peering, 43 unknown, 46 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 853 B/s wr, 4 op/s 2024-09-11T08:08:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 bash[23209]: audit 2024-09-11T08:08:13.945921+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:13.617829+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.7:0/3077989532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 bash[23209]: audit 2024-09-11T08:08:13.949092+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 bash[23209]: audit 2024-09-11T08:08:13.951553+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:13.618412+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:13.877799+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v196: 97 pgs: 1 creating+activating, 7 creating+peering, 43 unknown, 46 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 853 B/s wr, 4 op/s 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:13.945921+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\" 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: : [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:13.949092+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944585\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944677\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:13.944716\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944750\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:13.944783\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:13.944816\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:13.944849\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:13.944882\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:13.944914\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:13.945006\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:13.951553+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:16.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:14.621387+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:08:16.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:15 smithi007 bash[26113]: audit 2024-09-11T08:08:14.621387+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:08:16.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:15 smithi007 bash[26113]: cluster 2024-09-11T08:08:14.621536+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:08:16.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:14.621536+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:08:16.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:14.621387+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:08:16.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:14.621536+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:08:16.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:15 smithi007 bash[23378]: audit 2024-09-11T08:08:14.621387+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:08:16.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:15 smithi007 bash[23378]: cluster 2024-09-11T08:08:14.621536+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:08:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:15 smithi155 bash[23209]: audit 2024-09-11T08:08:14.621387+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:08:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:15 smithi155 bash[23209]: cluster 2024-09-11T08:08:14.621536+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:08:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:14.621387+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:08:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:14.621536+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:08:17.162 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:15.878131+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v198: 97 pgs: 1 creating+activating, 7 creating+peering, 42 unknown, 47 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 239 B/s wr, 3 op/s 2024-09-11T08:08:17.163 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 bash[23209]: cluster 2024-09-11T08:08:15.878131+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v198: 97 pgs: 1 creating+activating, 7 creating+peering, 42 unknown, 47 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 239 B/s wr, 3 op/s 2024-09-11T08:08:17.163 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 bash[23209]: cluster 2024-09-11T08:08:15.889164+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:08:17.163 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 bash[23209]: audit 2024-09-11T08:08:15.892248+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.163 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 bash[23209]: audit 2024-09-11T08:08:15.892991+0000 mon.a (mon.0) 592 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.163 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 bash[23209]: audit 2024-09-11T08:08:16.665007+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:17.163 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:15.889164+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:08:17.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 bash[23209]: audit 2024-09-11T08:08:16.668474+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:17.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 bash[23209]: audit 2024-09-11T08:08:16.669076+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:17.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:15.892248+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:15.892991+0000 mon.a (mon.0) 592 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:16.665007+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:17.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:16.668474+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:17.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:16.669076+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[26113]: cluster 2024-09-11T08:08:15.878131+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v198: 97 pgs: 1 creating+activating, 7 creating+peering, 42 unknown, 47 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 239 B/s wr, 3 op/s 2024-09-11T08:08:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[26113]: cluster 2024-09-11T08:08:15.889164+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:08:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[26113]: audit 2024-09-11T08:08:15.892248+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[26113]: audit 2024-09-11T08:08:15.892991+0000 mon.a (mon.0) 592 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:15.878131+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v198: 97 pgs: 1 creating+activating, 7 creating+peering, 42 unknown, 47 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 239 B/s wr, 3 op/s 2024-09-11T08:08:17.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:15.889164+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:08:17.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[23378]: cluster 2024-09-11T08:08:15.878131+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v198: 97 pgs: 1 creating+activating, 7 creating+peering, 42 unknown, 47 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 239 B/s wr, 3 op/s 2024-09-11T08:08:17.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[23378]: cluster 2024-09-11T08:08:15.889164+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:08:17.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[23378]: audit 2024-09-11T08:08:15.892248+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[23378]: audit 2024-09-11T08:08:15.892991+0000 mon.a (mon.0) 592 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[26113]: audit 2024-09-11T08:08:16.665007+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:17.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[23378]: audit 2024-09-11T08:08:16.665007+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:17.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:15.892248+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[23378]: audit 2024-09-11T08:08:16.668474+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:17.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[23378]: audit 2024-09-11T08:08:16.669076+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:17.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:15.892991+0000 mon.a (mon.0) 592 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[26113]: audit 2024-09-11T08:08:16.668474+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:17.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 bash[26113]: audit 2024-09-11T08:08:16.669076+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:17.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:15.878131+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v198: 97 pgs: 1 creating+activating, 7 creating+peering, 42 unknown, 47 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 239 B/s wr, 3 op/s 2024-09-11T08:08:17.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:15.889164+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:08:17.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:15.892248+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:15.892991+0000 mon.a (mon.0) 592 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:08:17.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:16.665007+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:17.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:16.668474+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:17.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:16.669076+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:17.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:16.665007+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:17.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:16.668474+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}}, \"last_daemon_update\": \"2024-09-11T08:08:16.664191\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:17.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:16.669076+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:18.176 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:16.891235+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:08:18.176 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:16.891402+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:08:18.176 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 bash[23209]: audit 2024-09-11T08:08:16.891235+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:08:18.176 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 bash[23209]: cluster 2024-09-11T08:08:16.891402+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:08:18.176 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 bash[23209]: audit 2024-09-11T08:08:16.892868+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:08:18.176 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 bash[23209]: audit 2024-09-11T08:08:16.894642+0000 mon.a (mon.0) 598 : 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-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 bash[23209]: audit 2024-09-11T08:08:17.893342+0000 mon.a (mon.0) 599 : 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-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 bash[23209]: cluster 2024-09-11T08:08:17.893440+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 bash[23209]: audit 2024-09-11T08:08:17.894271+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 bash[23209]: audit 2024-09-11T08:08:17.894773+0000 mon.a (mon.0) 601 : 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-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:16.892868+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:16.894642+0000 mon.a (mon.0) 598 : 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-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:17.893342+0000 mon.a (mon.0) 599 : 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-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:17.893440+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:17.894271+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:08:18.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:17.894773+0000 mon.a (mon.0) 601 : 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-11T08:08:18.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:16.891235+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:08:18.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:16.891402+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:08:18.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[23378]: audit 2024-09-11T08:08:16.891235+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:08:18.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[23378]: cluster 2024-09-11T08:08:16.891402+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:08:18.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[23378]: audit 2024-09-11T08:08:16.892868+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:08:18.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[23378]: audit 2024-09-11T08:08:16.894642+0000 mon.a (mon.0) 598 : 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-11T08:08:18.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[23378]: audit 2024-09-11T08:08:17.893342+0000 mon.a (mon.0) 599 : 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-11T08:08:18.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[23378]: cluster 2024-09-11T08:08:17.893440+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:08:18.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[23378]: audit 2024-09-11T08:08:17.894271+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:08:18.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[23378]: audit 2024-09-11T08:08:17.894773+0000 mon.a (mon.0) 601 : 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-11T08:08:18.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:16.892868+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:08:18.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:16.894642+0000 mon.a (mon.0) 598 : 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-11T08:08:18.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:17.893342+0000 mon.a (mon.0) 599 : 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-11T08:08:18.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:17.893440+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:08:18.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:17.894271+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:08:18.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:17.894773+0000 mon.a (mon.0) 601 : 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-11T08:08:18.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[26113]: audit 2024-09-11T08:08:16.891235+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:08:18.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[26113]: cluster 2024-09-11T08:08:16.891402+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:08:18.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[26113]: audit 2024-09-11T08:08:16.892868+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:08:18.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:16.891235+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:08:18.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[26113]: audit 2024-09-11T08:08:16.894642+0000 mon.a (mon.0) 598 : 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-11T08:08:18.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[26113]: audit 2024-09-11T08:08:17.893342+0000 mon.a (mon.0) 599 : 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-11T08:08:18.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[26113]: cluster 2024-09-11T08:08:17.893440+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:08:18.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[26113]: audit 2024-09-11T08:08:17.894271+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:08:18.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 bash[26113]: audit 2024-09-11T08:08:17.894773+0000 mon.a (mon.0) 601 : 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-11T08:08:18.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:16.891402+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:08:18.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:16.892868+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:08:18.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:16.894642+0000 mon.a (mon.0) 598 : 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-11T08:08:18.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:17.893342+0000 mon.a (mon.0) 599 : 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-11T08:08:18.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:17.893440+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:08:18.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:17.894271+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.7:0/2509789517' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:08:18.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:17.894773+0000 mon.a (mon.0) 601 : 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-11T08:08:18.981 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:08:18.981 INFO:teuthology.orchestra.run.smithi007.stdout: "id": "8b78dad3-d8c9-4557-a5ac-b00024c0e82a", 2024-09-11T08:08:18.981 INFO:teuthology.orchestra.run.smithi007.stdout: "epoch": 1, 2024-09-11T08:08:18.981 INFO:teuthology.orchestra.run.smithi007.stdout: "predecessor_uuid": "526d993c-bae7-45bb-a04c-ca874c9372cb", 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "sync_status": [], 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "period_map": { 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "id": "8b78dad3-d8c9-4557-a5ac-b00024c0e82a", 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "zonegroups": [ 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: { 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "id": "1ed54b1d-7013-47bd-806f-50cfebe5ca08", 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "name": "default", 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "api_name": "default", 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "is_master": "true", 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "endpoints": [], 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "hostnames": [], 2024-09-11T08:08:18.982 INFO:teuthology.orchestra.run.smithi007.stdout: "hostnames_s3website": [], 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "master_zone": "c7c30ab6-faad-40ad-a94e-0fc63775e6f9", 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "zones": [ 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: { 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "id": "c7c30ab6-faad-40ad-a94e-0fc63775e6f9", 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "name": "z", 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "endpoints": [], 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "log_meta": "false", 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "log_data": "false", 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "bucket_index_max_shards": 11, 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "read_only": "false", 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "tier_type": "", 2024-09-11T08:08:18.983 INFO:teuthology.orchestra.run.smithi007.stdout: "sync_from_all": "true", 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: "sync_from": [], 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: "redirect_zone": "" 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: ], 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: "placement_targets": [ 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: { 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: "name": "default-placement", 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: "tags": [], 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: "storage_classes": [ 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: "STANDARD" 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: ] 2024-09-11T08:08:18.984 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: ], 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: "default_placement": "default-placement", 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: "realm_id": "b5ea64c0-3260-430a-9db0-a703d50aa2a4", 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: "sync_policy": { 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: "groups": [] 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: ], 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: "short_zone_ids": [ 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: { 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: "key": "c7c30ab6-faad-40ad-a94e-0fc63775e6f9", 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: "val": 1697011275 2024-09-11T08:08:18.985 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: ] 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "master_zonegroup": "1ed54b1d-7013-47bd-806f-50cfebe5ca08", 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "master_zone": "c7c30ab6-faad-40ad-a94e-0fc63775e6f9", 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "period_config": { 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "bucket_quota": { 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "enabled": false, 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "check_on_raw": false, 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "max_size": -1, 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "max_size_kb": 0, 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "max_objects": -1 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:08:18.986 INFO:teuthology.orchestra.run.smithi007.stdout: "user_quota": { 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: "enabled": false, 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: "check_on_raw": false, 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: "max_size": -1, 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: "max_size_kb": 0, 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: "max_objects": -1 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: "realm_id": "b5ea64c0-3260-430a-9db0-a703d50aa2a4", 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: "realm_name": "r", 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout: "realm_epoch": 2 2024-09-11T08:08:18.987 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:08:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:17.878679+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v201: 129 pgs: 4 creating+activating, 9 creating+peering, 30 unknown, 86 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 480 B/s rd, 0 op/s 2024-09-11T08:08:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:18.894827+0000 mon.a (mon.0) 602 : 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-11T08:08:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:18 smithi155 bash[23209]: cluster 2024-09-11T08:08:17.878679+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v201: 129 pgs: 4 creating+activating, 9 creating+peering, 30 unknown, 86 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 480 B/s rd, 0 op/s 2024-09-11T08:08:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:18 smithi155 bash[23209]: audit 2024-09-11T08:08:18.894827+0000 mon.a (mon.0) 602 : 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-11T08:08:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:18 smithi155 bash[23209]: cluster 2024-09-11T08:08:18.894901+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:08:19.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:18.894901+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:08:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:17.878679+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v201: 129 pgs: 4 creating+activating, 9 creating+peering, 30 unknown, 86 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 480 B/s rd, 0 op/s 2024-09-11T08:08:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:18.894827+0000 mon.a (mon.0) 602 : 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-11T08:08:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:18 smithi007 bash[23378]: cluster 2024-09-11T08:08:17.878679+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v201: 129 pgs: 4 creating+activating, 9 creating+peering, 30 unknown, 86 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 480 B/s rd, 0 op/s 2024-09-11T08:08:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:18 smithi007 bash[23378]: audit 2024-09-11T08:08:18.894827+0000 mon.a (mon.0) 602 : 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-11T08:08:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:18 smithi007 bash[23378]: cluster 2024-09-11T08:08:18.894901+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:08:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:18.894901+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:08:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:17.878679+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v201: 129 pgs: 4 creating+activating, 9 creating+peering, 30 unknown, 86 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 480 B/s rd, 0 op/s 2024-09-11T08:08:19.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:18 smithi007 bash[26113]: cluster 2024-09-11T08:08:17.878679+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v201: 129 pgs: 4 creating+activating, 9 creating+peering, 30 unknown, 86 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 480 B/s rd, 0 op/s 2024-09-11T08:08:19.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:18 smithi007 bash[26113]: audit 2024-09-11T08:08:18.894827+0000 mon.a (mon.0) 602 : 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-11T08:08:19.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:18 smithi007 bash[26113]: cluster 2024-09-11T08:08:18.894901+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:08:19.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:18.894827+0000 mon.a (mon.0) 602 : 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-11T08:08:19.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:18.894901+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:08:19.747 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-09-11T08:08:20.951 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:19.879033+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v204: 129 pgs: 3 creating+activating, 9 creating+peering, 5 unknown, 112 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:20.951 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:20 smithi007 bash[23378]: cluster 2024-09-11T08:08:19.879033+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v204: 129 pgs: 3 creating+activating, 9 creating+peering, 5 unknown, 112 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:20.951 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:19.879033+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v204: 129 pgs: 3 creating+activating, 9 creating+peering, 5 unknown, 112 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:20.952 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:20 smithi007 bash[26113]: cluster 2024-09-11T08:08:19.879033+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v204: 129 pgs: 3 creating+activating, 9 creating+peering, 5 unknown, 112 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:20.952 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:20 smithi007 bash[23378]: audit 2024-09-11T08:08:19.886118+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:20.953 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:20 smithi007 bash[26113]: audit 2024-09-11T08:08:19.886118+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:20.953 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:19.886118+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15 2024-09-11T08:08:20.953 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:20 smithi007 bash[23378]: audit 2024-09-11T08:08:19.888936+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:20.954 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:20 smithi007 bash[26113]: audit 2024-09-11T08:08:19.888936+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:20.954 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: .155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:20.954 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:19.886118+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:20.954 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:19.888936+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:20.954 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:19.888936+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\" 2024-09-11T08:08:20.955 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: , \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:19.879033+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v204: 129 pgs: 3 creating+activating, 9 creating+peering, 5 unknown, 112 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:19.886118+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09 2024-09-11T08:08:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:20 smithi155 bash[23209]: cluster 2024-09-11T08:08:19.879033+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v204: 129 pgs: 3 creating+activating, 9 creating+peering, 5 unknown, 112 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:20 smithi155 bash[23209]: audit 2024-09-11T08:08:19.886118+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:21.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: -11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:20 smithi155 bash[23209]: audit 2024-09-11T08:08:19.888936+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:19.888936+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}}, \"last_daemon_update\": \"2024-09-11T08:08:19.885305\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172. 2024-09-11T08:08:21.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:21.652 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled rgw update... 2024-09-11T08:08:21.965 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.646751+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-11T08:08:21.965 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.649623+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.646751+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.649623+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.651360+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.654975+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.655734+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.658974+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.659776+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.663501+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:08:21.966 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.664317+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:21.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.646751+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-11T08:08:21.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.649623+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-11T08:08:21.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.651360+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:08:21.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.654975+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:08:21.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.655734+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:08:21.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.658974+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:08:21.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.659776+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:08:21.967 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.663501+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:08:21.968 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.664317+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:21.968 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.667935+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:21.968 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.668713+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:21.968 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[26113]: audit 2024-09-11T08:08:21.669584+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.gxngma", "key": "container_image"}]: dispatch 2024-09-11T08:08:21.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.667935+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:21.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.668713+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:21.968 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 bash[23378]: audit 2024-09-11T08:08:21.669584+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.gxngma", "key": "container_image"}]: dispatch 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.651360+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.654975+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.655734+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.658974+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.659776+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.663501+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.664317+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.667935+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.668713+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:21.969 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.669584+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.gxngma", "key": "container_image"}]: dispatch 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.646751+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.649623+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.651360+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.654975+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.655734+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.658974+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.659776+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.663501+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:08:21.970 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.664317+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:21.971 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.667935+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:21.971 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.668713+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:21.971 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.669584+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.gxngma", "key": "container_image"}]: dispatch 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.646751+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.649623+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.646751+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.649623+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.651360+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.654975+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.655734+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.658974+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.659776+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.663501+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:08:22.146 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.664317+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.667935+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.668713+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 bash[23209]: audit 2024-09-11T08:08:21.669584+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.gxngma", "key": "container_image"}]: dispatch 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.651360+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.654975+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.655734+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.658974+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.659776+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.663501+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.664317+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.667935+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.668713+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:22.147 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.669584+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.gxngma", "key": "container_image"}]: dispatch 2024-09-11T08:08:22.341 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:08:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:21.645909+0000 mgr.y (mgr.14140) 205 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:08:21.646399+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:08:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:08:21.669186+0000 mgr.y (mgr.14140) 207 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:08:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:21.879662+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v205: 129 pgs: 3 creating+activating, 126 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 7 op/s 2024-09-11T08:08:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:22 smithi155 bash[23209]: audit 2024-09-11T08:08:21.645909+0000 mgr.y (mgr.14140) 205 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:22 smithi155 bash[23209]: cephadm 2024-09-11T08:08:21.646399+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:08:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:22 smithi155 bash[23209]: cephadm 2024-09-11T08:08:21.669186+0000 mgr.y (mgr.14140) 207 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:08:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:22 smithi155 bash[23209]: cluster 2024-09-11T08:08:21.879662+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v205: 129 pgs: 3 creating+activating, 126 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 7 op/s 2024-09-11T08:08:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:22 smithi007 bash[26113]: audit 2024-09-11T08:08:21.645909+0000 mgr.y (mgr.14140) 205 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:22 smithi007 bash[26113]: cephadm 2024-09-11T08:08:21.646399+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:08:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:22 smithi007 bash[26113]: cephadm 2024-09-11T08:08:21.669186+0000 mgr.y (mgr.14140) 207 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:08:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:22 smithi007 bash[26113]: cluster 2024-09-11T08:08:21.879662+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v205: 129 pgs: 3 creating+activating, 126 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 7 op/s 2024-09-11T08:08:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:21.645909+0000 mgr.y (mgr.14140) 205 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:08:21.646399+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:08:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:08:21.669186+0000 mgr.y (mgr.14140) 207 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:08:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:21.879662+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v205: 129 pgs: 3 creating+activating, 126 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 7 op/s 2024-09-11T08:08:23.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:21.645909+0000 mgr.y (mgr.14140) 205 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:23.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:08:21.646399+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:08:23.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:22 smithi007 bash[23378]: audit 2024-09-11T08:08:21.645909+0000 mgr.y (mgr.14140) 205 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:23.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:22 smithi007 bash[23378]: cephadm 2024-09-11T08:08:21.646399+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:08:23.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:22 smithi007 bash[23378]: cephadm 2024-09-11T08:08:21.669186+0000 mgr.y (mgr.14140) 207 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:08:23.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:22 smithi007 bash[23378]: cluster 2024-09-11T08:08:21.879662+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v205: 129 pgs: 3 creating+activating, 126 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 7 op/s 2024-09-11T08:08:23.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:08:21.669186+0000 mgr.y (mgr.14140) 207 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:08:23.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:21.879662+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v205: 129 pgs: 3 creating+activating, 126 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 7 op/s 2024-09-11T08:08:23.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:23.553790+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\ 2024-09-11T08:08:23.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:23.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 bash[23209]: audit 2024-09-11T08:08:23.553790+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:23.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:23.556881+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:23.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 bash[23209]: audit 2024-09-11T08:08:23.556881+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:23.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 bash[23209]: audit 2024-09-11T08:08:23.557720+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:23.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 bash[23209]: audit 2024-09-11T08:08:23.562342+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:23.941 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 bash[23209]: audit 2024-09-11T08:08:23.563350+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:23.941 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 bash[23209]: audit 2024-09-11T08:08:23.564298+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi007.usgcjp", "key": "container_image"}]: dispatch 2024-09-11T08:08:23.941 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:23.557720+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:23.941 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:23.562342+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:23.941 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:23.563350+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:23.941 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:23.564298+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi007.usgcjp", "key": "container_image"}]: dispatch 2024-09-11T08:08:24.132 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:23.553790+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": 2024-09-11T08:08:24.132 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:24.132 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[23378]: audit 2024-09-11T08:08:23.553790+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:24.133 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[26113]: audit 2024-09-11T08:08:23.553790+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:24.133 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[26113]: audit 2024-09-11T08:08:23.556881+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:24.133 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[26113]: audit 2024-09-11T08:08:23.557720+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:24.133 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[26113]: audit 2024-09-11T08:08:23.562342+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:24.133 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[26113]: audit 2024-09-11T08:08:23.563350+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:24.134 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[26113]: audit 2024-09-11T08:08:23.564298+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi007.usgcjp", "key": "container_image"}]: dispatch 2024-09-11T08:08:24.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:23.556881+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:24.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:23.553790+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"la 2024-09-11T08:08:24.135 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: st_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:24.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[23378]: audit 2024-09-11T08:08:23.556881+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:24.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[23378]: audit 2024-09-11T08:08:23.557720+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:24.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[23378]: audit 2024-09-11T08:08:23.562342+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:24.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[23378]: audit 2024-09-11T08:08:23.563350+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:24.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 bash[23378]: audit 2024-09-11T08:08:23.564298+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi007.usgcjp", "key": "container_image"}]: dispatch 2024-09-11T08:08:24.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:23.557720+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:24.136 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:23.562342+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:24.137 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:23.563350+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:24.137 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:23.564298+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi007.usgcjp", "key": "container_image"}]: dispatch 2024-09-11T08:08:24.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:23.556881+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884749\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884826\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:19.884863\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884921\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:19.884972\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:19.885025\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:19.885077\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:19.885131\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:19.885180\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2 2024-09-11T08:08:24.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:24.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:23.557720+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:24.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:23.562342+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:08:24.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:23.563350+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:24.137 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:23.564298+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi007.usgcjp", "key": "container_image"}]: dispatch 2024-09-11T08:08:25.245 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:24 smithi007 bash[23378]: cephadm 2024-09-11T08:08:23.563921+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:08:25.245 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:24 smithi007 bash[23378]: cluster 2024-09-11T08:08:23.880173+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.6 KiB/s wr, 20 op/s 2024-09-11T08:08:25.245 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:08:23.563921+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:08:25.245 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:23.880173+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.6 KiB/s wr, 20 op/s 2024-09-11T08:08:25.246 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:24 smithi007 bash[26113]: cephadm 2024-09-11T08:08:23.563921+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:08:25.246 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:24 smithi007 bash[26113]: cluster 2024-09-11T08:08:23.880173+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.6 KiB/s wr, 20 op/s 2024-09-11T08:08:25.246 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:08:23.563921+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:08:25.246 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:23.880173+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.6 KiB/s wr, 20 op/s 2024-09-11T08:08:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:08:23.563921+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:08:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:23.880173+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.6 KiB/s wr, 20 op/s 2024-09-11T08:08:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:24 smithi155 bash[23209]: cephadm 2024-09-11T08:08:23.563921+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:08:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:24 smithi155 bash[23209]: cluster 2024-09-11T08:08:23.880173+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.0 KiB/s rd, 5.6 KiB/s wr, 20 op/s 2024-09-11T08:08:25.961 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:25.752036+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"netw 2024-09-11T08:08:25.962 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:25 smithi007 bash[26113]: audit 2024-09-11T08:08:25.752036+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:25.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:25 smithi007 bash[23378]: audit 2024-09-11T08:08:25.752036+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:25.962 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: orks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:25.963 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:25 smithi007 bash[26113]: audit 2024-09-11T08:08:25.755801+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:25.963 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:25 smithi007 bash[26113]: audit 2024-09-11T08:08:25.756477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:25.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:25 smithi007 bash[23378]: audit 2024-09-11T08:08:25.755801+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:25.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:25 smithi007 bash[23378]: audit 2024-09-11T08:08:25.756477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:25.963 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:25.755801+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17 2024-09-11T08:08:25.964 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: .321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:25.964 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:25.756477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:25.964 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:25.752036+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\" 2024-09-11T08:08:25.964 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:25.964 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:25.755801+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", 2024-09-11T08:08:25.964 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:25.964 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:25.756477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:26.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:25.752036+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": 2024-09-11T08:08:26.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:26.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:25 smithi155 bash[23209]: audit 2024-09-11T08:08:25.752036+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:26.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:25.755801+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:26.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:25 smithi155 bash[23209]: audit 2024-09-11T08:08:25.755801+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663814\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663893\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663929\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:16.663961\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:16.663991\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:16.664021\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:16.664051\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:16.664082\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:16.664112\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:26.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:25 smithi155 bash[23209]: audit 2024-09-11T08:08:25.756477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:26.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:25.756477+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:27.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:25.880550+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:08:27.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:26 smithi155 bash[23209]: cluster 2024-09-11T08:08:25.880550+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:08:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:25.880550+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:08:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:26 smithi007 bash[23378]: cluster 2024-09-11T08:08:25.880550+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:08:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:25.880550+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:08:27.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:26 smithi007 bash[26113]: cluster 2024-09-11T08:08:25.880550+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:08:29.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:27.881074+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 4.1 KiB/s wr, 119 op/s 2024-09-11T08:08:29.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 bash[26113]: cluster 2024-09-11T08:08:27.881074+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 4.1 KiB/s wr, 119 op/s 2024-09-11T08:08:29.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 bash[26113]: audit 2024-09-11T08:08:28.713397+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:28.713397+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last 2024-09-11T08:08:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 bash[23378]: cluster 2024-09-11T08:08:27.881074+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 4.1 KiB/s wr, 119 op/s 2024-09-11T08:08:29.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 bash[26113]: audit 2024-09-11T08:08:28.716180+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:29.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 bash[26113]: audit 2024-09-11T08:08:28.716743+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:29.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:27.881074+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 4.1 KiB/s wr, 119 op/s 2024-09-11T08:08:29.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 bash[23378]: audit 2024-09-11T08:08:28.713397+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:29.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: _config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:29.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:28.713397+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-expo 2024-09-11T08:08:29.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: rter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:29.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:28.716180+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-export 2024-09-11T08:08:29.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: er.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:29.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:28.716743+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:29.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 bash[23378]: audit 2024-09-11T08:08:28.716180+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:29.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 bash[23378]: audit 2024-09-11T08:08:28.716743+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:29.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:28.716180+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:29.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:28.716743+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:29.201 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:27.881074+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 4.1 KiB/s wr, 119 op/s 2024-09-11T08:08:29.207 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:28.713397+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_confi 2024-09-11T08:08:29.207 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 bash[23209]: cluster 2024-09-11T08:08:27.881074+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 4.1 KiB/s wr, 119 op/s 2024-09-11T08:08:29.207 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 bash[23209]: audit 2024-09-11T08:08:28.713397+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:29.207 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: g\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:08:29.207 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 bash[23209]: audit 2024-09-11T08:08:28.716180+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:29.207 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 bash[23209]: audit 2024-09-11T08:08:28.716743+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:29.208 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:28.716180+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712208\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712284\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712317\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712346\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:28.712374\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:28.712403\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:08:28.712431\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:08:28.712476\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:08:28.712507\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:28.712537\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:08:28.712612\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:08:29.208 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:28.716743+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:08:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:29.881704+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 3.7 KiB/s wr, 177 op/s 2024-09-11T08:08:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:30 smithi155 bash[23209]: cluster 2024-09-11T08:08:29.881704+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 3.7 KiB/s wr, 177 op/s 2024-09-11T08:08:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:29.881704+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 3.7 KiB/s wr, 177 op/s 2024-09-11T08:08:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:30 smithi007 bash[23378]: cluster 2024-09-11T08:08:29.881704+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 3.7 KiB/s wr, 177 op/s 2024-09-11T08:08:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:29.881704+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 3.7 KiB/s wr, 177 op/s 2024-09-11T08:08:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:30 smithi007 bash[26113]: cluster 2024-09-11T08:08:29.881704+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 3.7 KiB/s wr, 177 op/s 2024-09-11T08:08:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:31.882270+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-09-11T08:08:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:32 smithi155 bash[23209]: cluster 2024-09-11T08:08:31.882270+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-09-11T08:08:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:32 smithi155 bash[23209]: audit 2024-09-11T08:08:32.010194+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:32.010194+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06: 2024-09-11T08:08:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:32 smithi155 bash[23209]: audit 2024-09-11T08:08:32.013673+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:33.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:08:32.013673+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \" 2024-09-11T08:08:33.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:32 smithi007 bash[26113]: cluster 2024-09-11T08:08:31.882270+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-09-11T08:08:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:31.882270+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-09-11T08:08:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:32 smithi007 bash[26113]: audit 2024-09-11T08:08:32.010194+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:31.882270+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-09-11T08:08:33.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:32.010194+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06: 2024-09-11T08:08:33.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:32 smithi007 bash[23378]: cluster 2024-09-11T08:08:31.882270+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-09-11T08:08:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:32 smithi007 bash[26113]: audit 2024-09-11T08:08:32.013673+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:33.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:32 smithi007 bash[23378]: audit 2024-09-11T08:08:32.010194+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:33.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:32.010194+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978 2024-09-11T08:08:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:08:33.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:32 smithi007 bash[23378]: audit 2024-09-11T08:08:32.013673+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:33.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:08:32.013673+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:08:32.013673+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"0bd93dde51aa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008910\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:03:58.753125\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:56.791800\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"202 2024-09-11T08:08:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 4-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:08:32.009281\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:08:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:33.882958+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.3 KiB/s wr, 174 op/s 2024-09-11T08:08:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:34 smithi155 bash[23209]: cluster 2024-09-11T08:08:33.882958+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.3 KiB/s wr, 174 op/s 2024-09-11T08:08:35.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:33.882958+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.3 KiB/s wr, 174 op/s 2024-09-11T08:08:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:34 smithi007 bash[23378]: cluster 2024-09-11T08:08:33.882958+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.3 KiB/s wr, 174 op/s 2024-09-11T08:08:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:33.882958+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.3 KiB/s wr, 174 op/s 2024-09-11T08:08:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:34 smithi007 bash[26113]: cluster 2024-09-11T08:08:33.882958+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.3 KiB/s wr, 174 op/s 2024-09-11T08:08:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:35.883499+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:36 smithi155 bash[23209]: cluster 2024-09-11T08:08:35.883499+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:35.883499+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:36 smithi007 bash[23378]: cluster 2024-09-11T08:08:35.883499+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:37.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:35.883499+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:37.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:36 smithi007 bash[26113]: cluster 2024-09-11T08:08:35.883499+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:37.884141+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:38 smithi155 bash[23209]: cluster 2024-09-11T08:08:37.884141+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:37.884141+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:39.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:38 smithi007 bash[23378]: cluster 2024-09-11T08:08:37.884141+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:37.884141+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:38 smithi007 bash[26113]: cluster 2024-09-11T08:08:37.884141+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:08:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:39.884651+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 79 op/s 2024-09-11T08:08:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:40 smithi155 bash[23209]: cluster 2024-09-11T08:08:39.884651+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 79 op/s 2024-09-11T08:08:41.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:39.884651+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 79 op/s 2024-09-11T08:08:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:40 smithi007 bash[26113]: cluster 2024-09-11T08:08:39.884651+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 79 op/s 2024-09-11T08:08:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:39.884651+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 79 op/s 2024-09-11T08:08:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:40 smithi007 bash[23378]: cluster 2024-09-11T08:08:39.884651+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 79 op/s 2024-09-11T08:08:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:41.885333+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T08:08:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:42 smithi155 bash[23209]: cluster 2024-09-11T08:08:41.885333+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T08:08:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:41.885333+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T08:08:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:42 smithi007 bash[23378]: cluster 2024-09-11T08:08:41.885333+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T08:08:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:42 smithi007 bash[26113]: cluster 2024-09-11T08:08:41.885333+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T08:08:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:41.885333+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T08:08:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:43.885865+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:44 smithi155 bash[23209]: cluster 2024-09-11T08:08:43.885865+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:43.885865+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:44 smithi007 bash[23378]: cluster 2024-09-11T08:08:43.885865+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:43.885865+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:44 smithi007 bash[26113]: cluster 2024-09-11T08:08:43.885865+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:45.886500+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:46 smithi155 bash[23209]: cluster 2024-09-11T08:08:45.886500+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:45.886500+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:46 smithi007 bash[23378]: cluster 2024-09-11T08:08:45.886500+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:45.886500+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:46 smithi007 bash[26113]: cluster 2024-09-11T08:08:45.886500+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:47.887187+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:48 smithi155 bash[23209]: cluster 2024-09-11T08:08:47.887187+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:47.887187+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:48 smithi007 bash[23378]: cluster 2024-09-11T08:08:47.887187+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:49.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:47.887187+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:49.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:48 smithi007 bash[26113]: cluster 2024-09-11T08:08:47.887187+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:49.887696+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:50 smithi155 bash[23209]: cluster 2024-09-11T08:08:49.887696+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:49.887696+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:50 smithi007 bash[23378]: cluster 2024-09-11T08:08:49.887696+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:49.887696+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:51.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:50 smithi007 bash[26113]: cluster 2024-09-11T08:08:49.887696+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:51.888362+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:52 smithi155 bash[23209]: cluster 2024-09-11T08:08:51.888362+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:51.888362+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:52 smithi007 bash[23378]: cluster 2024-09-11T08:08:51.888362+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:51.888362+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:52 smithi007 bash[26113]: cluster 2024-09-11T08:08:51.888362+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:53.889160+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:54 smithi155 bash[23209]: cluster 2024-09-11T08:08:53.889160+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:53.889160+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:54 smithi007 bash[23378]: cluster 2024-09-11T08:08:53.889160+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:53.889160+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:54 smithi007 bash[26113]: cluster 2024-09-11T08:08:53.889160+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:56 smithi155 bash[23209]: cluster 2024-09-11T08:08:55.889626+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:55.889626+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:57.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:55.889626+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:57.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:56 smithi007 bash[23378]: cluster 2024-09-11T08:08:55.889626+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:55.889626+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:56 smithi007 bash[26113]: cluster 2024-09-11T08:08:55.889626+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:57.890391+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:08:58 smithi155 bash[23209]: cluster 2024-09-11T08:08:57.890391+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:57.890391+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:08:58 smithi007 bash[23378]: cluster 2024-09-11T08:08:57.890391+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:57.890391+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:08:58 smithi007 bash[26113]: cluster 2024-09-11T08:08:57.890391+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:08:59.890903+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:00 smithi155 bash[23209]: cluster 2024-09-11T08:08:59.890903+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:08:59.890903+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:00 smithi007 bash[23378]: cluster 2024-09-11T08:08:59.890903+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:08:59.890903+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:00 smithi007 bash[26113]: cluster 2024-09-11T08:08:59.890903+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:01.891376+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:02 smithi155 bash[23209]: cluster 2024-09-11T08:09:01.891376+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:01.891376+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:02 smithi007 bash[23378]: cluster 2024-09-11T08:09:01.891376+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:01.891376+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:02 smithi007 bash[26113]: cluster 2024-09-11T08:09:01.891376+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:03.892024+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:04 smithi155 bash[23209]: cluster 2024-09-11T08:09:03.892024+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:03.892024+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:04 smithi007 bash[23378]: cluster 2024-09-11T08:09:03.892024+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:03.892024+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:04 smithi007 bash[26113]: cluster 2024-09-11T08:09:03.892024+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:05.892416+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:06 smithi155 bash[23209]: cluster 2024-09-11T08:09:05.892416+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:05.892416+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:06 smithi007 bash[23378]: cluster 2024-09-11T08:09:05.892416+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:05.892416+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:06 smithi007 bash[26113]: cluster 2024-09-11T08:09:05.892416+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:07.892962+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:08 smithi155 bash[23209]: cluster 2024-09-11T08:09:07.892962+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:07.892962+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:08 smithi007 bash[26113]: cluster 2024-09-11T08:09:07.892962+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:08 smithi007 bash[23378]: cluster 2024-09-11T08:09:07.892962+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:07.892962+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:09.893470+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:10 smithi155 bash[23209]: cluster 2024-09-11T08:09:09.893470+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:09.893470+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:10 smithi007 bash[23378]: cluster 2024-09-11T08:09:09.893470+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:09.893470+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:10 smithi007 bash[26113]: cluster 2024-09-11T08:09:09.893470+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:11.893950+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:12 smithi155 bash[23209]: cluster 2024-09-11T08:09:11.893950+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:11.893950+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:13.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:12 smithi007 bash[23378]: cluster 2024-09-11T08:09:11.893950+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:11.893950+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:12 smithi007 bash[26113]: cluster 2024-09-11T08:09:11.893950+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:13.894535+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:14 smithi155 bash[23209]: cluster 2024-09-11T08:09:13.894535+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:14 smithi007 bash[23378]: cluster 2024-09-11T08:09:13.894535+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:13.894535+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:13.894535+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:14 smithi007 bash[26113]: cluster 2024-09-11T08:09:13.894535+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:15.895137+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:16 smithi155 bash[23209]: cluster 2024-09-11T08:09:15.895137+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:15.895137+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:16 smithi007 bash[23378]: cluster 2024-09-11T08:09:15.895137+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:15.895137+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:16 smithi007 bash[26113]: cluster 2024-09-11T08:09:15.895137+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:17.895933+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:18 smithi155 bash[23209]: cluster 2024-09-11T08:09:17.895933+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:17.895933+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:18 smithi007 bash[26113]: cluster 2024-09-11T08:09:17.895933+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:18 smithi007 bash[23378]: cluster 2024-09-11T08:09:17.895933+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:17.895933+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:19.896555+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:20 smithi155 bash[23209]: cluster 2024-09-11T08:09:19.896555+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:19.896555+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:20 smithi007 bash[23378]: cluster 2024-09-11T08:09:19.896555+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:19.896555+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:20 smithi007 bash[26113]: cluster 2024-09-11T08:09:19.896555+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:21.897128+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:22 smithi155 bash[23209]: cluster 2024-09-11T08:09:21.897128+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:21.897128+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:22 smithi007 bash[23378]: cluster 2024-09-11T08:09:21.897128+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:21.897128+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:22 smithi007 bash[26113]: cluster 2024-09-11T08:09:21.897128+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:23.897798+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:24 smithi155 bash[23209]: cluster 2024-09-11T08:09:23.897798+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:23.897798+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:25.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:24 smithi007 bash[23378]: cluster 2024-09-11T08:09:23.897798+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:23.897798+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:24 smithi007 bash[26113]: cluster 2024-09-11T08:09:23.897798+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:25.898197+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:26 smithi155 bash[23209]: cluster 2024-09-11T08:09:25.898197+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:25.898197+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:26 smithi007 bash[23378]: cluster 2024-09-11T08:09:25.898197+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:25.898197+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:26 smithi007 bash[26113]: cluster 2024-09-11T08:09:25.898197+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:27.898809+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:28 smithi155 bash[23209]: cluster 2024-09-11T08:09:27.898809+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:27.898809+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:28 smithi007 bash[23378]: cluster 2024-09-11T08:09:27.898809+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:27.898809+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:28 smithi007 bash[26113]: cluster 2024-09-11T08:09:27.898809+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:29.899278+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:30 smithi155 bash[23209]: cluster 2024-09-11T08:09:29.899278+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:29.899278+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:30 smithi007 bash[23378]: cluster 2024-09-11T08:09:29.899278+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:29.899278+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:30 smithi007 bash[26113]: cluster 2024-09-11T08:09:29.899278+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:31.899948+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:32 smithi155 bash[23209]: cluster 2024-09-11T08:09:31.899948+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:31.899948+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:32 smithi007 bash[23378]: cluster 2024-09-11T08:09:31.899948+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:31.899948+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:32 smithi007 bash[26113]: cluster 2024-09-11T08:09:31.899948+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:33.900588+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:34 smithi155 bash[23209]: cluster 2024-09-11T08:09:33.900588+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:35.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:33.900588+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:34 smithi007 bash[23378]: cluster 2024-09-11T08:09:33.900588+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:33.900588+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:34 smithi007 bash[26113]: cluster 2024-09-11T08:09:33.900588+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:35.901161+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:36 smithi155 bash[23209]: cluster 2024-09-11T08:09:35.901161+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:35.901161+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:36 smithi007 bash[23378]: cluster 2024-09-11T08:09:35.901161+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:35.901161+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:36 smithi007 bash[26113]: cluster 2024-09-11T08:09:35.901161+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:37.901870+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:38 smithi155 bash[23209]: cluster 2024-09-11T08:09:37.901870+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:37.901870+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:38 smithi007 bash[26113]: cluster 2024-09-11T08:09:37.901870+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:37.901870+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:38 smithi007 bash[23378]: cluster 2024-09-11T08:09:37.901870+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:39.902417+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:40 smithi155 bash[23209]: cluster 2024-09-11T08:09:39.902417+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:39.902417+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:40 smithi007 bash[23378]: cluster 2024-09-11T08:09:39.902417+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:39.902417+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:40 smithi007 bash[26113]: cluster 2024-09-11T08:09:39.902417+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:41.902934+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:42 smithi155 bash[23209]: cluster 2024-09-11T08:09:41.902934+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:43.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:41.902934+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:42 smithi007 bash[26113]: cluster 2024-09-11T08:09:41.902934+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:42 smithi007 bash[23378]: cluster 2024-09-11T08:09:41.902934+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:41.902934+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:43.903701+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:44 smithi155 bash[23209]: cluster 2024-09-11T08:09:43.903701+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:43.903701+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:44 smithi007 bash[23378]: cluster 2024-09-11T08:09:43.903701+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:43.903701+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:44 smithi007 bash[26113]: cluster 2024-09-11T08:09:43.903701+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:45.904168+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:46 smithi155 bash[23209]: cluster 2024-09-11T08:09:45.904168+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:45.904168+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:46 smithi007 bash[23378]: cluster 2024-09-11T08:09:45.904168+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:45.904168+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:46 smithi007 bash[26113]: cluster 2024-09-11T08:09:45.904168+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:47.904925+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:48 smithi155 bash[23209]: cluster 2024-09-11T08:09:47.904925+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:49.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:47.904925+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:49.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:48 smithi007 bash[26113]: cluster 2024-09-11T08:09:47.904925+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:47.904925+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:48 smithi007 bash[23378]: cluster 2024-09-11T08:09:47.904925+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:49.905722+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:50 smithi155 bash[23209]: cluster 2024-09-11T08:09:49.905722+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:49.905722+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:50 smithi007 bash[23378]: cluster 2024-09-11T08:09:49.905722+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:49.905722+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:50 smithi007 bash[26113]: cluster 2024-09-11T08:09:49.905722+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:51.906286+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:52 smithi155 bash[23209]: cluster 2024-09-11T08:09:51.906286+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:52 smithi007 bash[23378]: cluster 2024-09-11T08:09:51.906286+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:51.906286+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:51.906286+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:52 smithi007 bash[26113]: cluster 2024-09-11T08:09:51.906286+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:53.906846+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:54 smithi155 bash[23209]: cluster 2024-09-11T08:09:53.906846+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:54 smithi007 bash[23378]: cluster 2024-09-11T08:09:53.906846+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:53.906846+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:53.906846+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:54 smithi007 bash[26113]: cluster 2024-09-11T08:09:53.906846+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:55.907422+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:56 smithi155 bash[23209]: cluster 2024-09-11T08:09:55.907422+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:55.907422+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:56 smithi007 bash[23378]: cluster 2024-09-11T08:09:55.907422+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:55.907422+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:56 smithi007 bash[26113]: cluster 2024-09-11T08:09:55.907422+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:57.908032+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:09:58 smithi155 bash[23209]: cluster 2024-09-11T08:09:57.908032+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:58 smithi007 bash[23378]: cluster 2024-09-11T08:09:57.908032+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:09:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:57.908032+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:57.908032+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:09:58 smithi007 bash[26113]: cluster 2024-09-11T08:09:57.908032+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:09:59.908693+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:00 smithi155 bash[23209]: cluster 2024-09-11T08:09:59.908693+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:00 smithi007 bash[23378]: cluster 2024-09-11T08:09:59.908693+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:09:59.908693+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:09:59.908693+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:00 smithi007 bash[26113]: cluster 2024-09-11T08:09:59.908693+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:01.909145+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:02 smithi155 bash[23209]: cluster 2024-09-11T08:10:01.909145+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:01.909145+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:02 smithi007 bash[23378]: cluster 2024-09-11T08:10:01.909145+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:01.909145+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:02 smithi007 bash[26113]: cluster 2024-09-11T08:10:01.909145+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:03.909875+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:04 smithi155 bash[23209]: cluster 2024-09-11T08:10:03.909875+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:03.909875+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:04 smithi007 bash[23378]: cluster 2024-09-11T08:10:03.909875+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:03.909875+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:04 smithi007 bash[26113]: cluster 2024-09-11T08:10:03.909875+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:06 smithi155 bash[23209]: cluster 2024-09-11T08:10:05.910360+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:05.910360+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:06 smithi007 bash[23378]: cluster 2024-09-11T08:10:05.910360+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:05.910360+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:05.910360+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:06 smithi007 bash[26113]: cluster 2024-09-11T08:10:05.910360+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:07.911186+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:08 smithi155 bash[23209]: cluster 2024-09-11T08:10:07.911186+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:08 smithi007 bash[23378]: cluster 2024-09-11T08:10:07.911186+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:07.911186+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:07.911186+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:08 smithi007 bash[26113]: cluster 2024-09-11T08:10:07.911186+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:09.911941+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:10 smithi155 bash[23209]: cluster 2024-09-11T08:10:09.911941+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:11.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:09.911941+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:11.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:10 smithi007 bash[26113]: cluster 2024-09-11T08:10:09.911941+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:10 smithi007 bash[23378]: cluster 2024-09-11T08:10:09.911941+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:09.911941+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:11.912436+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:12 smithi155 bash[23209]: cluster 2024-09-11T08:10:11.912436+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:11.912436+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:13.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:12 smithi007 bash[23378]: cluster 2024-09-11T08:10:11.912436+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:11.912436+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:12 smithi007 bash[26113]: cluster 2024-09-11T08:10:11.912436+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:13.913058+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:14 smithi155 bash[23209]: cluster 2024-09-11T08:10:13.913058+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:13.913058+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:14 smithi007 bash[23378]: cluster 2024-09-11T08:10:13.913058+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:13.913058+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:14 smithi007 bash[26113]: cluster 2024-09-11T08:10:13.913058+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:15.913584+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:16 smithi155 bash[23209]: cluster 2024-09-11T08:10:15.913584+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:15.913584+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:16 smithi007 bash[23378]: cluster 2024-09-11T08:10:15.913584+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:15.913584+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:16 smithi007 bash[26113]: cluster 2024-09-11T08:10:15.913584+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:17.914199+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:18 smithi155 bash[23209]: cluster 2024-09-11T08:10:17.914199+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:19.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:17.914199+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:19.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:18 smithi007 bash[26113]: cluster 2024-09-11T08:10:17.914199+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:17.914199+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:18 smithi007 bash[23378]: cluster 2024-09-11T08:10:17.914199+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:19.914826+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:20 smithi155 bash[23209]: cluster 2024-09-11T08:10:19.914826+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:19.914826+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:20 smithi007 bash[23378]: cluster 2024-09-11T08:10:19.914826+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:19.914826+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:20 smithi007 bash[26113]: cluster 2024-09-11T08:10:19.914826+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:21.915509+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:22 smithi155 bash[23209]: cluster 2024-09-11T08:10:21.915509+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:23.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:21.915509+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:22 smithi007 bash[26113]: cluster 2024-09-11T08:10:21.915509+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:23.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:22 smithi007 bash[23378]: cluster 2024-09-11T08:10:21.915509+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:23.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:21.915509+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:23.916123+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:24 smithi155 bash[23209]: cluster 2024-09-11T08:10:23.916123+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:23.916123+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:24 smithi007 bash[23378]: cluster 2024-09-11T08:10:23.916123+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:23.916123+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:24 smithi007 bash[26113]: cluster 2024-09-11T08:10:23.916123+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:25.916789+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:26 smithi155 bash[23209]: cluster 2024-09-11T08:10:25.916789+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:25.916789+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:26 smithi007 bash[23378]: cluster 2024-09-11T08:10:25.916789+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:25.916789+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:26 smithi007 bash[26113]: cluster 2024-09-11T08:10:25.916789+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:27.917535+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:28 smithi155 bash[23209]: cluster 2024-09-11T08:10:27.917535+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:29.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:27.917535+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:28 smithi007 bash[23378]: cluster 2024-09-11T08:10:27.917535+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:29.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:27.917535+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:29.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:28 smithi007 bash[26113]: cluster 2024-09-11T08:10:27.917535+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:29.918092+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:30 smithi155 bash[23209]: cluster 2024-09-11T08:10:29.918092+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:29.918092+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:30 smithi007 bash[23378]: cluster 2024-09-11T08:10:29.918092+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:29.918092+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:30 smithi007 bash[26113]: cluster 2024-09-11T08:10:29.918092+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:31.918774+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:32 smithi155 bash[23209]: cluster 2024-09-11T08:10:31.918774+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:31.918774+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:32 smithi007 bash[26113]: cluster 2024-09-11T08:10:31.918774+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:31.918774+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:33.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:32 smithi007 bash[23378]: cluster 2024-09-11T08:10:31.918774+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:33.919502+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:34 smithi155 bash[23209]: cluster 2024-09-11T08:10:33.919502+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:35.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:33.919502+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:35.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:34 smithi007 bash[23378]: cluster 2024-09-11T08:10:33.919502+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:33.919502+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:34 smithi007 bash[26113]: cluster 2024-09-11T08:10:33.919502+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:35.919961+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:36 smithi155 bash[23209]: cluster 2024-09-11T08:10:35.919961+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:35.919961+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:36 smithi007 bash[23378]: cluster 2024-09-11T08:10:35.919961+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:37.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:35.919961+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:37.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:36 smithi007 bash[26113]: cluster 2024-09-11T08:10:35.919961+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:37.920685+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:38 smithi155 bash[23209]: cluster 2024-09-11T08:10:37.920685+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:37.920685+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:38 smithi007 bash[23378]: cluster 2024-09-11T08:10:37.920685+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:37.920685+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:38 smithi007 bash[26113]: cluster 2024-09-11T08:10:37.920685+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:40 smithi155 bash[23209]: cluster 2024-09-11T08:10:39.921337+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:39.921337+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:39.921337+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:40 smithi007 bash[23378]: cluster 2024-09-11T08:10:39.921337+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:39.921337+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:40 smithi007 bash[26113]: cluster 2024-09-11T08:10:39.921337+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:41.921918+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:42 smithi155 bash[23209]: cluster 2024-09-11T08:10:41.921918+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:41.921918+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:42 smithi007 bash[23378]: cluster 2024-09-11T08:10:41.921918+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:41.921918+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:42 smithi007 bash[26113]: cluster 2024-09-11T08:10:41.921918+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:43.922656+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:44 smithi155 bash[23209]: cluster 2024-09-11T08:10:43.922656+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:43.922656+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:44 smithi007 bash[23378]: cluster 2024-09-11T08:10:43.922656+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:43.922656+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:44 smithi007 bash[26113]: cluster 2024-09-11T08:10:43.922656+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:45.923235+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:46 smithi155 bash[23209]: cluster 2024-09-11T08:10:45.923235+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:45.923235+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:46 smithi007 bash[23378]: cluster 2024-09-11T08:10:45.923235+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:45.923235+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:46 smithi007 bash[26113]: cluster 2024-09-11T08:10:45.923235+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:47.923866+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:49.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:48 smithi155 bash[23209]: cluster 2024-09-11T08:10:47.923866+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:49.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:47.923866+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:49.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:48 smithi007 bash[23378]: cluster 2024-09-11T08:10:47.923866+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:49.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:47.923866+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:49.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:48 smithi007 bash[26113]: cluster 2024-09-11T08:10:47.923866+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:49.924545+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:50 smithi155 bash[23209]: cluster 2024-09-11T08:10:49.924545+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:49.924545+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:50 smithi007 bash[23378]: cluster 2024-09-11T08:10:49.924545+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:49.924545+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:50 smithi007 bash[26113]: cluster 2024-09-11T08:10:49.924545+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:51.925062+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:52 smithi155 bash[23209]: cluster 2024-09-11T08:10:51.925062+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:51.925062+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:52 smithi007 bash[23378]: cluster 2024-09-11T08:10:51.925062+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:51.925062+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:52 smithi007 bash[26113]: cluster 2024-09-11T08:10:51.925062+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:53.925621+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:54 smithi155 bash[23209]: cluster 2024-09-11T08:10:53.925621+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:53.925621+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:54 smithi007 bash[26113]: cluster 2024-09-11T08:10:53.925621+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:54 smithi007 bash[23378]: cluster 2024-09-11T08:10:53.925621+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:53.925621+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:55.926032+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:56 smithi155 bash[23209]: cluster 2024-09-11T08:10:55.926032+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:55.926032+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:56 smithi007 bash[23378]: cluster 2024-09-11T08:10:55.926032+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:55.926032+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:56 smithi007 bash[26113]: cluster 2024-09-11T08:10:55.926032+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:57.926691+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:10:58 smithi155 bash[23209]: cluster 2024-09-11T08:10:57.926691+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:57.926691+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:10:58 smithi007 bash[23378]: cluster 2024-09-11T08:10:57.926691+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:57.926691+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:10:58 smithi007 bash[26113]: cluster 2024-09-11T08:10:57.926691+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:10:59.927187+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:00 smithi155 bash[23209]: cluster 2024-09-11T08:10:59.927187+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:10:59.927187+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:00 smithi007 bash[23378]: cluster 2024-09-11T08:10:59.927187+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:10:59.927187+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:00 smithi007 bash[26113]: cluster 2024-09-11T08:10:59.927187+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:01.927741+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:02 smithi155 bash[23209]: cluster 2024-09-11T08:11:01.927741+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:01.927741+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:02 smithi007 bash[23378]: cluster 2024-09-11T08:11:01.927741+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:01.927741+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:02 smithi007 bash[26113]: cluster 2024-09-11T08:11:01.927741+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:03.928273+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:04 smithi155 bash[23209]: cluster 2024-09-11T08:11:03.928273+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:03.928273+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:04 smithi007 bash[23378]: cluster 2024-09-11T08:11:03.928273+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:03.928273+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:04 smithi007 bash[26113]: cluster 2024-09-11T08:11:03.928273+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:05.928714+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:06 smithi155 bash[23209]: cluster 2024-09-11T08:11:05.928714+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:05.928714+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:06 smithi007 bash[23378]: cluster 2024-09-11T08:11:05.928714+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:05.928714+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:06 smithi007 bash[26113]: cluster 2024-09-11T08:11:05.928714+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:07.929317+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:08 smithi155 bash[23209]: cluster 2024-09-11T08:11:07.929317+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:08 smithi007 bash[23378]: cluster 2024-09-11T08:11:07.929317+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:07.929317+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:07.929317+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:08 smithi007 bash[26113]: cluster 2024-09-11T08:11:07.929317+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:09.929890+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:10 smithi155 bash[23209]: cluster 2024-09-11T08:11:09.929890+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:10 smithi007 bash[23378]: cluster 2024-09-11T08:11:09.929890+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:09.929890+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:09.929890+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:10 smithi007 bash[26113]: cluster 2024-09-11T08:11:09.929890+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:11.930397+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:12 smithi155 bash[23209]: cluster 2024-09-11T08:11:11.930397+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:11.930397+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:12 smithi007 bash[23378]: cluster 2024-09-11T08:11:11.930397+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:11.930397+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:12 smithi007 bash[26113]: cluster 2024-09-11T08:11:11.930397+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:13.930891+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:14 smithi155 bash[23209]: cluster 2024-09-11T08:11:13.930891+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:13.930891+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:14 smithi007 bash[23378]: cluster 2024-09-11T08:11:13.930891+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:13.930891+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:14 smithi007 bash[26113]: cluster 2024-09-11T08:11:13.930891+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:15.931541+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:16 smithi155 bash[23209]: cluster 2024-09-11T08:11:15.931541+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:16 smithi007 bash[23378]: cluster 2024-09-11T08:11:15.931541+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:15.931541+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:15.931541+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:16 smithi007 bash[26113]: cluster 2024-09-11T08:11:15.931541+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:17.932128+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:19 smithi155 bash[23209]: cluster 2024-09-11T08:11:17.932128+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:17.932128+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:18 smithi007 bash[23378]: cluster 2024-09-11T08:11:17.932128+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:17.932128+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:18 smithi007 bash[26113]: cluster 2024-09-11T08:11:17.932128+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:19.932741+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:20 smithi155 bash[23209]: cluster 2024-09-11T08:11:19.932741+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:19.932741+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:20 smithi007 bash[23378]: cluster 2024-09-11T08:11:19.932741+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:19.932741+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:20 smithi007 bash[26113]: cluster 2024-09-11T08:11:19.932741+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:21.933278+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:22 smithi155 bash[23209]: cluster 2024-09-11T08:11:21.933278+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:22 smithi007 bash[23378]: cluster 2024-09-11T08:11:21.933278+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:23.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:21.933278+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:21.933278+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:22 smithi007 bash[26113]: cluster 2024-09-11T08:11:21.933278+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:24.922 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-11T08:11:25.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:23.933837+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:25.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:24 smithi007 bash[23378]: cluster 2024-09-11T08:11:23.933837+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:25.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:23.933837+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:25.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:24 smithi007 bash[26113]: cluster 2024-09-11T08:11:23.933837+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:23.933837+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:25.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:24 smithi155 bash[23209]: cluster 2024-09-11T08:11:23.933837+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:27.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:26 smithi007 bash[26113]: cluster 2024-09-11T08:11:25.934416+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:27.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:26 smithi007 bash[26113]: audit 2024-09-11T08:11:26.878060+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:27.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:26 smithi007 bash[26113]: audit 2024-09-11T08:11:26.881610+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-11T08:11:27.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:25.934416+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:27.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:26.878060+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:27.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:26.881610+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-11T08:11:27.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:25.934416+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:27.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:26.878060+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:27.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:26 smithi007 bash[23378]: cluster 2024-09-11T08:11:25.934416+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:27.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:26 smithi007 bash[23378]: audit 2024-09-11T08:11:26.878060+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:27.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:26 smithi007 bash[23378]: audit 2024-09-11T08:11:26.881610+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-11T08:11:27.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:26.881610+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-11T08:11:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:25.934416+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:26.878060+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:26 smithi155 bash[23209]: cluster 2024-09-11T08:11:25.934416+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:26 smithi155 bash[23209]: audit 2024-09-11T08:11:26.878060+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:26 smithi155 bash[23209]: audit 2024-09-11T08:11:26.881610+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-11T08:11:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:26.881610+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.7:0/2256710493' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-11T08:11:27.549 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-11T08:11:29.212 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:27.934957+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:29.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:29 smithi007 bash[23378]: cluster 2024-09-11T08:11:27.934957+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:29.213 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:27.934957+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:29.213 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:29 smithi007 bash[26113]: cluster 2024-09-11T08:11:27.934957+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:27.934957+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:29 smithi155 bash[23209]: cluster 2024-09-11T08:11:27.934957+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:30.257 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:29.609519+0000 mon.a (mon.0) 634 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.257 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:30 smithi007 bash[26113]: audit 2024-09-11T08:11:29.609519+0000 mon.a (mon.0) 634 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.257 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:30 smithi007 bash[26113]: audit 2024-09-11T08:11:29.613168+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.257 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:29.613168+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.257 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:29.609519+0000 mon.a (mon.0) 634 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.258 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:30 smithi007 bash[23378]: audit 2024-09-11T08:11:29.609519+0000 mon.a (mon.0) 634 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.258 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:30 smithi007 bash[23378]: audit 2024-09-11T08:11:29.613168+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.258 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:29.613168+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:29.609519+0000 mon.a (mon.0) 634 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:29.613168+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:30 smithi155 bash[23209]: audit 2024-09-11T08:11:29.609519+0000 mon.a (mon.0) 634 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:30 smithi155 bash[23209]: audit 2024-09-11T08:11:29.613168+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.7:0/691485954' 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-11T08:11:30.273 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-11T08:11:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:29.935557+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:31 smithi155 bash[23209]: cluster 2024-09-11T08:11:29.935557+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:29.935557+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:31 smithi007 bash[26113]: cluster 2024-09-11T08:11:29.935557+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:29.935557+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:31 smithi007 bash[23378]: cluster 2024-09-11T08:11:29.935557+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:33.047 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:11:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:31.936115+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:32.357736+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.7:0/3838668981' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:33 smithi155 bash[23209]: cluster 2024-09-11T08:11:31.936115+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:33 smithi155 bash[23209]: audit 2024-09-11T08:11:32.357736+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.7:0/3838668981' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:33 smithi155 bash[23209]: audit 2024-09-11T08:11:32.358037+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:33 smithi155 bash[23209]: audit 2024-09-11T08:11:32.362019+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:11:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:32.358037+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:32.362019+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:11:33.280 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:31.936115+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:33.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:33 smithi007 bash[23378]: cluster 2024-09-11T08:11:31.936115+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:33.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:33 smithi007 bash[23378]: audit 2024-09-11T08:11:32.357736+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.7:0/3838668981' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:33 smithi007 bash[23378]: audit 2024-09-11T08:11:32.358037+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:33 smithi007 bash[23378]: audit 2024-09-11T08:11:32.362019+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:11:33.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:32.357736+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.7:0/3838668981' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:32.358037+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:32.362019+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:11:33.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:33 smithi007 bash[26113]: cluster 2024-09-11T08:11:31.936115+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:33 smithi007 bash[26113]: audit 2024-09-11T08:11:32.357736+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.7:0/3838668981' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:33 smithi007 bash[26113]: audit 2024-09-11T08:11:32.358037+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:33 smithi007 bash[26113]: audit 2024-09-11T08:11:32.362019+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:11:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:31.936115+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:32.357736+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.7:0/3838668981' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:32.358037+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:11:33.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:32.362019+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (3m) 3m ago 4m docker.io/prom/alertmanager:latest 11f11916f8cd 17438fcdc4cd 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 8c751f3da660 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0bd93dde51aa 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2cc047b2fc80 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (4m) 3m ago 4m docker.io/prom/node-exporter:latest 71dc9668b154 550dc5450d6e 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (4m) 3m ago 4m docker.io/prom/node-exporter:latest 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:11:34.820 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (6m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (3m) 3m ago 4m docker.io/prom/prometheus:latest 4022a502929b 9834e090392d 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:11:34.821 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:11:35.178 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:33.936648+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:35.178 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:35 smithi007 bash[23378]: cluster 2024-09-11T08:11:33.936648+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:35.178 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:33.936648+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:35.178 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:35 smithi007 bash[26113]: cluster 2024-09-11T08:11:33.936648+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:35.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:33.936648+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:35.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:35 smithi155 bash[23209]: cluster 2024-09-11T08:11:33.936648+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:35.553 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:11:36.099 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:34.815223+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:36.099 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:36 smithi007 bash[23378]: audit 2024-09-11T08:11:34.815223+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:36.100 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:34.815223+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:36.100 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:36 smithi007 bash[26113]: audit 2024-09-11T08:11:34.815223+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:36.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:34.815223+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:36.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:36 smithi155 bash[23209]: audit 2024-09-11T08:11:34.815223+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:37.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:35.937044+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:37.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:37 smithi007 bash[26113]: cluster 2024-09-11T08:11:35.937044+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:35.937044+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:37 smithi007 bash[23378]: cluster 2024-09-11T08:11:35.937044+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:11:37.468 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:11:37.469 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:11:37.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:35.937044+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:37.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:37 smithi155 bash[23209]: cluster 2024-09-11T08:11:35.937044+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:38.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:37.467262+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.7:0/2946381107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:38.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:38 smithi007 bash[23378]: audit 2024-09-11T08:11:37.467262+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.7:0/2946381107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:38.061 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:37.467262+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.7:0/2946381107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:38.061 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:38 smithi007 bash[26113]: audit 2024-09-11T08:11:37.467262+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.7:0/2946381107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:38.078 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:11:38.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:37.467262+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.7:0/2946381107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:38.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:38 smithi155 bash[23209]: audit 2024-09-11T08:11:37.467262+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.7:0/2946381107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:39.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:37.937819+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:39.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:39 smithi007 bash[23378]: cluster 2024-09-11T08:11:37.937819+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:39.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:37.937819+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:39.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:39 smithi007 bash[26113]: cluster 2024-09-11T08:11:37.937819+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:37.937819+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:39 smithi155 bash[23209]: cluster 2024-09-11T08:11:37.937819+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:39.939 INFO:teuthology.orchestra.run.smithi007.stdout: cluster: 2024-09-11T08:11:39.940 INFO:teuthology.orchestra.run.smithi007.stdout: id: 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:11:39.940 INFO:teuthology.orchestra.run.smithi007.stdout: health: HEALTH_OK 2024-09-11T08:11:39.940 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:11:39.940 INFO:teuthology.orchestra.run.smithi007.stdout: services: 2024-09-11T08:11:39.940 INFO:teuthology.orchestra.run.smithi007.stdout: mon: 3 daemons, quorum a,c,b (age 7m) 2024-09-11T08:11:39.940 INFO:teuthology.orchestra.run.smithi007.stdout: mgr: y(active, since 8m), standbys: x 2024-09-11T08:11:39.941 INFO:teuthology.orchestra.run.smithi007.stdout: osd: 8 osds: 8 up (since 5m), 8 in (since 5m) 2024-09-11T08:11:39.941 INFO:teuthology.orchestra.run.smithi007.stdout: rgw: 2 daemons active (r.z.smithi007.usgcjp, r.z.smithi155.gxngma) 2024-09-11T08:11:39.941 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:11:39.941 INFO:teuthology.orchestra.run.smithi007.stdout: task status: 2024-09-11T08:11:39.941 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:11:39.941 INFO:teuthology.orchestra.run.smithi007.stdout: data: 2024-09-11T08:11:39.942 INFO:teuthology.orchestra.run.smithi007.stdout: pools: 5 pools, 129 pgs 2024-09-11T08:11:39.942 INFO:teuthology.orchestra.run.smithi007.stdout: objects: 202 objects, 7.0 KiB 2024-09-11T08:11:39.942 INFO:teuthology.orchestra.run.smithi007.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:39.942 INFO:teuthology.orchestra.run.smithi007.stdout: pgs: 129 active+clean 2024-09-11T08:11:39.942 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:11:40.653 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ls' 2024-09-11T08:11:41.145 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:40 smithi007 bash[26113]: cluster 2024-09-11T08:11:39.938337+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:41.145 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:40 smithi007 bash[26113]: audit 2024-09-11T08:11:39.939026+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.7:0/1283771050' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:11:41.145 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:39.938337+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:41.146 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:39.939026+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.7:0/1283771050' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:11:41.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:39.938337+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:41.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:39.939026+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.7:0/1283771050' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:11:41.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:40 smithi007 bash[23378]: cluster 2024-09-11T08:11:39.938337+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:41.146 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:40 smithi007 bash[23378]: audit 2024-09-11T08:11:39.939026+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.7:0/1283771050' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:11:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:39.938337+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:39.939026+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.7:0/1283771050' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:11:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:40 smithi155 bash[23209]: cluster 2024-09-11T08:11:39.938337+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:40 smithi155 bash[23209]: audit 2024-09-11T08:11:39.939026+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.7:0/1283771050' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:11:42.505 INFO:teuthology.orchestra.run.smithi007.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-09-11T08:11:42.505 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager 1/1 3m ago 4m count:1 smithi007=a docker.io/prom/alertmanager:latest 11f11916f8cd 2024-09-11T08:11:42.505 INFO:teuthology.orchestra.run.smithi007.stdout:grafana 1/1 3m ago 4m count:1 smithi155=a docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2024-09-11T08:11:42.505 INFO:teuthology.orchestra.run.smithi007.stdout:mgr 2/2 3m ago 7m count:2 smithi007=y,smithi155=x docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-11T08:11:42.506 INFO:teuthology.orchestra.run.smithi007.stdout:mon 3/0 3m ago - docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-11T08:11:42.506 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter 2/2 3m ago 5m count:2 smithi007=a,smithi155=b docker.io/prom/node-exporter:latest 71dc9668b154 2024-09-11T08:11:42.506 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus 1/1 3m ago 5m count:1 smithi155=a docker.io/prom/prometheus:latest 4022a502929b 2024-09-11T08:11:42.506 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z 2/2 3m ago 3m count:2 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-11T08:11:43.089 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mgr container_image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T08:11:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:41.938988+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:42 smithi155 bash[23209]: cluster 2024-09-11T08:11:41.938988+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:41.938988+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:42 smithi007 bash[23378]: cluster 2024-09-11T08:11:41.938988+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:41.938988+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:42 smithi007 bash[26113]: cluster 2024-09-11T08:11:41.938988+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:44.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:42.503052+0000 mgr.y (mgr.14140) 311 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:44.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:44 smithi007 bash[23378]: audit 2024-09-11T08:11:42.503052+0000 mgr.y (mgr.14140) 311 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:44.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:42.503052+0000 mgr.y (mgr.14140) 311 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:44.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:43 smithi007 bash[26113]: audit 2024-09-11T08:11:42.503052+0000 mgr.y (mgr.14140) 311 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:42.503052+0000 mgr.y (mgr.14140) 311 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:44 smithi155 bash[23209]: audit 2024-09-11T08:11:42.503052+0000 mgr.y (mgr.14140) 311 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:43.939501+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:44.819436+0000 mon.a (mon.0) 640 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:45 smithi007 bash[23378]: cluster 2024-09-11T08:11:43.939501+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:45 smithi007 bash[23378]: audit 2024-09-11T08:11:44.819436+0000 mon.a (mon.0) 640 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:45 smithi007 bash[23378]: audit 2024-09-11T08:11:44.823392+0000 mon.a (mon.0) 641 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:44.823392+0000 mon.a (mon.0) 641 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:45 smithi007 bash[26113]: cluster 2024-09-11T08:11:43.939501+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:45 smithi007 bash[26113]: audit 2024-09-11T08:11:44.819436+0000 mon.a (mon.0) 640 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:45 smithi007 bash[26113]: audit 2024-09-11T08:11:44.823392+0000 mon.a (mon.0) 641 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:11:45.130 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:43.939501+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:45.131 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:44.819436+0000 mon.a (mon.0) 640 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:11:45.131 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:44.823392+0000 mon.a (mon.0) 641 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:11:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:43.939501+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:44.819436+0000 mon.a (mon.0) 640 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:11:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:45 smithi155 bash[23209]: cluster 2024-09-11T08:11:43.939501+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:45 smithi155 bash[23209]: audit 2024-09-11T08:11:44.819436+0000 mon.a (mon.0) 640 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:11:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:45 smithi155 bash[23209]: audit 2024-09-11T08:11:44.823392+0000 mon.a (mon.0) 641 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:11:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:44.823392+0000 mon.a (mon.0) 641 : audit [INF] from='client.? 172.21.15.7:0/822641430' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:11:45.412 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)"' 2024-09-11T08:11:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:45.939963+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:47 smithi155 bash[23209]: cluster 2024-09-11T08:11:45.939963+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:45.939963+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:47 smithi007 bash[23378]: cluster 2024-09-11T08:11:45.939963+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:45.939963+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:47 smithi007 bash[26113]: cluster 2024-09-11T08:11:45.939963+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:47.208136+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.7:0/2048697699' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:11:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:47.503769+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:11:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:48 smithi007 bash[23378]: audit 2024-09-11T08:11:47.208136+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.7:0/2048697699' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:11:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:48 smithi007 bash[23378]: audit 2024-09-11T08:11:47.503769+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:11:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:48 smithi007 bash[23378]: audit 2024-09-11T08:11:47.504357+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:48 smithi007 bash[23378]: audit 2024-09-11T08:11:47.505030+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:11:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:47.504357+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:47.505030+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:48 smithi007 bash[26113]: audit 2024-09-11T08:11:47.208136+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.7:0/2048697699' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:48 smithi007 bash[26113]: audit 2024-09-11T08:11:47.503769+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:48 smithi007 bash[26113]: audit 2024-09-11T08:11:47.504357+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:48 smithi007 bash[26113]: audit 2024-09-11T08:11:47.505030+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:47.208136+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.7:0/2048697699' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:47.503769+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:47.504357+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:48.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:47.505030+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:11:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:47.208136+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.7:0/2048697699' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:11:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:47.503769+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:11:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:48 smithi155 bash[23209]: audit 2024-09-11T08:11:47.208136+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.7:0/2048697699' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:11:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:48 smithi155 bash[23209]: audit 2024-09-11T08:11:47.503769+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:11:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:48 smithi155 bash[23209]: audit 2024-09-11T08:11:47.504357+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:48 smithi155 bash[23209]: audit 2024-09-11T08:11:47.505030+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:11:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:47.504357+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:47.505030+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:11:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:11:47.502671+0000 mgr.y (mgr.14140) 314 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:49 smithi007 bash[23378]: audit 2024-09-11T08:11:47.502671+0000 mgr.y (mgr.14140) 314 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:11:47.503026+0000 mgr.y (mgr.14140) 315 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:11:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:49 smithi007 bash[23378]: cephadm 2024-09-11T08:11:47.503026+0000 mgr.y (mgr.14140) 315 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:11:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:49 smithi007 bash[23378]: cephadm 2024-09-11T08:11:47.504770+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:11:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:49 smithi007 bash[23378]: cluster 2024-09-11T08:11:47.940626+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:11:47.504770+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:11:49.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:47.940626+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:49 smithi007 bash[26113]: audit 2024-09-11T08:11:47.502671+0000 mgr.y (mgr.14140) 314 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:49 smithi007 bash[26113]: cephadm 2024-09-11T08:11:47.503026+0000 mgr.y (mgr.14140) 315 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:11:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:49 smithi007 bash[26113]: cephadm 2024-09-11T08:11:47.504770+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:11:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:49 smithi007 bash[26113]: cluster 2024-09-11T08:11:47.940626+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:11:47.502671+0000 mgr.y (mgr.14140) 314 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:11:47.503026+0000 mgr.y (mgr.14140) 315 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:11:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:11:47.504770+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:11:49.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:47.940626+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:49.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:11:47.502671+0000 mgr.y (mgr.14140) 314 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:49.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:49 smithi155 bash[23209]: audit 2024-09-11T08:11:47.502671+0000 mgr.y (mgr.14140) 314 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:49.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:49 smithi155 bash[23209]: cephadm 2024-09-11T08:11:47.503026+0000 mgr.y (mgr.14140) 315 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:11:49.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:49 smithi155 bash[23209]: cephadm 2024-09-11T08:11:47.504770+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:11:49.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:49 smithi155 bash[23209]: cluster 2024-09-11T08:11:47.940626+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:49.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:11:47.503026+0000 mgr.y (mgr.14140) 315 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:11:49.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:11:47.504770+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:11:49.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:47.940626+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:50 smithi155 bash[23209]: cluster 2024-09-11T08:11:49.941320+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:49.941320+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:49.941320+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:50 smithi007 bash[26113]: cluster 2024-09-11T08:11:49.941320+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:50 smithi007 bash[23378]: cluster 2024-09-11T08:11:49.941320+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:49.941320+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:52 smithi155 bash[23209]: cluster 2024-09-11T08:11:51.941774+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:51.941774+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:51.941774+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:52 smithi007 bash[23378]: cluster 2024-09-11T08:11:51.941774+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:51.941774+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:52 smithi007 bash[26113]: cluster 2024-09-11T08:11:51.941774+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:55 smithi155 bash[23209]: cluster 2024-09-11T08:11:53.942294+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:53.942294+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:53.942294+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:55 smithi007 bash[23378]: cluster 2024-09-11T08:11:53.942294+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:53.942294+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:55 smithi007 bash[26113]: cluster 2024-09-11T08:11:53.942294+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:57 smithi155 bash[23209]: cluster 2024-09-11T08:11:55.942758+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:57.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:55.942758+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:55.942758+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:57 smithi007 bash[23378]: cluster 2024-09-11T08:11:55.942758+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:55.942758+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:57 smithi007 bash[26113]: cluster 2024-09-11T08:11:55.942758+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:59.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:59 smithi155 bash[23209]: cluster 2024-09-11T08:11:57.943356+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:11:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:57.943356+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:57.943356+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:11:59 smithi007 bash[23378]: cluster 2024-09-11T08:11:57.943356+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:57.943356+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:11:59 smithi007 bash[26113]: cluster 2024-09-11T08:11:57.943356+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:00 smithi155 bash[23209]: cluster 2024-09-11T08:11:59.944097+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:11:59.944097+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:11:59.944097+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:00 smithi007 bash[26113]: cluster 2024-09-11T08:11:59.944097+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:11:59.944097+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:00 smithi007 bash[23378]: cluster 2024-09-11T08:11:59.944097+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:01.944831+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:03 smithi155 bash[23209]: cluster 2024-09-11T08:12:01.944831+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:02 smithi007 bash[23378]: cluster 2024-09-11T08:12:01.944831+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:01.944831+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:01.944831+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:03 smithi007 bash[26113]: cluster 2024-09-11T08:12:01.944831+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:05 smithi155 bash[23209]: cluster 2024-09-11T08:12:03.945667+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:03.945667+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:03.945667+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:05 smithi007 bash[23378]: cluster 2024-09-11T08:12:03.945667+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:03.945667+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:05 smithi007 bash[26113]: cluster 2024-09-11T08:12:03.945667+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:05.946127+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:07 smithi155 bash[23209]: cluster 2024-09-11T08:12:05.946127+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:05.946127+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:07 smithi007 bash[23378]: cluster 2024-09-11T08:12:05.946127+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:05.946127+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:07 smithi007 bash[26113]: cluster 2024-09-11T08:12:05.946127+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:09 smithi007 bash[23378]: cluster 2024-09-11T08:12:07.946800+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:07.946800+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:07.946800+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:09 smithi007 bash[26113]: cluster 2024-09-11T08:12:07.946800+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:09.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:09 smithi155 bash[23209]: cluster 2024-09-11T08:12:07.946800+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:07.946800+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:09.947312+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:10 smithi155 bash[23209]: cluster 2024-09-11T08:12:09.947312+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:09.947312+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:10 smithi007 bash[23378]: cluster 2024-09-11T08:12:09.947312+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:09.947312+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:10 smithi007 bash[26113]: cluster 2024-09-11T08:12:09.947312+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:13 smithi155 bash[23209]: cluster 2024-09-11T08:12:11.947805+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:13.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:11.947805+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:11.947805+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:13 smithi007 bash[23378]: cluster 2024-09-11T08:12:11.947805+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:11.947805+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:13 smithi007 bash[26113]: cluster 2024-09-11T08:12:11.947805+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:15.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:13.948488+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:15.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:15 smithi155 bash[23209]: cluster 2024-09-11T08:12:13.948488+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:13.948488+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:15 smithi007 bash[23378]: cluster 2024-09-11T08:12:13.948488+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:13.948488+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:15 smithi007 bash[26113]: cluster 2024-09-11T08:12:13.948488+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:17.011 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:16 smithi155 systemd[1]: Stopping Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:12:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:15.949031+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:17 smithi007 bash[23378]: cluster 2024-09-11T08:12:15.949031+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:15.949031+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:17 smithi007 bash[26113]: cluster 2024-09-11T08:12:15.949031+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:15.949031+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:17 smithi155 bash[23209]: cluster 2024-09-11T08:12:15.949031+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:19 smithi007 bash[23378]: cluster 2024-09-11T08:12:17.949792+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:17.949792+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:19 smithi007 bash[26113]: cluster 2024-09-11T08:12:17.949792+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:17.949792+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:19.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:17.949792+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:19 smithi155 bash[23209]: cluster 2024-09-11T08:12:17.949792+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:19.950300+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:20 smithi155 bash[23209]: cluster 2024-09-11T08:12:19.950300+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:19.950300+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:20 smithi007 bash[23378]: cluster 2024-09-11T08:12:19.950300+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:19.950300+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:20 smithi007 bash[26113]: cluster 2024-09-11T08:12:19.950300+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:21.950845+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:23 smithi155 bash[23209]: cluster 2024-09-11T08:12:21.950845+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:21.950845+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:23 smithi007 bash[23378]: cluster 2024-09-11T08:12:21.950845+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:23.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:21.950845+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:23 smithi007 bash[26113]: cluster 2024-09-11T08:12:21.950845+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:23.951469+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:25 smithi007 bash[23378]: cluster 2024-09-11T08:12:23.951469+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:23.951469+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:25 smithi007 bash[26113]: cluster 2024-09-11T08:12:23.951469+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:25.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:23.951469+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:25.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:25 smithi155 bash[23209]: cluster 2024-09-11T08:12:23.951469+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:27.011 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:26 smithi155 podman[33692]: time="2024-09-11T08:12:26Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x in 10 seconds, resorting to SIGKILL" 2024-09-11T08:12:27.011 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:26 smithi155 podman[23765]: 2024-09-11 08:12:26.686239708 +0000 UTC m=+507.963563706 container died 0bd93dde51aa3c437f6bc79b7e443679d1c7c1a99003e8953a4b61031d905a71 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, 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, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:12:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:25.951916+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:27.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:27 smithi007 bash[23378]: cluster 2024-09-11T08:12:25.951916+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:25.951916+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:27 smithi007 bash[26113]: cluster 2024-09-11T08:12:25.951916+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:27.329 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:25.951916+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:27.329 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:27 smithi155 bash[23209]: cluster 2024-09-11T08:12:25.951916+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:27.330 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 podman[33692]: 2024-09-11 08:12:27.101996003 +0000 UTC m=+10.537642423 container cleanup 0bd93dde51aa3c437f6bc79b7e443679d1c7c1a99003e8953a4b61031d905a71 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Dimitri Savineau , RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-11T08:12:27.330 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 podman[33692]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:12:27.595 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 podman[33705]: 2024-09-11 08:12:27.328156818 +0000 UTC m=+0.625334629 container remove 0bd93dde51aa3c437f6bc79b7e443679d1c7c1a99003e8953a4b61031d905a71 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, 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_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD) 2024-09-11T08:12:27.596 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-11T08:12:27.596 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-11T08:12:27.596 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 systemd[1]: Stopped Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:12:27.596 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 systemd[1]: Starting Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:12:27.596 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 podman[33753]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x" found: no such container 2024-09-11T08:12:27.869 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 systemd[1]: Started Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:12:27.869 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 podman[33768]: 2024-09-11 08:12:27.623641866 +0000 UTC m=+0.016903214 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:12:27.869 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 podman[33768]: 2024-09-11 08:12:27.745782932 +0000 UTC m=+0.139044282 container create 85355100cdbecc851aa68d18dff8cb7f1ab65cdd4726d44d7d1e466e0746c0ef (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-11T08:12:28.173 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:27 smithi155 podman[33768]: 2024-09-11 08:12:27.998209623 +0000 UTC m=+0.391470971 container init 85355100cdbecc851aa68d18dff8cb7f1ab65cdd4726d44d7d1e466e0746c0ef (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-11T08:12:28.173 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 podman[33768]: 2024-09-11 08:12:28.001971832 +0000 UTC m=+0.395233185 container start 85355100cdbecc851aa68d18dff8cb7f1ab65cdd4726d44d7d1e466e0746c0ef (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-11T08:12:28.173 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:28.022+0000 7ff4273e1640 1 -- 172.21.15.155:0/3058441755 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fe72a9a340 con 0x55fe72aa7000 2024-09-11T08:12:28.173 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:28.116+0000 7ff429c49ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:12:28.173 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:28.171+0000 7ff429c49ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:12:28.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:27.629746+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"20 2024-09-11T08:12:28.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 24-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:28.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[23209]: audit 2024-09-11T08:12:27.629746+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:28.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[23209]: audit 2024-09-11T08:12:27.630279+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:28.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:27.630279+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:28.175 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[23209]: audit 2024-09-11T08:12:27.633527+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:28.175 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:27.633527+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2 2024-09-11T08:12:28.175 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:28.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:27.629746+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\ 2024-09-11T08:12:28.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:28 smithi007 bash[26113]: audit 2024-09-11T08:12:27.629746+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:28.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:28 smithi007 bash[26113]: audit 2024-09-11T08:12:27.630279+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:28.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:28 smithi007 bash[26113]: audit 2024-09-11T08:12:27.633527+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:28.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:28 smithi007 bash[23378]: audit 2024-09-11T08:12:27.629746+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:28.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:28 smithi007 bash[23378]: audit 2024-09-11T08:12:27.630279+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:28.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:27.629746+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T 2024-09-11T08:12:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:27.630279+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:28.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:28 smithi007 bash[23378]: audit 2024-09-11T08:12:27.633527+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:28.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:27.630279+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:28.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:27.633527+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07 2024-09-11T08:12:28.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: :28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:27.633527+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008815\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.008951\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.008986\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:08:32.009020\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:08:32.009054\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:08:32.009087\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:08:32.009120\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:08:32.009153\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:08:32.009185\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-1 2024-09-11T08:12:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 1T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:28.484 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:28.241+0000 7ff429c49ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:12:28.484 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[33768]: debug 2024-09-11T08:12:28.022+0000 7ff4273e1640 1 -- 172.21.15.155:0/3058441755 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fe72a9a340 con 0x55fe72aa7000 2024-09-11T08:12:28.484 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[33768]: debug 2024-09-11T08:12:28.116+0000 7ff429c49ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:12:28.484 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[33768]: debug 2024-09-11T08:12:28.171+0000 7ff429c49ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:12:28.484 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[33768]: debug 2024-09-11T08:12:28.241+0000 7ff429c49ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:12:28.484 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 podman[33768]: 2024-09-11 08:12:28.282673627 +0000 UTC m=+0.675934975 container attach 85355100cdbecc851aa68d18dff8cb7f1ab65cdd4726d44d7d1e466e0746c0ef (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-11T08:12:28.484 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:28.374+0000 7ff429c49ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:12:28.484 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[33768]: debug 2024-09-11T08:12:28.374+0000 7ff429c49ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:12:28.570 INFO:teuthology.orchestra.run.smithi007.stdout:Deployed mgr.x on host 'smithi155' 2024-09-11T08:12:28.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:28.518+0000 7ff429c49ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:12:28.761 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[33768]: debug 2024-09-11T08:12:28.518+0000 7ff429c49ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:12:29.130 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:27.952643+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:29.130 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:29 smithi155 bash[23209]: cluster 2024-09-11T08:12:27.952643+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:29.130 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:28.803+0000 7ff429c49ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:12:29.130 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[33768]: debug 2024-09-11T08:12:28.803+0000 7ff429c49ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:12:29.130 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:28.865+0000 7ff429c49ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:12:29.131 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:28 smithi155 bash[33768]: debug 2024-09-11T08:12:28.865+0000 7ff429c49ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:12:29.131 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:29.040+0000 7ff429c49ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:12:29.131 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:29 smithi155 bash[33768]: debug 2024-09-11T08:12:29.040+0000 7ff429c49ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:12:29.235 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:27.952643+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:29.235 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:29 smithi007 bash[23378]: cluster 2024-09-11T08:12:27.952643+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:29.235 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:27.952643+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:29.235 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:29 smithi007 bash[26113]: cluster 2024-09-11T08:12:27.952643+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:29.254 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps --refresh' 2024-09-11T08:12:30.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:30.016+0000 7ff429c49ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:12:30.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:30 smithi155 bash[33768]: debug 2024-09-11T08:12:30.016+0000 7ff429c49ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:12:30.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:30.086+0000 7ff429c49ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:12:30.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:30 smithi155 bash[33768]: debug 2024-09-11T08:12:30.086+0000 7ff429c49ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:12:30.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:29.953045+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:30.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:30 smithi155 bash[23209]: cluster 2024-09-11T08:12:29.953045+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:30.960 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:30.843+0000 7ff429c49ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:12:30.960 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:30 smithi155 bash[33768]: debug 2024-09-11T08:12:30.843+0000 7ff429c49ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:12:30.960 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:30.958+0000 7ff429c49ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:12:30.960 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:30 smithi155 bash[33768]: debug 2024-09-11T08:12:30.958+0000 7ff429c49ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:12:31.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.083+0000 7ff429c49ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:12:31.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.083+0000 7ff429c49ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:12:31.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.144+0000 7ff429c49ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:12:31.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.144+0000 7ff429c49ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:12:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:29.953045+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:30 smithi007 bash[23378]: cluster 2024-09-11T08:12:29.953045+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:29.953045+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:30 smithi007 bash[26113]: cluster 2024-09-11T08:12:29.953045+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:31.549 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.283+0000 7ff429c49ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:12:31.553 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.283+0000 7ff429c49ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:12:31.553 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.351+0000 7ff429c49ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:12:31.554 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.351+0000 7ff429c49ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:12:31.554 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.410+0000 7ff429c49ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:12:31.554 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.410+0000 7ff429c49ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:12:31.820 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.559+0000 7ff429c49ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:12:31.821 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.559+0000 7ff429c49ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:12:31.821 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.625+0000 7ff429c49ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:12:31.821 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.625+0000 7ff429c49ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:12:31.821 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.691+0000 7ff429c49ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:12:31.821 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.691+0000 7ff429c49ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:12:31.821 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.774+0000 7ff429c49ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:12:31.821 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.774+0000 7ff429c49ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:12:32.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:31 smithi007 bash[26113]: audit 2024-09-11T08:12:31.218427+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:32.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:31.218427+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:32.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:31.893039+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:32.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:31 smithi007 bash[23378]: audit 2024-09-11T08:12:31.218427+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:32.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:31 smithi007 bash[23378]: audit 2024-09-11T08:12:31.893039+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:32.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:31 smithi007 bash[26113]: audit 2024-09-11T08:12:31.893039+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:32.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:31.895773+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:32.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:31 smithi007 bash[23378]: audit 2024-09-11T08:12:31.895773+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:32.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:31 smithi007 bash[26113]: audit 2024-09-11T08:12:31.895773+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:32.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:31.218427+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:32.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:31.893039+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \ 2024-09-11T08:12:32.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: "osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:32.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:31.895773+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.97890 2024-09-11T08:12:32.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 4\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:32.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.835+0000 7ff429c49ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:12:32.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.835+0000 7ff429c49ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:12:32.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:31.899+0000 7ff429c49ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:12:32.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[33768]: debug 2024-09-11T08:12:31.899+0000 7ff429c49ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:12:32.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:31.218427+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:32.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:31.893039+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\ 2024-09-11T08:12:32.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[23209]: audit 2024-09-11T08:12:31.218427+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:32.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[23209]: audit 2024-09-11T08:12:31.893039+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:32.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:32.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:31 smithi155 bash[23209]: audit 2024-09-11T08:12:31.895773+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:32.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:31.895773+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891839\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891914\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.891948\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.891978\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:31.892007\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:31.892036\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:31.892064\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:31.892094\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:31.892123\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:31.892152\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, 2024-09-11T08:12:32.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:31.892225\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:32.946 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:12:32.653+0000 7ff429c49ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:12:32.946 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[33768]: debug 2024-09-11T08:12:32.653+0000 7ff429c49ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:12:33.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[26113]: audit 2024-09-11T08:12:31.217845+0000 mgr.y (mgr.14140) 339 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[26113]: cluster 2024-09-11T08:12:31.953471+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[26113]: cluster 2024-09-11T08:12:32.657881+0000 mon.a (mon.0) 651 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[26113]: cluster 2024-09-11T08:12:32.658027+0000 mon.a (mon.0) 652 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[26113]: audit 2024-09-11T08:12:32.658312+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[26113]: audit 2024-09-11T08:12:32.658593+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[26113]: audit 2024-09-11T08:12:32.659352+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[26113]: audit 2024-09-11T08:12:32.659567+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:31.217845+0000 mgr.y (mgr.14140) 339 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:31.953471+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:33.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:32.657881+0000 mon.a (mon.0) 651 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:12:33.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:32.658027+0000 mon.a (mon.0) 652 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:12:33.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:32.658312+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:12:33.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:32.658593+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:12:33.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:32.659352+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:12:33.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:32.659567+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:12:33.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:31.217845+0000 mgr.y (mgr.14140) 339 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:33.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:31.953471+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[23378]: audit 2024-09-11T08:12:31.217845+0000 mgr.y (mgr.14140) 339 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[23378]: cluster 2024-09-11T08:12:31.953471+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[23378]: cluster 2024-09-11T08:12:32.657881+0000 mon.a (mon.0) 651 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[23378]: cluster 2024-09-11T08:12:32.658027+0000 mon.a (mon.0) 652 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[23378]: audit 2024-09-11T08:12:32.658312+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[23378]: audit 2024-09-11T08:12:32.658593+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[23378]: audit 2024-09-11T08:12:32.659352+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 bash[23378]: audit 2024-09-11T08:12:32.659567+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:32.657881+0000 mon.a (mon.0) 651 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:32.658027+0000 mon.a (mon.0) 652 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:32.658312+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:12:33.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:32.658593+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:12:33.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:32.659352+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:12:33.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:32.659567+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:12:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:31.217845+0000 mgr.y (mgr.14140) 339 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[23209]: audit 2024-09-11T08:12:31.217845+0000 mgr.y (mgr.14140) 339 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[23209]: cluster 2024-09-11T08:12:31.953471+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[23209]: cluster 2024-09-11T08:12:32.657881+0000 mon.a (mon.0) 651 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:12:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[23209]: cluster 2024-09-11T08:12:32.658027+0000 mon.a (mon.0) 652 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[23209]: audit 2024-09-11T08:12:32.658312+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[23209]: audit 2024-09-11T08:12:32.658593+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[23209]: audit 2024-09-11T08:12:32.659352+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 bash[23209]: audit 2024-09-11T08:12:32.659567+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:31.953471+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:32.657881+0000 mon.a (mon.0) 651 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:32.658027+0000 mon.a (mon.0) 652 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:32.658312+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:32.658593+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:32.659352+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:12:33.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:32.659567+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:12:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:32.951478+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-11T08:12:34.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:33 smithi155 bash[23209]: cluster 2024-09-11T08:12:32.951478+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-11T08:12:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:32.951478+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-11T08:12:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:33 smithi007 bash[23378]: cluster 2024-09-11T08:12:32.951478+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-11T08:12:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:32.951478+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-11T08:12:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:33 smithi007 bash[26113]: cluster 2024-09-11T08:12:32.951478+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-11T08:12:34.954 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:33.954102+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:34.137796+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last 2024-09-11T08:12:35.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 bash[23209]: cluster 2024-09-11T08:12:33.954102+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 bash[23209]: audit 2024-09-11T08:12:34.137796+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:12:35.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: _config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:12:35.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 bash[23209]: audit 2024-09-11T08:12:34.141703+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:12:35.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 bash[23209]: audit 2024-09-11T08:12:34.142247+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:35.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:34.141703+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:12:35.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:34.142247+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:35.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 bash[26113]: cluster 2024-09-11T08:12:33.954102+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:33.954102+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 bash[26113]: audit 2024-09-11T08:12:34.137796+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:12:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:34.137796+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:12:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:34 smithi007 bash[23378]: cluster 2024-09-11T08:12:33.954102+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 bash[26113]: audit 2024-09-11T08:12:34.141703+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:12:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 bash[26113]: audit 2024-09-11T08:12:34.142247+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:35.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:33.954102+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:34 smithi007 bash[23378]: audit 2024-09-11T08:12:34.137796+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:12:35.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:34.137796+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\" 2024-09-11T08:12:35.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: : {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]: dispatch 2024-09-11T08:12:35.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:34.141703+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:12:35.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:34 smithi007 bash[23378]: audit 2024-09-11T08:12:34.141703+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:12:35.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:34 smithi007 bash[23378]: audit 2024-09-11T08:12:34.142247+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:35.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:34.142247+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:35.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:34.141703+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136626\", \"created\": \"2024-09-11T08:02:38.345554\", \"started\": \"2024-09-11T08:02:44.219750\"}, \"mgr.y\": {\"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136703\", \"created\": \"2024-09-11T08:02:46.146445\", \"started\": \"2024-09-11T08:02:46.177209\"}, \"mon.c\": {\"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136736\", \"created\": \"2024-09-11T08:03:32.187799\", \"started\": \"2024-09-11T08:03:32.221781\"}, \"osd.0\": {\"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136766\", \"created\": \"2024-09-11T08:04:15.161196\", \"started\": \"2024-09-11T08:04:17.245525\"}, \"osd.1\": {\"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:34.136794\", \"created\": \"2024-09-11T08:04:33.439938\", \"started\": \"2024-09-11T08:04:37.184266\"}, \"osd.2\": {\"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:34.136823\", \"created\": \"2024-09-11T08:04:52.134674\", \"started\": \"2024-09-11T08:04:55.053130\"}, \"osd.3\": {\"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852\", \"created\": \"2024-09-11T08:05:11.167405\", \"started\": \"2024-09-11T08:05:12.778272\"}, \"node-exporter.a\": {\"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880\", \"created\": \"2024-09-11T08:06:58.554888\", \"started\": \"2024-09-11T08:07:11.512464\"}, \"alertmanager.a\": {\"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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-11T08:12:34.136909\", \"created\": \"2024-09-11T08:07:28.064472\", \"started\": \"2024-09-11T08:07:59.074532\"}, \"rgw.r.z.smithi007.usgcjp\": {\"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:34.136938\", \"created\": \"2024-09-11T08:08:25.719657\", \"started\": \"2024-09-11T08:08:25.751551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379\"}, \"node-exporter.a\": {\"d 2024-09-11T08:12:35.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: eps\": [], \"last_config\": \"2024-09-11T08:06:57.871176\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071\"}}, \"last_daemon_update\": \"2024-09-11T08:12:34.137014\", \"last_device_update\": \"2024-09-11T08:05:17.321991\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.7\"]}, \"last_host_check\": \"2024-09-11T08:03:04.816964\"}"}]': finished 2024-09-11T08:12:35.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:34.142247+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:12:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:35.954557+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:37 smithi155 bash[23209]: cluster 2024-09-11T08:12:35.954557+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:35.954557+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:37 smithi007 bash[26113]: cluster 2024-09-11T08:12:35.954557+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:35.954557+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:37.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:37 smithi007 bash[23378]: cluster 2024-09-11T08:12:35.954557+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:38.137 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T08:12:38.137 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (4m) 0s ago 4m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 8c751f3da660 2024-09-11T08:12:38.137 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 running (10s) 0s ago 8m 17.2.7-1623-gd0e6828a quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 4a918172a497 85355100cdbe 2024-09-11T08:12:38.137 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (8m) 0s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:12:38.138 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (5m) 0s ago 5m docker.io/prom/node-exporter:latest 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:12:38.138 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (7m) 0s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:12:38.138 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:12:38.138 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:12:38.138 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:12:38.138 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (4m) 0s ago 5m docker.io/prom/prometheus:latest 4022a502929b 9834e090392d 2024-09-11T08:12:38.138 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (4m) 0s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:12:38.915 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:12:39.160 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:37.955116+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:39.160 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:39 smithi007 bash[26113]: cluster 2024-09-11T08:12:37.955116+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:39.161 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:38.130108+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\ 2024-09-11T08:12:39.161 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:39 smithi007 bash[23378]: cluster 2024-09-11T08:12:37.955116+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:39.161 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:39 smithi007 bash[26113]: audit 2024-09-11T08:12:38.130108+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:39.162 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:39 smithi007 bash[23378]: audit 2024-09-11T08:12:38.130108+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:39.162 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:39.162 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:39 smithi007 bash[26113]: audit 2024-09-11T08:12:38.133430+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:39.162 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:37.955116+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:39.163 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:39 smithi007 bash[23378]: audit 2024-09-11T08:12:38.133430+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:39.163 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:12:38.133430+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:39.163 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:38.130108+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\ 2024-09-11T08:12:39.163 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: "}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:39.163 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:12:38.133430+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, 2024-09-11T08:12:39.164 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:37.955116+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:38.130108+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\ 2024-09-11T08:12:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:39.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:12:38.133430+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:39.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:39 smithi155 bash[23209]: cluster 2024-09-11T08:12:37.955116+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:39.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:39 smithi155 bash[23209]: audit 2024-09-11T08:12:38.130108+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]: dispatch 2024-09-11T08:12:39.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:39 smithi155 bash[23209]: audit 2024-09-11T08:12:38.133430+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14140 172.21.15.7:0/1907155208' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128718\", \"created\": \"2024-09-11T08:03:44.784553\", \"started\": \"2024-09-11T08:03:44.812770\"}, \"mgr.x\": {\"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128810\", \"created\": \"2024-09-11T08:03:58.714274\", \"started\": \"2024-09-11T08:12:27.626330\"}, \"osd.4\": {\"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.128849\", \"created\": \"2024-09-11T08:05:25.518538\", \"started\": \"2024-09-11T08:05:27.963404\"}, \"osd.5\": {\"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128882\", \"created\": \"2024-09-11T08:05:43.354184\", \"started\": \"2024-09-11T08:06:05.045492\"}, \"osd.6\": {\"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-11T08:12:38.128915\", \"created\": \"2024-09-11T08:06:06.515725\", \"started\": \"2024-09-11T08:06:09.145073\"}, \"osd.7\": {\"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:12:38.128947\", \"created\": \"2024-09-11T08:06:25.187354\", \"started\": \"2024-09-11T08:06:27.427974\"}, \"prometheus.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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-11T08:12:38.128979\", \"created\": \"2024-09-11T08:06:55.786750\", \"started\": \"2024-09-11T08:08:03.584812\"}, \"node-exporter.b\": {\"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011\", \"created\": \"2024-09-11T08:06:59.224682\", \"started\": \"2024-09-11T08:07:06.890834\"}, \"grafana.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043\", \"created\": \"2024-09-11T08:07:43.481806\", \"started\": \"2024-09-11T08:07:43.587925\"}, \"rgw.r.z.smithi155.gxngma\": {\"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:12:38.129074\", \"created\": \"2024-09-11T08:08:23.521010\", \"started\": \"2024-09-11T08:08:23.553394\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521\"}}, \"last_daemon_update\": \"2024-09-11T08:12:38.129169\", \"last_device_update\": \"2024-09-11T08:06:31.295181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-11T08:03:21.686539\"}"}]': finished 2024-09-11T08:12:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:39.955676+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:40 smithi155 bash[23209]: cluster 2024-09-11T08:12:39.955676+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:41.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:39.955676+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:41.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:40 smithi007 bash[26113]: cluster 2024-09-11T08:12:39.955676+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:39.955676+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:40 smithi007 bash[23378]: cluster 2024-09-11T08:12:39.955676+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:41.956122+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:43 smithi007 bash[23378]: cluster 2024-09-11T08:12:41.956122+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:41.956122+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:43 smithi007 bash[26113]: cluster 2024-09-11T08:12:41.956122+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:43.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:41.956122+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:43.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:43 smithi155 bash[23209]: cluster 2024-09-11T08:12:41.956122+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:43.956968+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:45 smithi007 bash[23378]: cluster 2024-09-11T08:12:43.956968+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:43.956968+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:45 smithi007 bash[26113]: cluster 2024-09-11T08:12:43.956968+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:45.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:43.956968+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:45.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:45 smithi155 bash[23209]: cluster 2024-09-11T08:12:43.956968+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:45.957435+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:47 smithi007 bash[23378]: cluster 2024-09-11T08:12:45.957435+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:45.957435+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:47 smithi007 bash[26113]: cluster 2024-09-11T08:12:45.957435+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:47.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:45.957435+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:47.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:47 smithi155 bash[23209]: cluster 2024-09-11T08:12:45.957435+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:49.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:47.958174+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:49.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:49 smithi007 bash[23378]: cluster 2024-09-11T08:12:47.958174+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:49.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:47.958174+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:49.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:49 smithi007 bash[26113]: cluster 2024-09-11T08:12:47.958174+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:47.958174+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:49 smithi155 bash[23209]: cluster 2024-09-11T08:12:47.958174+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:49.958793+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:50 smithi155 bash[23209]: cluster 2024-09-11T08:12:49.958793+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:50 smithi007 bash[23378]: cluster 2024-09-11T08:12:49.958793+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:49.958793+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:49.958793+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:50 smithi007 bash[26113]: cluster 2024-09-11T08:12:49.958793+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:53.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:51.959401+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:53 smithi007 bash[26113]: cluster 2024-09-11T08:12:51.959401+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:51.959401+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:53 smithi007 bash[23378]: cluster 2024-09-11T08:12:51.959401+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:53.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:51.959401+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:53.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:53 smithi155 bash[23209]: cluster 2024-09-11T08:12:51.959401+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:53.960163+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:55 smithi007 bash[23378]: cluster 2024-09-11T08:12:53.960163+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:53.960163+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:55 smithi007 bash[26113]: cluster 2024-09-11T08:12:53.960163+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:53.960163+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:55 smithi155 bash[23209]: cluster 2024-09-11T08:12:53.960163+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:55.960606+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:57 smithi007 bash[23378]: cluster 2024-09-11T08:12:55.960606+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:55.960606+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:57 smithi007 bash[26113]: cluster 2024-09-11T08:12:55.960606+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:57.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:55.960606+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:57.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:57 smithi155 bash[23209]: cluster 2024-09-11T08:12:55.960606+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:57.961194+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:12:59 smithi007 bash[26113]: cluster 2024-09-11T08:12:57.961194+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:57.961194+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:12:59 smithi007 bash[23378]: cluster 2024-09-11T08:12:57.961194+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:57.961194+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:12:59 smithi155 bash[23209]: cluster 2024-09-11T08:12:57.961194+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:12:59.961671+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:00 smithi155 bash[23209]: cluster 2024-09-11T08:12:59.961671+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:12:59.961671+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:00 smithi007 bash[23378]: cluster 2024-09-11T08:12:59.961671+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:12:59.961671+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:00 smithi007 bash[26113]: cluster 2024-09-11T08:12:59.961671+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:03.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:01.962320+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:03.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:03 smithi007 bash[23378]: cluster 2024-09-11T08:13:01.962320+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:03.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:01.962320+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:03.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:03 smithi007 bash[26113]: cluster 2024-09-11T08:13:01.962320+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:03.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:01.962320+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:03.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:03 smithi155 bash[23209]: cluster 2024-09-11T08:13:01.962320+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:03.962990+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:05 smithi007 bash[23378]: cluster 2024-09-11T08:13:03.962990+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:03.962990+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:05 smithi007 bash[26113]: cluster 2024-09-11T08:13:03.962990+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:05.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:03.962990+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:05 smithi155 bash[23209]: cluster 2024-09-11T08:13:03.962990+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:07 smithi007 bash[23378]: cluster 2024-09-11T08:13:05.963527+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:07.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:05.963527+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:05.963527+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:07 smithi007 bash[26113]: cluster 2024-09-11T08:13:05.963527+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:05.963527+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:07 smithi155 bash[23209]: cluster 2024-09-11T08:13:05.963527+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:07.964400+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:09 smithi007 bash[23378]: cluster 2024-09-11T08:13:07.964400+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:07.964400+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:09 smithi007 bash[26113]: cluster 2024-09-11T08:13:07.964400+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:07.964400+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:09 smithi155 bash[23209]: cluster 2024-09-11T08:13:07.964400+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:09.964824+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:10 smithi155 bash[23209]: cluster 2024-09-11T08:13:09.964824+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:09.964824+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:10 smithi007 bash[23378]: cluster 2024-09-11T08:13:09.964824+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:09.964824+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:10 smithi007 bash[26113]: cluster 2024-09-11T08:13:09.964824+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:11.965432+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:13 smithi007 bash[23378]: cluster 2024-09-11T08:13:11.965432+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:11.965432+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:13 smithi007 bash[26113]: cluster 2024-09-11T08:13:11.965432+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:13.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:11.965432+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:13.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:13 smithi155 bash[23209]: cluster 2024-09-11T08:13:11.965432+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:13.966053+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:15.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:15 smithi007 bash[23378]: cluster 2024-09-11T08:13:13.966053+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:13.966053+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:15 smithi007 bash[26113]: cluster 2024-09-11T08:13:13.966053+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:15.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:13.966053+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:15.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:15 smithi155 bash[23209]: cluster 2024-09-11T08:13:13.966053+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:17 smithi007 bash[23378]: cluster 2024-09-11T08:13:15.966654+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:17.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:15.966654+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:15.966654+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:17.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:17 smithi007 bash[26113]: cluster 2024-09-11T08:13:15.966654+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:17.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:15.966654+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:17 smithi155 bash[23209]: cluster 2024-09-11T08:13:15.966654+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:17.967207+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:19 smithi007 bash[23378]: cluster 2024-09-11T08:13:17.967207+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:17.967207+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:19 smithi007 bash[26113]: cluster 2024-09-11T08:13:17.967207+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:17.967207+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:19 smithi155 bash[23209]: cluster 2024-09-11T08:13:17.967207+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:19.967731+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:20 smithi155 bash[23209]: cluster 2024-09-11T08:13:19.967731+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:19.967731+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:20 smithi007 bash[23378]: cluster 2024-09-11T08:13:19.967731+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:21.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:19.967731+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:20 smithi007 bash[26113]: cluster 2024-09-11T08:13:19.967731+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:21.968340+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:23 smithi007 bash[23378]: cluster 2024-09-11T08:13:21.968340+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:21.968340+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:23 smithi007 bash[26113]: cluster 2024-09-11T08:13:21.968340+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:23.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:21.968340+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:23.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:23 smithi155 bash[23209]: cluster 2024-09-11T08:13:21.968340+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:23.968996+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:25 smithi007 bash[23378]: cluster 2024-09-11T08:13:23.968996+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:23.968996+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:25.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:25 smithi007 bash[26113]: cluster 2024-09-11T08:13:23.968996+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:25.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:23.968996+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:25.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:25 smithi155 bash[23209]: cluster 2024-09-11T08:13:23.968996+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:25.969355+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:27 smithi007 bash[23378]: cluster 2024-09-11T08:13:25.969355+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:25.969355+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:27.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:27 smithi007 bash[26113]: cluster 2024-09-11T08:13:25.969355+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:27.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:25.969355+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:27.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:27 smithi155 bash[23209]: cluster 2024-09-11T08:13:25.969355+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:29 smithi007 bash[23378]: cluster 2024-09-11T08:13:27.970114+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:27.970114+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:27.970114+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:29 smithi007 bash[26113]: cluster 2024-09-11T08:13:27.970114+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:29.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:27.970114+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:29.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:29 smithi155 bash[23209]: cluster 2024-09-11T08:13:27.970114+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:29.970744+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:30 smithi155 bash[23209]: cluster 2024-09-11T08:13:29.970744+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:29.970744+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:30 smithi007 bash[23378]: cluster 2024-09-11T08:13:29.970744+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:29.970744+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:30 smithi007 bash[26113]: cluster 2024-09-11T08:13:29.970744+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:31.971220+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:33 smithi007 bash[23378]: cluster 2024-09-11T08:13:31.971220+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:31.971220+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:33 smithi007 bash[26113]: cluster 2024-09-11T08:13:31.971220+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:33.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:31.971220+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:33 smithi155 bash[23209]: cluster 2024-09-11T08:13:31.971220+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:35.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:33.971968+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:35.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:35 smithi007 bash[23378]: cluster 2024-09-11T08:13:33.971968+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:33.971968+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:35.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:35 smithi007 bash[26113]: cluster 2024-09-11T08:13:33.971968+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:35.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:33.971968+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:35.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:35 smithi155 bash[23209]: cluster 2024-09-11T08:13:33.971968+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:35.972569+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:37 smithi007 bash[23378]: cluster 2024-09-11T08:13:35.972569+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:37.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:35.972569+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:37.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:37 smithi007 bash[26113]: cluster 2024-09-11T08:13:35.972569+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:37.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:35.972569+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:37.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:37 smithi155 bash[23209]: cluster 2024-09-11T08:13:35.972569+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:37.973349+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:39 smithi007 bash[23378]: cluster 2024-09-11T08:13:37.973349+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:37.973349+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:39 smithi007 bash[26113]: cluster 2024-09-11T08:13:37.973349+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:37.973349+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:39 smithi155 bash[23209]: cluster 2024-09-11T08:13:37.973349+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:39.973918+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:40 smithi155 bash[23209]: cluster 2024-09-11T08:13:39.973918+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:39.973918+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:40 smithi007 bash[23378]: cluster 2024-09-11T08:13:39.973918+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:39.973918+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:40 smithi007 bash[26113]: cluster 2024-09-11T08:13:39.973918+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:41.974662+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:43 smithi007 bash[23378]: cluster 2024-09-11T08:13:41.974662+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:41.974662+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:43 smithi007 bash[26113]: cluster 2024-09-11T08:13:41.974662+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:43.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:41.974662+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:43.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:43 smithi155 bash[23209]: cluster 2024-09-11T08:13:41.974662+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:45 smithi007 bash[23378]: cluster 2024-09-11T08:13:43.975333+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:43.975333+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:43.975333+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:45 smithi007 bash[26113]: cluster 2024-09-11T08:13:43.975333+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:45.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:43.975333+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:45.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:45 smithi155 bash[23209]: cluster 2024-09-11T08:13:43.975333+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:45.975779+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:47 smithi007 bash[23378]: cluster 2024-09-11T08:13:45.975779+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:45.975779+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:47 smithi007 bash[26113]: cluster 2024-09-11T08:13:45.975779+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:47.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:45.975779+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:47.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:47 smithi155 bash[23209]: cluster 2024-09-11T08:13:45.975779+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:47.976401+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:49 smithi155 bash[23209]: cluster 2024-09-11T08:13:47.976401+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:49 smithi007 bash[23378]: cluster 2024-09-11T08:13:47.976401+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:47.976401+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:47.976401+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:49 smithi007 bash[26113]: cluster 2024-09-11T08:13:47.976401+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:51.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:49.976927+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:50 smithi155 bash[23209]: cluster 2024-09-11T08:13:49.976927+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:51.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:49.976927+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:51.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:50 smithi007 bash[26113]: cluster 2024-09-11T08:13:49.976927+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:49.976927+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:50 smithi007 bash[23378]: cluster 2024-09-11T08:13:49.976927+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:51.977545+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:53 smithi007 bash[23378]: cluster 2024-09-11T08:13:51.977545+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:51.977545+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:53 smithi007 bash[26113]: cluster 2024-09-11T08:13:51.977545+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:53.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:51.977545+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:53.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:53 smithi155 bash[23209]: cluster 2024-09-11T08:13:51.977545+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:53.978253+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:55 smithi007 bash[23378]: cluster 2024-09-11T08:13:53.978253+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:53.978253+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:55 smithi007 bash[26113]: cluster 2024-09-11T08:13:53.978253+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:55.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:53.978253+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:55 smithi155 bash[23209]: cluster 2024-09-11T08:13:53.978253+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:57.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:55.978773+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:57.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:57 smithi155 bash[23209]: cluster 2024-09-11T08:13:55.978773+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:57.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:55.978773+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:57.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:57 smithi007 bash[26113]: cluster 2024-09-11T08:13:55.978773+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:57.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:55.978773+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:57.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:57 smithi007 bash[23378]: cluster 2024-09-11T08:13:55.978773+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:59.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:57.979398+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:59.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:13:59 smithi155 bash[23209]: cluster 2024-09-11T08:13:57.979398+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:59.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:57.979398+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:59.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:13:59 smithi007 bash[23378]: cluster 2024-09-11T08:13:57.979398+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:59.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:57.979398+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:59.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:13:59 smithi007 bash[26113]: cluster 2024-09-11T08:13:57.979398+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:13:59.979944+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:00 smithi155 bash[23209]: cluster 2024-09-11T08:13:59.979944+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:13:59.979944+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:00 smithi007 bash[26113]: cluster 2024-09-11T08:13:59.979944+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:13:59.979944+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:00 smithi007 bash[23378]: cluster 2024-09-11T08:13:59.979944+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:01.980644+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:03 smithi007 bash[23378]: cluster 2024-09-11T08:14:01.980644+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:01.980644+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:03 smithi007 bash[26113]: cluster 2024-09-11T08:14:01.980644+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:03.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:01.980644+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:03.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:03 smithi155 bash[23209]: cluster 2024-09-11T08:14:01.980644+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:05.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:03.981260+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:05 smithi155 bash[23209]: cluster 2024-09-11T08:14:03.981260+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:05.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:03.981260+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:05.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:05 smithi007 bash[23378]: cluster 2024-09-11T08:14:03.981260+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:05.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:03.981260+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:05.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:05 smithi007 bash[26113]: cluster 2024-09-11T08:14:03.981260+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:07.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:05.981746+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:07 smithi155 bash[23209]: cluster 2024-09-11T08:14:05.981746+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:07.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:05.981746+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:07.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:07 smithi007 bash[23378]: cluster 2024-09-11T08:14:05.981746+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:07.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:05.981746+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:07.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:07 smithi007 bash[26113]: cluster 2024-09-11T08:14:05.981746+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:07.982300+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:09 smithi155 bash[23209]: cluster 2024-09-11T08:14:07.982300+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:07.982300+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:09 smithi007 bash[23378]: cluster 2024-09-11T08:14:07.982300+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:07.982300+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:09 smithi007 bash[26113]: cluster 2024-09-11T08:14:07.982300+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:09.982843+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:10 smithi155 bash[23209]: cluster 2024-09-11T08:14:09.982843+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:09.982843+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:10 smithi007 bash[23378]: cluster 2024-09-11T08:14:09.982843+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:09.982843+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:10 smithi007 bash[26113]: cluster 2024-09-11T08:14:09.982843+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:11.983414+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:13 smithi007 bash[23378]: cluster 2024-09-11T08:14:11.983414+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:11.983414+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:13.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:13 smithi007 bash[26113]: cluster 2024-09-11T08:14:11.983414+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:13.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:11.983414+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:13.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:13 smithi155 bash[23209]: cluster 2024-09-11T08:14:11.983414+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:15.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:13.983986+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:15.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:15 smithi155 bash[23209]: cluster 2024-09-11T08:14:13.983986+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:15.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:13.983986+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:15.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:15 smithi007 bash[23378]: cluster 2024-09-11T08:14:13.983986+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:15.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:13.983986+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:15.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:15 smithi007 bash[26113]: cluster 2024-09-11T08:14:13.983986+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:15.984370+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:17 smithi155 bash[23209]: cluster 2024-09-11T08:14:15.984370+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:15.984370+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:17 smithi007 bash[23378]: cluster 2024-09-11T08:14:15.984370+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:15.984370+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:17 smithi007 bash[26113]: cluster 2024-09-11T08:14:15.984370+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:17.984999+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:19 smithi155 bash[23209]: cluster 2024-09-11T08:14:17.984999+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:17.984999+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:19 smithi007 bash[26113]: cluster 2024-09-11T08:14:17.984999+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:19 smithi007 bash[23378]: cluster 2024-09-11T08:14:17.984999+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:17.984999+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:19.985705+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:20 smithi155 bash[23209]: cluster 2024-09-11T08:14:19.985705+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:19.985705+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:20 smithi007 bash[23378]: cluster 2024-09-11T08:14:19.985705+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:19.985705+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:20 smithi007 bash[26113]: cluster 2024-09-11T08:14:19.985705+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:21.986445+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:23 smithi155 bash[23209]: cluster 2024-09-11T08:14:21.986445+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:23 smithi007 bash[23378]: cluster 2024-09-11T08:14:21.986445+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:21.986445+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:21.986445+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:23 smithi007 bash[26113]: cluster 2024-09-11T08:14:21.986445+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:23.987094+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:25 smithi155 bash[23209]: cluster 2024-09-11T08:14:23.987094+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:25 smithi007 bash[23378]: cluster 2024-09-11T08:14:23.987094+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:23.987094+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:23.987094+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:25 smithi007 bash[26113]: cluster 2024-09-11T08:14:23.987094+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:25.987678+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:27 smithi155 bash[23209]: cluster 2024-09-11T08:14:25.987678+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:27 smithi007 bash[23378]: cluster 2024-09-11T08:14:25.987678+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:25.987678+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:25.987678+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:27 smithi007 bash[26113]: cluster 2024-09-11T08:14:25.987678+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:29.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:27.988353+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:29.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:29 smithi155 bash[23209]: cluster 2024-09-11T08:14:27.988353+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:29.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:29 smithi007 bash[23378]: cluster 2024-09-11T08:14:27.988353+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:29.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:27.988353+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:29.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:27.988353+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:29.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:29 smithi007 bash[26113]: cluster 2024-09-11T08:14:27.988353+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:29.988837+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:30 smithi155 bash[23209]: cluster 2024-09-11T08:14:29.988837+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:29.988837+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:30 smithi007 bash[23378]: cluster 2024-09-11T08:14:29.988837+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:29.988837+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:30 smithi007 bash[26113]: cluster 2024-09-11T08:14:29.988837+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:31.989339+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:33 smithi155 bash[23209]: cluster 2024-09-11T08:14:31.989339+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:31.989339+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:33 smithi007 bash[23378]: cluster 2024-09-11T08:14:31.989339+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:31.989339+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:33 smithi007 bash[26113]: cluster 2024-09-11T08:14:31.989339+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:33.989988+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:35 smithi155 bash[23209]: cluster 2024-09-11T08:14:33.989988+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:35 smithi007 bash[23378]: cluster 2024-09-11T08:14:33.989988+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:33.989988+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:33.989988+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:35 smithi007 bash[26113]: cluster 2024-09-11T08:14:33.989988+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:35.990493+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:37 smithi155 bash[23209]: cluster 2024-09-11T08:14:35.990493+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:35.990493+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:37 smithi007 bash[23378]: cluster 2024-09-11T08:14:35.990493+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:35.990493+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:37 smithi007 bash[26113]: cluster 2024-09-11T08:14:35.990493+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:37.991196+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:39 smithi155 bash[23209]: cluster 2024-09-11T08:14:37.991196+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:39.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:37.991196+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:39.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:39 smithi007 bash[23378]: cluster 2024-09-11T08:14:37.991196+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:39.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:37.991196+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:39.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:39 smithi007 bash[26113]: cluster 2024-09-11T08:14:37.991196+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:39.991851+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:40 smithi155 bash[23209]: cluster 2024-09-11T08:14:39.991851+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:39.991851+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:40 smithi007 bash[23378]: cluster 2024-09-11T08:14:39.991851+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:39.991851+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:40 smithi007 bash[26113]: cluster 2024-09-11T08:14:39.991851+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:41.992381+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:43 smithi155 bash[23209]: cluster 2024-09-11T08:14:41.992381+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:41.992381+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:43 smithi007 bash[23378]: cluster 2024-09-11T08:14:41.992381+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:41.992381+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:43 smithi007 bash[26113]: cluster 2024-09-11T08:14:41.992381+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:43.993033+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:45 smithi155 bash[23209]: cluster 2024-09-11T08:14:43.993033+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:43.993033+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:45 smithi007 bash[23378]: cluster 2024-09-11T08:14:43.993033+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:43.993033+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:45 smithi007 bash[26113]: cluster 2024-09-11T08:14:43.993033+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:45.993655+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:47 smithi155 bash[23209]: cluster 2024-09-11T08:14:45.993655+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:45.993655+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:47 smithi007 bash[23378]: cluster 2024-09-11T08:14:45.993655+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:45.993655+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:47 smithi007 bash[26113]: cluster 2024-09-11T08:14:45.993655+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:47.994606+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:49 smithi155 bash[23209]: cluster 2024-09-11T08:14:47.994606+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:47.994606+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:49 smithi007 bash[26113]: cluster 2024-09-11T08:14:47.994606+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:47.994606+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:49 smithi007 bash[23378]: cluster 2024-09-11T08:14:47.994606+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:51.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:49.995276+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:50 smithi155 bash[23209]: cluster 2024-09-11T08:14:49.995276+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:49.995276+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:50 smithi007 bash[23378]: cluster 2024-09-11T08:14:49.995276+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:49.995276+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:50 smithi007 bash[26113]: cluster 2024-09-11T08:14:49.995276+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:53.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:51.995851+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:53.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:53 smithi155 bash[23209]: cluster 2024-09-11T08:14:51.995851+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:53.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:51.995851+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:53.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:53 smithi007 bash[23378]: cluster 2024-09-11T08:14:51.995851+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:53.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:51.995851+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:53.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:53 smithi007 bash[26113]: cluster 2024-09-11T08:14:51.995851+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:53.996578+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:55 smithi155 bash[23209]: cluster 2024-09-11T08:14:53.996578+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:53.996578+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:55 smithi007 bash[23378]: cluster 2024-09-11T08:14:53.996578+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:53.996578+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:55 smithi007 bash[26113]: cluster 2024-09-11T08:14:53.996578+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:57.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:55.997170+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:57.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:57 smithi155 bash[23209]: cluster 2024-09-11T08:14:55.997170+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:57.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:57 smithi007 bash[23378]: cluster 2024-09-11T08:14:55.997170+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:57.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:55.997170+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:57.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:55.997170+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:57.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:57 smithi007 bash[26113]: cluster 2024-09-11T08:14:55.997170+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:59.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:57.997898+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:59.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:14:59 smithi155 bash[23209]: cluster 2024-09-11T08:14:57.997898+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:59.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:57.997898+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:59.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:14:59 smithi007 bash[23378]: cluster 2024-09-11T08:14:57.997898+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:59.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:57.997898+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:59.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:14:59 smithi007 bash[26113]: cluster 2024-09-11T08:14:57.997898+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:14:59.998467+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:00 smithi155 bash[23209]: cluster 2024-09-11T08:14:59.998467+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:14:59.998467+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:00 smithi007 bash[23378]: cluster 2024-09-11T08:14:59.998467+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:14:59.998467+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:00 smithi007 bash[26113]: cluster 2024-09-11T08:14:59.998467+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:01.999184+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:03 smithi155 bash[23209]: cluster 2024-09-11T08:15:01.999184+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:01.999184+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:03 smithi007 bash[23378]: cluster 2024-09-11T08:15:01.999184+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:01.999184+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:03 smithi007 bash[26113]: cluster 2024-09-11T08:15:01.999184+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:03.999857+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:05.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:05 smithi155 bash[23209]: cluster 2024-09-11T08:15:03.999857+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:05.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:03.999857+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:05.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:05 smithi007 bash[23378]: cluster 2024-09-11T08:15:03.999857+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:05.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:03.999857+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:05.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:05 smithi007 bash[26113]: cluster 2024-09-11T08:15:03.999857+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:07.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:06.000433+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:07 smithi155 bash[23209]: cluster 2024-09-11T08:15:06.000433+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:07.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:07 smithi007 bash[23378]: cluster 2024-09-11T08:15:06.000433+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:07.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:06.000433+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:07.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:06.000433+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:07.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:07 smithi007 bash[26113]: cluster 2024-09-11T08:15:06.000433+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:08.001118+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:09 smithi155 bash[23209]: cluster 2024-09-11T08:15:08.001118+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:09 smithi007 bash[23378]: cluster 2024-09-11T08:15:08.001118+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:08.001118+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:08.001118+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:09 smithi007 bash[26113]: cluster 2024-09-11T08:15:08.001118+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:10.001569+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:10 smithi155 bash[23209]: cluster 2024-09-11T08:15:10.001569+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:10.001569+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:10 smithi007 bash[26113]: cluster 2024-09-11T08:15:10.001569+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:10 smithi007 bash[23378]: cluster 2024-09-11T08:15:10.001569+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:10.001569+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:12.002249+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:13 smithi155 bash[23209]: cluster 2024-09-11T08:15:12.002249+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:12.002249+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:13 smithi007 bash[23378]: cluster 2024-09-11T08:15:12.002249+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:12.002249+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:13 smithi007 bash[26113]: cluster 2024-09-11T08:15:12.002249+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:14.002990+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:15 smithi155 bash[23209]: cluster 2024-09-11T08:15:14.002990+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:14.002990+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:15 smithi007 bash[23378]: cluster 2024-09-11T08:15:14.002990+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:14.002990+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:15 smithi007 bash[26113]: cluster 2024-09-11T08:15:14.002990+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:16.003420+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:17 smithi155 bash[23209]: cluster 2024-09-11T08:15:16.003420+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:16.003420+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:17 smithi007 bash[23378]: cluster 2024-09-11T08:15:16.003420+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:16.003420+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:17 smithi007 bash[26113]: cluster 2024-09-11T08:15:16.003420+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:18.004182+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:19 smithi155 bash[23209]: cluster 2024-09-11T08:15:18.004182+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:18.004182+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:19 smithi007 bash[23378]: cluster 2024-09-11T08:15:18.004182+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:18.004182+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:19 smithi007 bash[26113]: cluster 2024-09-11T08:15:18.004182+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:20.004647+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:20 smithi155 bash[23209]: cluster 2024-09-11T08:15:20.004647+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:20.004647+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:20 smithi007 bash[23378]: cluster 2024-09-11T08:15:20.004647+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:20.004647+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:20 smithi007 bash[26113]: cluster 2024-09-11T08:15:20.004647+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:22.005361+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:23 smithi155 bash[23209]: cluster 2024-09-11T08:15:22.005361+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:22.005361+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:23 smithi007 bash[23378]: cluster 2024-09-11T08:15:22.005361+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:22.005361+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:23 smithi007 bash[26113]: cluster 2024-09-11T08:15:22.005361+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:24.006133+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:25 smithi155 bash[23209]: cluster 2024-09-11T08:15:24.006133+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:25 smithi007 bash[23378]: cluster 2024-09-11T08:15:24.006133+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:24.006133+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:24.006133+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:25 smithi007 bash[26113]: cluster 2024-09-11T08:15:24.006133+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:26.006715+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:27 smithi155 bash[23209]: cluster 2024-09-11T08:15:26.006715+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:26.006715+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:27 smithi007 bash[26113]: cluster 2024-09-11T08:15:26.006715+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:26.006715+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:27 smithi007 bash[23378]: cluster 2024-09-11T08:15:26.006715+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:28.007499+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:29 smithi155 bash[23209]: cluster 2024-09-11T08:15:28.007499+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:28.007499+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:29 smithi007 bash[26113]: cluster 2024-09-11T08:15:28.007499+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:28.007499+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:29 smithi007 bash[23378]: cluster 2024-09-11T08:15:28.007499+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:30.008142+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:30 smithi155 bash[23209]: cluster 2024-09-11T08:15:30.008142+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:30.008142+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:30 smithi007 bash[26113]: cluster 2024-09-11T08:15:30.008142+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:30 smithi007 bash[23378]: cluster 2024-09-11T08:15:30.008142+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:30.008142+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:32.008691+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:33 smithi155 bash[23209]: cluster 2024-09-11T08:15:32.008691+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:32.008691+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:33 smithi007 bash[26113]: cluster 2024-09-11T08:15:32.008691+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:32.008691+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:33 smithi007 bash[23378]: cluster 2024-09-11T08:15:32.008691+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:35.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:34.009362+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:35.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:35 smithi155 bash[23209]: cluster 2024-09-11T08:15:34.009362+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:35.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:34.009362+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:35.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:35 smithi007 bash[26113]: cluster 2024-09-11T08:15:34.009362+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:35.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:34.009362+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:35.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:35 smithi007 bash[23378]: cluster 2024-09-11T08:15:34.009362+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:36.009930+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:37 smithi155 bash[23209]: cluster 2024-09-11T08:15:36.009930+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:36.009930+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:37 smithi007 bash[26113]: cluster 2024-09-11T08:15:36.009930+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:36.009930+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:37 smithi007 bash[23378]: cluster 2024-09-11T08:15:36.009930+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:38.010610+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:39 smithi155 bash[23209]: cluster 2024-09-11T08:15:38.010610+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:38.010610+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:39 smithi007 bash[26113]: cluster 2024-09-11T08:15:38.010610+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:38.010610+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:39 smithi007 bash[23378]: cluster 2024-09-11T08:15:38.010610+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:40.011045+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:40 smithi155 bash[23209]: cluster 2024-09-11T08:15:40.011045+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:40.011045+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:40 smithi007 bash[23378]: cluster 2024-09-11T08:15:40.011045+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:40.011045+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:40 smithi007 bash[26113]: cluster 2024-09-11T08:15:40.011045+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.313 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:15:43.093 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T08:15:43.093 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (7m) 3m ago 8m docker.io/prom/alertmanager:latest 11f11916f8cd 17438fcdc4cd 2024-09-11T08:15:43.093 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (7m) 3m ago 7m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 8c751f3da660 2024-09-11T08:15:43.093 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 running (3m) 3m ago 11m 17.2.7-1623-gd0e6828a quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 4a918172a497 85355100cdbe 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2cc047b2fc80 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (12m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (8m) 3m ago 8m docker.io/prom/node-exporter:latest 71dc9668b154 550dc5450d6e 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (8m) 3m ago 8m docker.io/prom/node-exporter:latest 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:15:43.094 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:15:43.095 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:15:43.095 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:15:43.095 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:15:43.095 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (7m) 3m ago 8m docker.io/prom/prometheus:latest 4022a502929b 9834e090392d 2024-09-11T08:15:43.095 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:15:43.095 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:15:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:42.011541+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:43 smithi007 bash[23378]: cluster 2024-09-11T08:15:42.011541+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:42.011541+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:43 smithi007 bash[26113]: cluster 2024-09-11T08:15:42.011541+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:42.011541+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:43 smithi155 bash[23209]: cluster 2024-09-11T08:15:42.011541+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.707 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:15:44.270 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:43.088994+0000 mgr.y (mgr.14140) 436 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:44.270 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:44 smithi007 bash[23378]: audit 2024-09-11T08:15:43.088994+0000 mgr.y (mgr.14140) 436 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:44.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:43.088994+0000 mgr.y (mgr.14140) 436 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:44.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:44 smithi007 bash[26113]: audit 2024-09-11T08:15:43.088994+0000 mgr.y (mgr.14140) 436 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:44.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:43.088994+0000 mgr.y (mgr.14140) 436 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:44.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:44 smithi155 bash[23209]: audit 2024-09-11T08:15:43.088994+0000 mgr.y (mgr.14140) 436 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:45.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:44.012019+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:45.154 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:45 smithi007 bash[23378]: cluster 2024-09-11T08:15:44.012019+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:45.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:44.012019+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:45.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:45 smithi007 bash[26113]: cluster 2024-09-11T08:15:44.012019+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:45.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:44.012019+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:45.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:45 smithi155 bash[23209]: cluster 2024-09-11T08:15:44.012019+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:45.543 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:15:45.543 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:15:45.543 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:15:45.543 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:15:45.544 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:15:45.545 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-09-11T08:15:45.545 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:15:45.545 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:15:45.545 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:15:46.164 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:15:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:45.543117+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.7:0/3443422038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:46 smithi007 bash[23378]: audit 2024-09-11T08:15:45.543117+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.7:0/3443422038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:45.543117+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.7:0/3443422038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:46 smithi007 bash[26113]: audit 2024-09-11T08:15:45.543117+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.7:0/3443422038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:46.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:45.543117+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.7:0/3443422038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:46.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:46 smithi155 bash[23209]: audit 2024-09-11T08:15:45.543117+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.7:0/3443422038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:47.396 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:46.012366+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:47.396 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:47 smithi007 bash[23378]: cluster 2024-09-11T08:15:46.012366+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:47.397 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:46.012366+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:47.397 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:47 smithi007 bash[26113]: cluster 2024-09-11T08:15:46.012366+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:47.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:47 smithi155 bash[23209]: cluster 2024-09-11T08:15:46.012366+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:47.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:46.012366+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:48.023 INFO:teuthology.orchestra.run.smithi007.stdout: cluster: 2024-09-11T08:15:48.023 INFO:teuthology.orchestra.run.smithi007.stdout: id: 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: health: HEALTH_OK 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: services: 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: mon: 3 daemons, quorum a,c,b (age 11m) 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: mgr: y(active, since 12m), standbys: x 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: osd: 8 osds: 8 up (since 9m), 8 in (since 9m) 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: rgw: 2 daemons active (r.z.smithi007.usgcjp, r.z.smithi155.gxngma) 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: task status: 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: data: 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: pools: 5 pools, 129 pgs 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: objects: 202 objects, 7.0 KiB 2024-09-11T08:15:48.024 INFO:teuthology.orchestra.run.smithi007.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:48.025 INFO:teuthology.orchestra.run.smithi007.stdout: pgs: 129 active+clean 2024-09-11T08:15:48.025 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:15:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:48.023282+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.7:0/2863969355' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:15:48.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:48 smithi007 bash[23378]: audit 2024-09-11T08:15:48.023282+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.7:0/2863969355' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:15:48.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:48.023282+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.7:0/2863969355' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:15:48.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:48 smithi007 bash[26113]: audit 2024-09-11T08:15:48.023282+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.7:0/2863969355' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:15:48.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:48.023282+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.7:0/2863969355' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:15:48.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:48 smithi155 bash[23209]: audit 2024-09-11T08:15:48.023282+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.7:0/2863969355' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:15:48.636 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-11T08:15:49.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:48.012834+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:49.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:49 smithi007 bash[23378]: cluster 2024-09-11T08:15:48.012834+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:49.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:49 smithi007 bash[26113]: cluster 2024-09-11T08:15:48.012834+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:49.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:48.012834+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:48.012834+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:49 smithi155 bash[23209]: cluster 2024-09-11T08:15:48.012834+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:50.640 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:15:51.193 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T08:15:51.218 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:50 smithi007 bash[26113]: cluster 2024-09-11T08:15:50.013248+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:51.218 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:50 smithi007 bash[26113]: audit 2024-09-11T08:15:50.629737+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.7:0/772468674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:51.218 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:50.013248+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:51.219 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:50.629737+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.7:0/772468674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:51.219 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:50.013248+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:51.219 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:50.629737+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.7:0/772468674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:51.219 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:50 smithi007 bash[23378]: cluster 2024-09-11T08:15:50.013248+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:51.219 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:50 smithi007 bash[23378]: audit 2024-09-11T08:15:50.629737+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.7:0/772468674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:51.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:50.013248+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:50.629737+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.7:0/772468674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:50 smithi155 bash[23209]: cluster 2024-09-11T08:15:50.013248+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:50 smithi155 bash[23209]: audit 2024-09-11T08:15:50.629737+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.7:0/772468674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:53.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:52.013817+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:53.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:53 smithi155 bash[23209]: cluster 2024-09-11T08:15:52.013817+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:53.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:52.013817+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:53.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:53 smithi007 bash[26113]: cluster 2024-09-11T08:15:52.013817+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:53.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:52.013817+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:53.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:53 smithi007 bash[23378]: cluster 2024-09-11T08:15:52.013817+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:54.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:53.079436+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:15:54.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:53.083651+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:15:54.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:54 smithi007 bash[23378]: audit 2024-09-11T08:15:53.079436+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:15:54.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:54 smithi007 bash[23378]: cluster 2024-09-11T08:15:53.083651+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:15:54.079 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:54 smithi007 bash[23378]: cluster 2024-09-11T08:15:53.353891+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:54.080 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:53.353891+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:54.080 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:54 smithi007 bash[26113]: audit 2024-09-11T08:15:53.079436+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:15:54.080 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:54 smithi007 bash[26113]: cluster 2024-09-11T08:15:53.083651+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:15:54.080 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:54 smithi007 bash[26113]: cluster 2024-09-11T08:15:53.353891+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:54.080 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:53.079436+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:15:54.080 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:53.083651+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:15:54.080 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:53.353891+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:54.355 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:15:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: debug ignoring --setuser ceph since I am not root 2024-09-11T08:15:54.355 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:15:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y[23599]: ignoring --setgroup ceph since I am not root 2024-09-11T08:15:54.355 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:15:54 smithi007 bash[23571]: debug ignoring --setuser ceph since I am not root 2024-09-11T08:15:54.355 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:15:54 smithi007 bash[23571]: ignoring --setgroup ceph since I am not root 2024-09-11T08:15:54.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:53.079436+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:15:54.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:53.083651+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:15:54.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:54 smithi155 bash[23209]: audit 2024-09-11T08:15:53.079436+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:15:54.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:54 smithi155 bash[23209]: cluster 2024-09-11T08:15:53.083651+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:15:54.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:54 smithi155 bash[23209]: cluster 2024-09-11T08:15:53.353891+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:54.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:53.353891+0000 mon.a (mon.0) 661 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:54.678 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:15:55.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:54.083296+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:15:55.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:55 smithi007 bash[26113]: audit 2024-09-11T08:15:54.083296+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:15:55.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:55 smithi007 bash[26113]: cluster 2024-09-11T08:15:54.083352+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e16: x(active, starting, since 1.00344s), standbys: y 2024-09-11T08:15:55.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:54.083352+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e16: x(active, starting, since 1.00344s), standbys: y 2024-09-11T08:15:55.226 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:54.083296+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:15:55.226 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:55 smithi007 bash[23378]: audit 2024-09-11T08:15:54.083296+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:15:55.226 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:55 smithi007 bash[23378]: cluster 2024-09-11T08:15:54.083352+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e16: x(active, starting, since 1.00344s), standbys: y 2024-09-11T08:15:55.226 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:54.083352+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e16: x(active, starting, since 1.00344s), standbys: y 2024-09-11T08:15:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:54.083296+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:15:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:54.083352+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e16: x(active, starting, since 1.00344s), standbys: y 2024-09-11T08:15:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:55 smithi155 bash[23209]: audit 2024-09-11T08:15:54.083296+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.7:0/1136912927' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:15:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:55 smithi155 bash[23209]: cluster 2024-09-11T08:15:54.083352+0000 mon.a (mon.0) 663 : cluster [DBG] mgrmap e16: x(active, starting, since 1.00344s), standbys: y 2024-09-11T08:15:56.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:55.120716+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:55.120874+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:56 smithi007 bash[23378]: audit 2024-09-11T08:15:55.120716+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:56 smithi007 bash[23378]: audit 2024-09-11T08:15:55.120874+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:56 smithi007 bash[23378]: cluster 2024-09-11T08:15:55.125368+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:55.125368+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:56 smithi007 bash[26113]: audit 2024-09-11T08:15:55.120716+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:56 smithi007 bash[26113]: audit 2024-09-11T08:15:55.120874+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:56 smithi007 bash[26113]: cluster 2024-09-11T08:15:55.125368+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-11T08:15:56.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:55.120716+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:15:56.204 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:55.120874+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:15:56.204 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:55.125368+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-11T08:15:56.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:55.120716+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:15:56.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:55.120874+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:15:56.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:56 smithi155 bash[23209]: audit 2024-09-11T08:15:55.120716+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:15:56.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:56 smithi155 bash[23209]: audit 2024-09-11T08:15:55.120874+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:15:56.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:56 smithi155 bash[23209]: cluster 2024-09-11T08:15:55.125368+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-11T08:15:56.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:55.125368+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-11T08:15:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:57.955245+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:15:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:57.955314+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:58 smithi007 bash[23378]: cluster 2024-09-11T08:15:57.955245+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:58 smithi007 bash[23378]: cluster 2024-09-11T08:15:57.955314+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:58 smithi007 bash[23378]: audit 2024-09-11T08:15:57.956431+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:58 smithi007 bash[23378]: audit 2024-09-11T08:15:57.957471+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:57.956431+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:15:57.957471+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:58 smithi007 bash[26113]: cluster 2024-09-11T08:15:57.955245+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:58 smithi007 bash[26113]: cluster 2024-09-11T08:15:57.955314+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:57.955245+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:58 smithi007 bash[26113]: audit 2024-09-11T08:15:57.956431+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:58 smithi007 bash[26113]: audit 2024-09-11T08:15:57.957471+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:57.955314+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:57.956431+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:15:58.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:15:57.957471+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:15:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:57.955245+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:15:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:57.955314+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:58 smithi155 bash[23209]: cluster 2024-09-11T08:15:57.955245+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:15:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:58 smithi155 bash[23209]: cluster 2024-09-11T08:15:57.955314+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:15:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:58 smithi155 bash[23209]: audit 2024-09-11T08:15:57.956431+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:15:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:58 smithi155 bash[23209]: audit 2024-09-11T08:15:57.957471+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:15:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:57.956431+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:15:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:15:57.957471+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.? 172.21.15.7:0/2047072489' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:15:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:59 smithi007 bash[23378]: cluster 2024-09-11T08:15:58.012329+0000 mon.a (mon.0) 669 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:15:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:15:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:15:58.012329+0000 mon.a (mon.0) 669 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:15:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:15:58.012329+0000 mon.a (mon.0) 669 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:15:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:15:59 smithi007 bash[26113]: cluster 2024-09-11T08:15:58.012329+0000 mon.a (mon.0) 669 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:15:59.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:15:58.012329+0000 mon.a (mon.0) 669 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:15:59.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:15:59 smithi155 bash[23209]: cluster 2024-09-11T08:15:58.012329+0000 mon.a (mon.0) 669 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:16:01.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.083072+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.083231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.083072+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.083231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.083366+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.085187+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.085504+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.085771+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.086064+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.086322+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.086583+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:16:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.086840+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.087121+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.087969+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.088174+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.088639+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.089444+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.090241+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.083072+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.083231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:01.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.083366+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.085187+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.085504+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.085771+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.086064+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.086322+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.086583+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.086840+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.087121+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.087969+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.088174+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.088639+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.089444+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:16:01.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.090241+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.090557+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.090887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.090557+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.090887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.091218+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.091540+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.091843+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.092157+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.092456+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.092760+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:16:01.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.093080+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:16:01.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.093384+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:16:01.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.093680+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:16:01.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.093994+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:16:01.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.094297+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:16:01.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.094589+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:16:01.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.094899+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:16:01.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.095214+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:16:01.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.091218+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.091540+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.091843+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.092157+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.092456+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.092760+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.093080+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.093384+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.093680+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.093994+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.094297+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.094589+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.094899+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.095214+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:16:01.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.095508+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.095790+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.096097+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: cluster 2024-09-11T08:16:00.592133+0000 mon.a (mon.0) 670 : cluster [INF] Manager daemon x is now available 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.602555+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.602873+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.606176+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.610834+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.611375+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.613951+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.615358+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.615621+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.619062+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.095508+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.095790+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.096097+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: cluster 2024-09-11T08:16:00.592133+0000 mon.a (mon.0) 670 : cluster [INF] Manager daemon x is now available 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.602555+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.602873+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.606176+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.610834+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.611375+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.613951+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.083366+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.615358+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.615621+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.619062+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.621012+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' 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-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.621295+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.623834+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.656951+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.657542+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.661167+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.661465+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.661676+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.661860+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[23378]: audit 2024-09-11T08:16:00.664627+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:16:01.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.085187+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:01.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.085504+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:01.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.621012+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' 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-11T08:16:01.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.621295+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.623834+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.656951+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.657542+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.661167+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.661465+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.661676+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.661860+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 bash[26113]: audit 2024-09-11T08:16:00.664627+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.083072+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.083231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.083366+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.085187+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:01.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.085504+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.085771+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.086064+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.086322+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.086583+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.086840+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.087121+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.087969+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.088174+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.088639+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.089444+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.090241+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.090557+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:16:01.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.090887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:16:01.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.091218+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:16:01.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.091540+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:16:01.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.085771+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:16:01.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.086064+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:16:01.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.086322+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:16:01.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.086583+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:16:01.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.086840+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:16:01.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.087121+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.087969+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.088174+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.088639+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.089444+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.090241+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.090557+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.090887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.091218+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.091540+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.091843+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.092157+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.092456+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.092760+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:16:01.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.093080+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.093384+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.093680+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.093994+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.094297+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.094589+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.094899+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.095214+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.095508+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.095790+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.091843+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:16:01.054 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.092157+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.092456+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.092760+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.093080+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.093384+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.093680+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.093994+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.094297+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.094589+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.094899+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.095214+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.095508+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:16:01.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.095790+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.096097+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:00.592133+0000 mon.a (mon.0) 670 : cluster [INF] Manager daemon x is now available 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.602555+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.602873+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.606176+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.610834+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.611375+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.613951+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.615358+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.615621+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.096097+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:00.592133+0000 mon.a (mon.0) 670 : cluster [INF] Manager daemon x is now available 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.602555+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.602873+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.606176+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.610834+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.611375+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.613951+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.615358+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.615621+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.619062+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.621012+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' 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-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.621295+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.623834+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.656951+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.657542+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.661167+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.661465+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.661676+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.661860+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:00.664627+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.619062+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.621012+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' 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-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.621295+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.623834+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.656951+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.657542+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.661167+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.661465+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.661676+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.661860+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:00.664627+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:16:01.181 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.083072+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:01.181 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.083231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:01.181 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.083366+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:01.181 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.083072+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:01.181 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.083231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.083366+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.085187+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.085504+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.085771+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.086064+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.086322+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.086583+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.086840+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.087121+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.087969+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.088174+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.088639+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.089444+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:16:01.182 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.090241+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.090557+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.090887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.091218+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.091540+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.091843+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.092157+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.092456+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.085187+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.092760+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.093080+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.093384+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.093680+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.093994+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:16:01.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.094297+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.094589+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.094899+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.095214+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.095508+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.095790+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.096097+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: cluster 2024-09-11T08:16:00.592133+0000 mon.a (mon.0) 670 : cluster [INF] Manager daemon x is now available 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.602555+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.602873+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.606176+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.610834+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.611375+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.613951+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-11T08:16:01.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.615358+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.615621+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.619062+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:16:01.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.621012+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' 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-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.621295+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.623834+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.656951+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.657542+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.661167+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.085504+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.661465+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.661676+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.661860+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 bash[23209]: audit 2024-09-11T08:16:00.664627+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.085771+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.086064+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:16:01.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.086322+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.086583+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.086840+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.087121+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.087969+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.088174+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.088639+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.089444+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.090241+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.090557+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.090887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.091218+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.091540+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:16:01.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.091843+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.092157+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.092456+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.092760+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.093080+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.093384+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.093680+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.093994+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.094297+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.094589+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.094899+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.095214+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.095508+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.095790+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:16:01.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.096097+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:00.592133+0000 mon.a (mon.0) 670 : cluster [INF] Manager daemon x is now available 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.602555+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.602873+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.606176+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.610834+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.611375+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.613951+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:08:21.646418\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.615358+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.615621+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.619062+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.621012+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' 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-11T08:16:01.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.621295+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.623834+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34583 ' 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-11T08:16:01.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.656951+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.657542+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:16:01.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.661167+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.661465+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:16:01.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.661676+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.661860+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:16:01.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:00.664627+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:16:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:00.602144+0000 mgr.x (mgr.34583) 1 : cephadm [INF] inventory: adjusted host smithi007 addr 'smithi007' -> '172.21.15.7' 2024-09-11T08:16:02.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:00.614735+0000 mgr.x (mgr.34583) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: cephadm 2024-09-11T08:16:00.602144+0000 mgr.x (mgr.34583) 1 : cephadm [INF] inventory: adjusted host smithi007 addr 'smithi007' -> '172.21.15.7' 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: cephadm 2024-09-11T08:16:00.614735+0000 mgr.x (mgr.34583) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: cephadm 2024-09-11T08:16:00.615137+0000 mgr.x (mgr.34583) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: cluster 2024-09-11T08:16:00.998858+0000 mon.a (mon.0) 683 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: cluster 2024-09-11T08:16:01.011974+0000 mgr.x (mgr.34583) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: audit 2024-09-11T08:16:01.857529+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: audit 2024-09-11T08:16:01.858201+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: audit 2024-09-11T08:16:01.858496+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 bash[23209]: audit 2024-09-11T08:16:01.861212+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:00.615137+0000 mgr.x (mgr.34583) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:16:02.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.862068+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:00.998858+0000 mon.a (mon.0) 683 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.862399+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:01.011974+0000 mgr.x (mgr.34583) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.866056+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.867147+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.880134+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.880736+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.857529+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.881036+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.884688+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.858201+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.885613+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.858496+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.885932+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.861212+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.888827+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:02 smithi155 bash[23209]: audit 2024-09-11T08:16:01.889869+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.862068+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.862399+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.866056+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.867147+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.880134+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.880736+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.881036+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.884688+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.885613+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.885932+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.888827+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:01.889869+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: cephadm 2024-09-11T08:16:00.602144+0000 mgr.x (mgr.34583) 1 : cephadm [INF] inventory: adjusted host smithi007 addr 'smithi007' -> '172.21.15.7' 2024-09-11T08:16:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: cephadm 2024-09-11T08:16:00.614735+0000 mgr.x (mgr.34583) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:16:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: cephadm 2024-09-11T08:16:00.615137+0000 mgr.x (mgr.34583) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:16:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: cluster 2024-09-11T08:16:00.998858+0000 mon.a (mon.0) 683 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-11T08:16:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: cluster 2024-09-11T08:16:01.011974+0000 mgr.x (mgr.34583) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: audit 2024-09-11T08:16:01.857529+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:00.602144+0000 mgr.x (mgr.34583) 1 : cephadm [INF] inventory: adjusted host smithi007 addr 'smithi007' -> '172.21.15.7' 2024-09-11T08:16:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:00.614735+0000 mgr.x (mgr.34583) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:16:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: cephadm 2024-09-11T08:16:00.602144+0000 mgr.x (mgr.34583) 1 : cephadm [INF] inventory: adjusted host smithi007 addr 'smithi007' -> '172.21.15.7' 2024-09-11T08:16:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: cephadm 2024-09-11T08:16:00.614735+0000 mgr.x (mgr.34583) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:16:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: cephadm 2024-09-11T08:16:00.615137+0000 mgr.x (mgr.34583) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:16:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: cluster 2024-09-11T08:16:00.998858+0000 mon.a (mon.0) 683 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-11T08:16:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: cluster 2024-09-11T08:16:01.011974+0000 mgr.x (mgr.34583) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.857529+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: audit 2024-09-11T08:16:01.858201+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: audit 2024-09-11T08:16:01.858496+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: audit 2024-09-11T08:16:01.861212+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.858201+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.858496+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: audit 2024-09-11T08:16:01.862068+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.861212+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:00.615137+0000 mgr.x (mgr.34583) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:16:02.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[26113]: audit 2024-09-11T08:16:01.862399+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.862068+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:00.998858+0000 mon.a (mon.0) 683 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-11T08:16:02.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.866056+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.867147+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.880134+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.862399+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:01.011974+0000 mgr.x (mgr.34583) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:02.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.880736+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.881036+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.866056+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.867147+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.880134+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 bash[23378]: audit 2024-09-11T08:16:01.880736+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.857529+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.884688+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[23378]: audit 2024-09-11T08:16:01.881036+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[23378]: audit 2024-09-11T08:16:01.884688+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.885613+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.885932+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[23378]: audit 2024-09-11T08:16:01.885613+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.858201+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[23378]: audit 2024-09-11T08:16:01.885932+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.858496+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.888827+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[26113]: audit 2024-09-11T08:16:01.889869+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:00.602144+0000 mgr.x (mgr.34583) 1 : cephadm [INF] inventory: adjusted host smithi007 addr 'smithi007' -> '172.21.15.7' 2024-09-11T08:16:02.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:00.614735+0000 mgr.x (mgr.34583) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:16:02.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:00.615137+0000 mgr.x (mgr.34583) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:16:02.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:00.998858+0000 mon.a (mon.0) 683 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-11T08:16:02.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:01.011974+0000 mgr.x (mgr.34583) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:02.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.857529+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.858201+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[23378]: audit 2024-09-11T08:16:01.888827+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:02 smithi007 bash[23378]: audit 2024-09-11T08:16:01.889869+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.861212+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.862068+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.858496+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.861212+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.862399+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.862068+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.866056+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.867147+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.880134+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.862399+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.880736+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.881036+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.884688+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.866056+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"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-11T08:12:38.128718Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128810Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"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-11T08:12:38.128849Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"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-11T08:12:38.128882Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"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-11T08:12:38.128915Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"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-11T08:12:38.128947Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:38.128979Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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-11T08:12:38.129011Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"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-11T08:12:38.129043Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:12:38.129074Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.867147+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.880134+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:02.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.885613+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.880736+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.881036+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:02.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.885932+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.888827+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:01.889869+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:02.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.884688+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:02.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.885613+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.885932+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:02.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.888827+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"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-11T08:12:34.136626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"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-11T08:12:34.136703Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"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-11T08:12:34.136736Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"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-11T08:12:34.136766Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"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-11T08:12:34.136794Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"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-11T08:12:34.136823Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"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-11T08:12:34.136852Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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-11T08:12:34.136880Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:12:34.136909Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:12:34.136938Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:02.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:01.889869+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:01.059886+0000 mgr.x (mgr.34583) 5 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-11T08:16:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:01.082167+0000 mgr.x (mgr.34583) 6 : cephadm [INF] Deploying cephadm binary to smithi007 2024-09-11T08:16:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[23209]: cephadm 2024-09-11T08:16:01.059886+0000 mgr.x (mgr.34583) 5 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-11T08:16:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[23209]: cephadm 2024-09-11T08:16:01.082167+0000 mgr.x (mgr.34583) 6 : cephadm [INF] Deploying cephadm binary to smithi007 2024-09-11T08:16:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[23209]: audit 2024-09-11T08:16:02.640573+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[23209]: audit 2024-09-11T08:16:02.641072+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:02.640573+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:02.641072+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:16:03.022+0000 7ff3d37d8640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:16:03] ENGINE Error in HTTPServer.serve 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: Traceback (most recent call last): 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: debug 2024-09-11T08:16:03.022+0000 7ff3d37d8640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:16:03] ENGINE Error in HTTPServer.serve 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: Traceback (most recent call last): 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: self._connections.run(self.expiration_interval) 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: self._run(expiration_interval) 2024-09-11T08:16:03.262 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: s = self.context.wrap_socket( 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: return self.sslsocket_class._create( 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: self.do_handshake() 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: self._sslobj.do_handshake() 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 bash[33768]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:16:03.263 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: self._connections.run(self.expiration_interval) 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: self._run(expiration_interval) 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: s = self.context.wrap_socket( 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: return self.sslsocket_class._create( 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:16:03.264 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: self.do_handshake() 2024-09-11T08:16:03.265 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:16:03.265 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: self._sslobj.do_handshake() 2024-09-11T08:16:03.265 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:16:03.265 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:16:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: 2024-09-11T08:16:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:01.059886+0000 mgr.x (mgr.34583) 5 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-11T08:16:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:01.082167+0000 mgr.x (mgr.34583) 6 : cephadm [INF] Deploying cephadm binary to smithi007 2024-09-11T08:16:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:03 smithi007 bash[23378]: cephadm 2024-09-11T08:16:01.059886+0000 mgr.x (mgr.34583) 5 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-11T08:16:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:03 smithi007 bash[23378]: cephadm 2024-09-11T08:16:01.082167+0000 mgr.x (mgr.34583) 6 : cephadm [INF] Deploying cephadm binary to smithi007 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:03 smithi007 bash[23378]: audit 2024-09-11T08:16:02.640573+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:03 smithi007 bash[23378]: audit 2024-09-11T08:16:02.641072+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:02.640573+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:02.641072+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:03 smithi007 bash[26113]: cephadm 2024-09-11T08:16:01.059886+0000 mgr.x (mgr.34583) 5 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:03 smithi007 bash[26113]: cephadm 2024-09-11T08:16:01.082167+0000 mgr.x (mgr.34583) 6 : cephadm [INF] Deploying cephadm binary to smithi007 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:03 smithi007 bash[26113]: audit 2024-09-11T08:16:02.640573+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:03 smithi007 bash[26113]: audit 2024-09-11T08:16:02.641072+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:01.059886+0000 mgr.x (mgr.34583) 5 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:01.082167+0000 mgr.x (mgr.34583) 6 : cephadm [INF] Deploying cephadm binary to smithi007 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:02.640573+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:02.641072+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:16:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: cluster 2024-09-11T08:16:02.088089+0000 mgr.x (mgr.34583) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: cephadm 2024-09-11T08:16:02.900014+0000 mgr.x (mgr.34583) 8 : cephadm [INF] [11/Sep/2024:08:16:02] ENGINE Bus STARTING 2024-09-11T08:16:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: audit 2024-09-11T08:16:03.005088+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:16:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: cluster 2024-09-11T08:16:03.005145+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:16:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: audit 2024-09-11T08:16:03.010605+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: audit 2024-09-11T08:16:03.011025+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: cephadm 2024-09-11T08:16:03.022107+0000 mgr.x (mgr.34583) 9 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:16:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: cephadm 2024-09-11T08:16:03.022245+0000 mgr.x (mgr.34583) 10 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Bus STARTED 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:02.088089+0000 mgr.x (mgr.34583) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:02.900014+0000 mgr.x (mgr.34583) 8 : cephadm [INF] [11/Sep/2024:08:16:02] ENGINE Bus STARTING 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: cluster 2024-09-11T08:16:02.088089+0000 mgr.x (mgr.34583) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: cephadm 2024-09-11T08:16:02.900014+0000 mgr.x (mgr.34583) 8 : cephadm [INF] [11/Sep/2024:08:16:02] ENGINE Bus STARTING 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: audit 2024-09-11T08:16:03.005088+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: cluster 2024-09-11T08:16:03.005145+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: audit 2024-09-11T08:16:03.010605+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: audit 2024-09-11T08:16:03.011025+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: cephadm 2024-09-11T08:16:03.022107+0000 mgr.x (mgr.34583) 9 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:16:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: cephadm 2024-09-11T08:16:03.022245+0000 mgr.x (mgr.34583) 10 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Bus STARTED 2024-09-11T08:16:04.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: audit 2024-09-11T08:16:03.023101+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:03.005088+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:16:04.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: cephadm 2024-09-11T08:16:03.023511+0000 mgr.x (mgr.34583) 11 : cephadm [ERR] [11/Sep/2024:08:16:03] ENGINE Error in HTTPServer.serve 2024-09-11T08:16:04.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: Traceback (most recent call last): 2024-09-11T08:16:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: audit 2024-09-11T08:16:03.023101+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: cephadm 2024-09-11T08:16:03.023511+0000 mgr.x (mgr.34583) 11 : cephadm [ERR] [11/Sep/2024:08:16:03] ENGINE Error in HTTPServer.serve 2024-09-11T08:16:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: Traceback (most recent call last): 2024-09-11T08:16:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: self._connections.run(self.expiration_interval) 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: self._run(expiration_interval) 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: s = self.context.wrap_socket( 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: return self.sslsocket_class._create( 2024-09-11T08:16:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: self.do_handshake() 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: self._sslobj.do_handshake() 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: self._connections.run(self.expiration_interval) 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: self._run(expiration_interval) 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:16:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: s = self.context.wrap_socket( 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: return self.sslsocket_class._create( 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: self.do_handshake() 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: self._sslobj.do_handshake() 2024-09-11T08:16:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:16:04.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: audit 2024-09-11T08:16:03.023637+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: audit 2024-09-11T08:16:03.023637+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[26113]: audit 2024-09-11T08:16:03.026410+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:16:04.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:02.088089+0000 mgr.x (mgr.34583) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:04.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:02.900014+0000 mgr.x (mgr.34583) 8 : cephadm [INF] [11/Sep/2024:08:16:02] ENGINE Bus STARTING 2024-09-11T08:16:04.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 bash[23378]: audit 2024-09-11T08:16:03.026410+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:16:04.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:03.005145+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:16:04.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:03.010605+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:03.011025+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:03.022107+0000 mgr.x (mgr.34583) 9 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:16:04.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:03.022245+0000 mgr.x (mgr.34583) 10 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Bus STARTED 2024-09-11T08:16:04.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:03.005088+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:03.005145+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:03.010605+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:03.011025+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:03.022107+0000 mgr.x (mgr.34583) 9 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:03.022245+0000 mgr.x (mgr.34583) 10 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Bus STARTED 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:03.023101+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:03.023511+0000 mgr.x (mgr.34583) 11 : cephadm [ERR] [11/Sep/2024:08:16:03] ENGINE Error in HTTPServer.serve 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Traceback (most recent call last): 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:16:04.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._connections.run(self.expiration_interval) 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._run(expiration_interval) 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:03.023101+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:03.023511+0000 mgr.x (mgr.34583) 11 : cephadm [ERR] [11/Sep/2024:08:16:03] ENGINE Error in HTTPServer.serve 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Traceback (most recent call last): 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._connections.run(self.expiration_interval) 2024-09-11T08:16:04.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._run(expiration_interval) 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: s = self.context.wrap_socket( 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: return self.sslsocket_class._create( 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:16:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self.do_handshake() 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._sslobj.do_handshake() 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s = self.context.wrap_socket( 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:16:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: return self.sslsocket_class._create( 2024-09-11T08:16:04.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:16:04.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self.do_handshake() 2024-09-11T08:16:04.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:16:04.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._sslobj.do_handshake() 2024-09-11T08:16:04.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:16:04.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:16:04.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:03.023637+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:03.026410+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:16:04.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:03.023637+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:03.026410+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:16:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:02.088089+0000 mgr.x (mgr.34583) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:02.900014+0000 mgr.x (mgr.34583) 8 : cephadm [INF] [11/Sep/2024:08:16:02] ENGINE Bus STARTING 2024-09-11T08:16:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: cluster 2024-09-11T08:16:02.088089+0000 mgr.x (mgr.34583) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: cephadm 2024-09-11T08:16:02.900014+0000 mgr.x (mgr.34583) 8 : cephadm [INF] [11/Sep/2024:08:16:02] ENGINE Bus STARTING 2024-09-11T08:16:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: audit 2024-09-11T08:16:03.005088+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:16:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: cluster 2024-09-11T08:16:03.005145+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: audit 2024-09-11T08:16:03.010605+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: audit 2024-09-11T08:16:03.011025+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: cephadm 2024-09-11T08:16:03.022107+0000 mgr.x (mgr.34583) 9 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: cephadm 2024-09-11T08:16:03.022245+0000 mgr.x (mgr.34583) 10 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Bus STARTED 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: audit 2024-09-11T08:16:03.023101+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: cephadm 2024-09-11T08:16:03.023511+0000 mgr.x (mgr.34583) 11 : cephadm [ERR] [11/Sep/2024:08:16:03] ENGINE Error in HTTPServer.serve 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: Traceback (most recent call last): 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: self._connections.run(self.expiration_interval) 2024-09-11T08:16:04.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:16:04.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: self._run(expiration_interval) 2024-09-11T08:16:04.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:16:04.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: s = self.context.wrap_socket( 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: return self.sslsocket_class._create( 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: self.do_handshake() 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: self._sslobj.do_handshake() 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:03.005088+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:16:04.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: audit 2024-09-11T08:16:03.023637+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 bash[23209]: audit 2024-09-11T08:16:03.026410+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:03.005145+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:03.010605+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:03.011025+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:03.022107+0000 mgr.x (mgr.34583) 9 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:03.022245+0000 mgr.x (mgr.34583) 10 : cephadm [INF] [11/Sep/2024:08:16:03] ENGINE Bus STARTED 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:03.023101+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:03.023511+0000 mgr.x (mgr.34583) 11 : cephadm [ERR] [11/Sep/2024:08:16:03] ENGINE Error in HTTPServer.serve 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Traceback (most recent call last): 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._connections.run(self.expiration_interval) 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._run(expiration_interval) 2024-09-11T08:16:04.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: s = self.context.wrap_socket( 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: return self.sslsocket_class._create( 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self.do_handshake() 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._sslobj.do_handshake() 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:16:04.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:03.023637+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:16:04.517 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:03.026410+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:16:05.263 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:04.006753+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:04.006820+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[23378]: audit 2024-09-11T08:16:04.006753+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[23378]: cluster 2024-09-11T08:16:04.006820+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[23378]: audit 2024-09-11T08:16:04.993322+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[23378]: audit 2024-09-11T08:16:04.993671+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[23378]: audit 2024-09-11T08:16:04.997661+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]': finished 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:04.993322+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:04.993671+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.264 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:04.997661+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]': finished 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[26113]: audit 2024-09-11T08:16:04.006753+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[26113]: cluster 2024-09-11T08:16:04.006820+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[26113]: audit 2024-09-11T08:16:04.993322+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[26113]: audit 2024-09-11T08:16:04.993671+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 bash[26113]: audit 2024-09-11T08:16:04.997661+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]': finished 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:04.006753+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:04.006820+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:04.993322+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:04.993671+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.265 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:04.997661+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]': finished 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:04.006753+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:04.006820+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 bash[23209]: audit 2024-09-11T08:16:04.006753+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 bash[23209]: cluster 2024-09-11T08:16:04.006820+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 bash[23209]: audit 2024-09-11T08:16:04.993322+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 bash[23209]: audit 2024-09-11T08:16:04.993671+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 bash[23209]: audit 2024-09-11T08:16:04.997661+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]': finished 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:04.993322+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.509 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:04.993671+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:16:05.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:04.997661+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]': finished 2024-09-11T08:16:06.022 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:04.088460+0000 mgr.x (mgr.34583) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:06.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:05.021394+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e20: x(active, since 11s), standbys: y 2024-09-11T08:16:06.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: cluster 2024-09-11T08:16:04.088460+0000 mgr.x (mgr.34583) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:06.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: cluster 2024-09-11T08:16:05.021394+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e20: x(active, since 11s), standbys: y 2024-09-11T08:16:06.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: audit 2024-09-11T08:16:05.832914+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:06.023 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: cluster 2024-09-11T08:16:04.088460+0000 mgr.x (mgr.34583) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:06.024 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: cluster 2024-09-11T08:16:05.021394+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e20: x(active, since 11s), standbys: y 2024-09-11T08:16:06.024 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: audit 2024-09-11T08:16:05.832914+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:06.024 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: audit 2024-09-11T08:16:05.833490+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.024 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: audit 2024-09-11T08:16:05.833877+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: audit 2024-09-11T08:16:05.833490+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: audit 2024-09-11T08:16:05.833877+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.025 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: audit 2024-09-11T08:16:05.836862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:06.025 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: audit 2024-09-11T08:16:05.836862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:06.025 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:05.832914+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:06.025 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: audit 2024-09-11T08:16:05.838316+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.026 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: audit 2024-09-11T08:16:05.838316+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.026 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:05.833490+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.026 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: audit 2024-09-11T08:16:05.838718+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.026 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:05.833877+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:04.088460+0000 mgr.x (mgr.34583) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:06.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:05.021394+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e20: x(active, since 11s), standbys: y 2024-09-11T08:16:06.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: cluster 2024-09-11T08:16:04.088460+0000 mgr.x (mgr.34583) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:06.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: cluster 2024-09-11T08:16:05.021394+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e20: x(active, since 11s), standbys: y 2024-09-11T08:16:06.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: audit 2024-09-11T08:16:05.832914+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:06.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: audit 2024-09-11T08:16:05.833490+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: audit 2024-09-11T08:16:05.833877+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: audit 2024-09-11T08:16:05.836862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:06.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:05.832914+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:06.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: audit 2024-09-11T08:16:05.838316+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:05.833490+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: audit 2024-09-11T08:16:05.838718+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:05.833877+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 bash[23209]: audit 2024-09-11T08:16:05.840991+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:06.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:05.836862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:06.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:05.838316+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:06.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: .io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:05.838718+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:06.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 64d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:05.840991+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:06.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[23378]: audit 2024-09-11T08:16:05.840991+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:06.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: audit 2024-09-11T08:16:05.838718+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:05.836862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:06.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 bash[26113]: audit 2024-09-11T08:16:05.840991+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:06.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:04.088460+0000 mgr.x (mgr.34583) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:06.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:05.021394+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e20: x(active, since 11s), standbys: y 2024-09-11T08:16:06.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:05.832914+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:06.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:05.838316+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:05.833490+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:05.838718+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:05.833877+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:06.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:05.840991+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:06.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:05.836862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:06.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:05.838316+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:06.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:05.838718+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"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-11T08:16:06.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 6:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:06.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:05.840991+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a 2024-09-11T08:16:06.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.247993+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.507730+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.247993+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:07.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.507730+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.247993+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.507730+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.508306+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.508306+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.508588+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.216 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.508588+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.511488+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:07.217 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.511488+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:07.217 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.508306+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.217 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.514484+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.217 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.514484+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.218 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.508588+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.218 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.514825+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.218 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.514825+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.219 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.519256+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:07.219 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[26113]: audit 2024-09-11T08:16:06.520481+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:07.219 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.247993+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:07.219 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.507730+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:07.219 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.511488+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:07.220 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.508306+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.220 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.519256+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:07.220 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 bash[23378]: audit 2024-09-11T08:16:06.520481+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:07.221 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.508588+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.221 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.511488+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:07.221 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.514484+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.221 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.514484+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:07.222 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 92\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.222 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.514825+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.222 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.519256+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:07.222 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:06.520481+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:07.222 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.514825+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_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-11T08:16:07.223 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.223 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.519256+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha2 2024-09-11T08:16:07.223 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 56:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:07.223 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:06.520481+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:07.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.247993+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:07.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.247993+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:07.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.507730+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.508306+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.508588+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.511488+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.507730+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.514484+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.508306+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.514825+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.508588+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.519256+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:07.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 bash[23209]: audit 2024-09-11T08:16:06.520481+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:07.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.511488+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-11T08:16:00.608034Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"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\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-11T08:16:00.608045Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:07.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.514484+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_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-11T08:16:07.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.514825+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"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-11T08:16:07.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 6:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:07.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.519256+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:07.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:05:17.321991Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:07.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:06.520481+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:08.246 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:06.089068+0000 mgr.x (mgr.34583) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 243 KiB/s wr, 27 op/s 2024-09-11T08:16:08.246 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.027485+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.246 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: cluster 2024-09-11T08:16:06.089068+0000 mgr.x (mgr.34583) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 243 KiB/s wr, 27 op/s 2024-09-11T08:16:08.246 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.027485+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.247 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: cluster 2024-09-11T08:16:06.089068+0000 mgr.x (mgr.34583) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 243 KiB/s wr, 27 op/s 2024-09-11T08:16:08.247 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.027485+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.247 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.028014+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.247 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.028014+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.028415+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.248 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.028415+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.031178+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.249 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.031178+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.249 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.028014+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.032163+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.032163+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.032645+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.043361+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.430465+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:08.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.680593+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.028415+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.032645+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.681182+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.681481+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.252 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.031178+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.253 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.684310+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.253 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.043361+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.253 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.430465+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:08.253 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.680593+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.254 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.032163+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.254 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.685329+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.254 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.681182+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.255 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.685701+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.255 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.681481+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.255 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.684310+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.255 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.688723+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.255 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[26113]: audit 2024-09-11T08:16:07.689669+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:08.256 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:06.089068+0000 mgr.x (mgr.34583) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 243 KiB/s wr, 27 op/s 2024-09-11T08:16:08.256 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.027485+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.256 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.032645+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.256 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.028014+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.256 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.685329+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.257 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.028415+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.257 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.031178+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.257 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.032163+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \ 2024-09-11T08:16:08.258 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.043361+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.1 2024-09-11T08:16:08.258 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: "cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.258 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.685701+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.258 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 4%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.259 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.032645+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14% 2024-09-11T08:16:08.259 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.688723+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 bash[23378]: audit 2024-09-11T08:16:07.689669+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:08.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.430465+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:08.259 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.680593+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.260 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.043361+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percen 2024-09-11T08:16:08.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.681182+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.681481+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.260 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: tage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.260 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.430465+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:08.260 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.680593+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.261 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.684310+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.261 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.681182+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.261 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.681481+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.262 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.685329+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 350853 2024-09-11T08:16:08.262 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 52, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.262 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.685701+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14 2024-09-11T08:16:08.262 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.262 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.684310+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.262 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.685329+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_p 2024-09-11T08:16:08.263 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ercentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.263 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.688723+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\ 2024-09-11T08:16:08.263 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.263 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:07.689669+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:08.263 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.685701+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14% 2024-09-11T08:16:08.264 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.264 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.688723+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \ 2024-09-11T08:16:08.264 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.264 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:07.689669+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:08.356 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:06.089068+0000 mgr.x (mgr.34583) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 243 KiB/s wr, 27 op/s 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.027485+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: cluster 2024-09-11T08:16:06.089068+0000 mgr.x (mgr.34583) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 243 KiB/s wr, 27 op/s 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.027485+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.028014+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.028415+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.031178+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.028014+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.032163+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.028415+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.357 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.032645+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.031178+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.043361+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.430465+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.680593+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.032163+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.681182+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.681481+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.684310+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.358 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.032645+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.360 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.685329+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.360 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.043361+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.360 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.685701+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.360 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.430465+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:08.360 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.688723+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.360 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 bash[23209]: audit 2024-09-11T08:16:07.689669+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:08.360 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.680593+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:08.360 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.681182+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.361 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.681481+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:08.361 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.684310+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.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-11T08:16:00.609197Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"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-11T08:16:00.609205Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:08.361 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.685329+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08 2024-09-11T08:16:08.361 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: :16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.361 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.685701+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:08.361 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.688723+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.1 2024-09-11T08:16:08.361 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 4%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:06:31.295181Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:08.361 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:07.689669+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:09 smithi007 bash[26113]: audit 2024-09-11T08:16:08.285509+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:09 smithi007 bash[26113]: audit 2024-09-11T08:16:08.285778+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:09 smithi007 bash[26113]: audit 2024-09-11T08:16:08.288497+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:08.285509+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:08.285778+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:08.288497+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:08.285509+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:08.285778+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:09 smithi007 bash[23378]: audit 2024-09-11T08:16:08.285509+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:09 smithi007 bash[23378]: audit 2024-09-11T08:16:08.285778+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:09 smithi007 bash[23378]: audit 2024-09-11T08:16:08.288497+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-11T08:16:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:08.288497+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-11T08:16:09.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:08.285509+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:08.285778+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:09 smithi155 bash[23209]: audit 2024-09-11T08:16:08.285509+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:09 smithi155 bash[23209]: audit 2024-09-11T08:16:08.285778+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:16:09.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:09 smithi155 bash[23209]: audit 2024-09-11T08:16:08.288497+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-11T08:16:09.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:08.288497+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-11T08:16:11.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:08.089384+0000 mgr.x (mgr.34583) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 175 KiB/s wr, 19 op/s 2024-09-11T08:16:11.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:09.220693+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:11.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:11 smithi155 bash[23209]: cluster 2024-09-11T08:16:08.089384+0000 mgr.x (mgr.34583) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 175 KiB/s wr, 19 op/s 2024-09-11T08:16:11.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:11 smithi155 bash[23209]: audit 2024-09-11T08:16:09.220693+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:11.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:11 smithi155 bash[23209]: audit 2024-09-11T08:16:09.825072+0000 mon.a (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:11.899 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:09.825072+0000 mon.a (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:11.932 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:08.089384+0000 mgr.x (mgr.34583) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 175 KiB/s wr, 19 op/s 2024-09-11T08:16:11.932 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:09.220693+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:11.932 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:11 smithi007 bash[23378]: cluster 2024-09-11T08:16:08.089384+0000 mgr.x (mgr.34583) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 175 KiB/s wr, 19 op/s 2024-09-11T08:16:11.932 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:11 smithi007 bash[23378]: audit 2024-09-11T08:16:09.220693+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:11.932 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:11 smithi007 bash[23378]: audit 2024-09-11T08:16:09.825072+0000 mon.a (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:11.932 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:09.825072+0000 mon.a (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:11.933 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:11 smithi007 bash[26113]: cluster 2024-09-11T08:16:08.089384+0000 mgr.x (mgr.34583) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 175 KiB/s wr, 19 op/s 2024-09-11T08:16:11.933 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:11 smithi007 bash[26113]: audit 2024-09-11T08:16:09.220693+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:11.933 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:11 smithi007 bash[26113]: audit 2024-09-11T08:16:09.825072+0000 mon.a (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:11.933 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:08.089384+0000 mgr.x (mgr.34583) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 175 KiB/s wr, 19 op/s 2024-09-11T08:16:11.933 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:09.220693+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:11.933 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:09.825072+0000 mon.a (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:09.825383+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:09.825554+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:09.825383+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:09.825554+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:09.825712+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: cluster 2024-09-11T08:16:10.089676+0000 mgr.x (mgr.34583) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-11T08:16:13.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:10.413371+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:13.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:10.721258+0000 mon.a (mon.0) 722 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:10.723507+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:10.723737+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:10.723886+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:10.724020+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:11.625058+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:11.636996+0000 mon.b (mon.2) 109 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.150186+0000 mon.b (mon.2) 110 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.150433+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.150657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.150795+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.292862+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.293437+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.293713+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.296377+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:09.825712+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.298051+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:10.089676+0000 mgr.x (mgr.34583) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.298500+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:10.413371+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.300870+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.304452+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.304776+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.305052+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.305314+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.305592+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.305870+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.306213+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.306606+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 bash[23209]: audit 2024-09-11T08:16:12.306922+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:10.721258+0000 mon.a (mon.0) 722 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:10.723507+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:10.723737+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:10.723886+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:10.724020+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:11.625058+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:11.636996+0000 mon.b (mon.2) 109 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.150186+0000 mon.b (mon.2) 110 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.150433+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.150657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.150795+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.292862+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.293437+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.293713+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.296377+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.298051+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.298500+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.300870+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.304452+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.304776+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.305052+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.305314+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.305592+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.305870+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.306213+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.306606+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:12.306922+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:09.825383+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:09.825554+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:09.825383+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:09.825554+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:09.825712+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: cluster 2024-09-11T08:16:10.089676+0000 mgr.x (mgr.34583) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:10.413371+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:10.721258+0000 mon.a (mon.0) 722 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:10.723507+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:10.723737+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:10.723886+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:10.724020+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:11.625058+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:11.636996+0000 mon.b (mon.2) 109 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.150186+0000 mon.b (mon.2) 110 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.150433+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.150657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.150795+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:09.825383+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:09.825554+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:09.825712+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: cluster 2024-09-11T08:16:10.089676+0000 mgr.x (mgr.34583) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:10.413371+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:10.721258+0000 mon.a (mon.0) 722 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:10.723507+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:10.723737+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:10.723886+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:10.724020+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:11.625058+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:11.636996+0000 mon.b (mon.2) 109 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.150186+0000 mon.b (mon.2) 110 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.150433+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.150657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.150795+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.292862+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.292862+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.293437+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.293713+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.293437+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.293713+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.296377+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:13.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.298051+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.296377+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:13.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:09.825712+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.298500+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.300870+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:13.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.304452+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.304776+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.305052+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.305314+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.305592+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.305870+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.306213+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.298051+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:10.089676+0000 mgr.x (mgr.34583) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-11T08:16:13.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.298500+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:10.413371+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.306606+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[26113]: audit 2024-09-11T08:16:12.306922+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:09.825383+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:09.825554+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:09.825712+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:10.089676+0000 mgr.x (mgr.34583) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:10.413371+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:10.721258+0000 mon.a (mon.0) 722 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:10.723507+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:10.723737+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:10.723886+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:10.724020+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:11.625058+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:11.636996+0000 mon.b (mon.2) 109 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.150186+0000 mon.b (mon.2) 110 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.150433+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.300870+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:13.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.304452+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.304776+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.150657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.150795+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.292862+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:13.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.293437+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.293713+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.296377+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.305052+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.305314+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.305592+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.305870+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.306213+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.306606+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 bash[23378]: audit 2024-09-11T08:16:12.306922+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:10.721258+0000 mon.a (mon.0) 722 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:10.723507+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:10.723737+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:10.723886+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:10.724020+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:11.625058+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:11.636996+0000 mon.b (mon.2) 109 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:16:13.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.150186+0000 mon.b (mon.2) 110 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:16:13.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.150433+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:16:13.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.298051+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_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-11T08:16:13.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: eph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.298500+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"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-11T08:16:13.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.150657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:16:13.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.150795+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:16:13.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.292862+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:13.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.293437+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: a256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.293713+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:13.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.300870+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:13.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:13.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.304452+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.296377+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:13.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.304776+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.305052+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.305314+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.305592+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.305870+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.306213+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.306606+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:12.306922+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.298051+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_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-11T08:16:13.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: eph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.298500+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"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-11T08:16:13.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: a256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:13.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.300870+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:13.055 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.304452+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.304776+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.305052+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.305314+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.305592+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.305870+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.306213+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.306606+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:13.056 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:12.306922+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:12.090332+0000 mgr.x (mgr.34583) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 194 KiB/s wr, 19 op/s 2024-09-11T08:16:14.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:13 smithi155 bash[23209]: cluster 2024-09-11T08:16:12.090332+0000 mgr.x (mgr.34583) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 194 KiB/s wr, 19 op/s 2024-09-11T08:16:14.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:12.090332+0000 mgr.x (mgr.34583) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 194 KiB/s wr, 19 op/s 2024-09-11T08:16:14.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:13 smithi007 bash[23378]: cluster 2024-09-11T08:16:12.090332+0000 mgr.x (mgr.34583) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 194 KiB/s wr, 19 op/s 2024-09-11T08:16:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:12.090332+0000 mgr.x (mgr.34583) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 194 KiB/s wr, 19 op/s 2024-09-11T08:16:14.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:13 smithi007 bash[26113]: cluster 2024-09-11T08:16:12.090332+0000 mgr.x (mgr.34583) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 194 KiB/s wr, 19 op/s 2024-09-11T08:16:14.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.706126+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:14.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.706725+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.706126+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:14.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.706725+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.706126+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:14.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.707048+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.706725+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.707048+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.711191+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:14.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.712250+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.711191+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:14.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.707048+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.712706+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.716549+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:14.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.717338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.717634+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.717967+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.712250+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.711191+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:14.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.718225+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.718514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.718754+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.719034+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.719282+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.719553+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.720807+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.721130+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.724545+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: cephadm 2024-09-11T08:16:13.799545+0000 mgr.x (mgr.34583) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.799873+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.800432+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.800878+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: cephadm 2024-09-11T08:16:13.801435+0000 mgr.x (mgr.34583) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.706126+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[26113]: audit 2024-09-11T08:16:13.801702+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.706725+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.707048+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.712706+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.711191+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:14.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.712250+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.716549+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:14.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.717338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.717634+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.717967+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.718225+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.718514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.712250+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_p 2024-09-11T08:16:14.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ercentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.712706+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \" 2024-09-11T08:16:14.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.718754+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.719034+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.719282+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.719553+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.720807+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.721130+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.724545+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: cephadm 2024-09-11T08:16:13.799545+0000 mgr.x (mgr.34583) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.799873+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.800432+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.800878+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: cephadm 2024-09-11T08:16:13.801435+0000 mgr.x (mgr.34583) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-11T08:16:14.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 bash[23378]: audit 2024-09-11T08:16:13.801702+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:16:14.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.716549+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_perc 2024-09-11T08:16:14.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: entage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:14.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.717338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.717634+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.717967+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.718225+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.712706+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.716549+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.717338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.717634+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.717967+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.718225+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.718514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.718514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.718754+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.719034+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.719282+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.719553+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.720807+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.721130+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.724545+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:13.799545+0000 mgr.x (mgr.34583) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.799873+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.800432+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.800878+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:13.801435+0000 mgr.x (mgr.34583) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:13.801702+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:16:14.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.718754+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.719034+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.719282+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.719553+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.720807+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.721130+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.724545+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:13.799545+0000 mgr.x (mgr.34583) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.799873+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.800432+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.800878+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:13.801435+0000 mgr.x (mgr.34583) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-11T08:16:14.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:13.801702+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:16:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.706126+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.706126+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.706725+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.707048+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.711191+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.706725+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.712250+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.707048+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:14.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.712706+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.711191+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:14.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.716549+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:14.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.717338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.717634+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.717967+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.718225+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.718514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.718754+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.719034+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.719282+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.719553+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.720807+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.721130+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.724545+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: cephadm 2024-09-11T08:16:13.799545+0000 mgr.x (mgr.34583) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.712250+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_p 2024-09-11T08:16:14.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.799873+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.800432+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.800878+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: cephadm 2024-09-11T08:16:13.801435+0000 mgr.x (mgr.34583) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 bash[23209]: audit 2024-09-11T08:16:13.801702+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ercentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.712706+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\" 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: : \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.716549+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.1 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 4%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:41.838793Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.717338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.717634+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.717967+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.718225+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.718514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.718754+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.719034+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.719282+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.719553+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.720807+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.721130+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.724545+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:13.799545+0000 mgr.x (mgr.34583) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.799873+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.800432+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.800878+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:14.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:13.801435+0000 mgr.x (mgr.34583) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-11T08:16:14.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:13.801702+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:16:15.878 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: cluster 2024-09-11T08:16:14.090725+0000 mgr.x (mgr.34583) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-11T08:16:15.879 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.192164+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:15.879 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.192938+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:15.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:14.090725+0000 mgr.x (mgr.34583) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-11T08:16:15.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: cluster 2024-09-11T08:16:14.090725+0000 mgr.x (mgr.34583) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-11T08:16:15.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.192164+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:15.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.192938+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:15.880 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.193278+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:15.880 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.193278+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:15.880 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.196245+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:15.881 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.200143+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:15.881 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.196245+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:15.881 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.192164+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:15.882 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.200649+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:15.882 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.203125+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:15.882 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.207051+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:15.882 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.207797+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:15.882 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.200143+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:15.882 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.192938+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:15.883 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.208480+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:15.883 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[26113]: audit 2024-09-11T08:16:15.209693+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:16:15.883 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:14.090725+0000 mgr.x (mgr.34583) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-11T08:16:15.883 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.192164+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:15.883 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.200649+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:15.884 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.192938+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:15.884 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.193278+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:15.884 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.196245+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:15.884 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.193278+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:15.885 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.200143+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_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-11T08:16:15.885 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: eph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:15.885 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.203125+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:15.885 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.207051+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:15.886 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.207797+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:15.886 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.208480+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:15.886 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 bash[23378]: audit 2024-09-11T08:16:15.209693+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:16:15.886 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.200649+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a 2024-09-11T08:16:15.886 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:15.887 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.203125+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha2 2024-09-11T08:16:15.887 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 56:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:15.887 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.207051+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:15.887 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.207797+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:15.887 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.208480+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:15.887 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:15.209693+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:16:15.888 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.196245+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:15.888 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.200143+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:15.888 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:15.888 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.200649+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:15.888 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 64d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:15.888 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.203125+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:15.888 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:15.888 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.207051+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:15.889 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.207797+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:15.889 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.208480+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:15.889 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:15.209693+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:16:16.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:14.090725+0000 mgr.x (mgr.34583) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-11T08:16:16.071 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.192164+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:16.071 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: cluster 2024-09-11T08:16:14.090725+0000 mgr.x (mgr.34583) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-11T08:16:16.071 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.192164+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:16.071 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.192938+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.071 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.193278+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.071 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.196245+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:16.071 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.192938+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.071 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.200143+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.193278+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.200649+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.196245+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.203125+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.207051+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.207797+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.208480+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 bash[23209]: audit 2024-09-11T08:16:15.209693+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.200143+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:16.072 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: r.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.200649+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:16.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.203125+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha2 2024-09-11T08:16:16.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 56:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:29.281322Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:16.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.207051+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:16.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.207797+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:16.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.208480+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:16.073 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:15.209693+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:16:16.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:15.206744+0000 mgr.x (mgr.34583) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:16:16.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:15.209319+0000 mgr.x (mgr.34583) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi007 2024-09-11T08:16:16.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: cephadm 2024-09-11T08:16:15.206744+0000 mgr.x (mgr.34583) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:16:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: cephadm 2024-09-11T08:16:15.209319+0000 mgr.x (mgr.34583) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi007 2024-09-11T08:16:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: audit 2024-09-11T08:16:16.557507+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: audit 2024-09-11T08:16:16.558238+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:15.206744+0000 mgr.x (mgr.34583) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:16:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:15.209319+0000 mgr.x (mgr.34583) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi007 2024-09-11T08:16:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: cephadm 2024-09-11T08:16:15.206744+0000 mgr.x (mgr.34583) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:16:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: cephadm 2024-09-11T08:16:15.209319+0000 mgr.x (mgr.34583) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi007 2024-09-11T08:16:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: audit 2024-09-11T08:16:16.557507+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: audit 2024-09-11T08:16:16.558238+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: audit 2024-09-11T08:16:16.558639+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: audit 2024-09-11T08:16:16.558639+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: audit 2024-09-11T08:16:16.561574+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:16.557507+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:16.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: audit 2024-09-11T08:16:16.561574+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:16.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:16.557507+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:16.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: audit 2024-09-11T08:16:16.563258+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:16.558238+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: audit 2024-09-11T08:16:16.563710+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:16.558639+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: audit 2024-09-11T08:16:16.563258+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:16.558238+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[26113]: audit 2024-09-11T08:16:16.566139+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:16.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: audit 2024-09-11T08:16:16.563710+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:16.561574+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:16.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:16.558639+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:16.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:16.563258+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:16.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: r.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 bash[23378]: audit 2024-09-11T08:16:16.566139+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:16.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:16.563710+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:16.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:16.561574+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:16.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:16.566139+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha2 2024-09-11T08:16:16.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 56:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:16.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:16.563258+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:16.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: .io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:16.563710+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:16.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:16.566139+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:15.206744+0000 mgr.x (mgr.34583) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:15.209319+0000 mgr.x (mgr.34583) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi007 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: cephadm 2024-09-11T08:16:15.206744+0000 mgr.x (mgr.34583) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: cephadm 2024-09-11T08:16:15.209319+0000 mgr.x (mgr.34583) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi007 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: audit 2024-09-11T08:16:16.557507+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: audit 2024-09-11T08:16:16.558238+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: audit 2024-09-11T08:16:16.558639+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: audit 2024-09-11T08:16:16.561574+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:16.557507+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:17.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: audit 2024-09-11T08:16:16.563258+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:17.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:16.558238+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:17.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: audit 2024-09-11T08:16:16.563710+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:17.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:16.558639+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:17.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 bash[23209]: audit 2024-09-11T08:16:16.566139+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:17.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:16.561574+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:17.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:16.563258+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_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-11T08:16:17.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: eph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:17.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:16.563710+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:17.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 64d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:17.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:16.566139+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"17438fcdc4cd\", \"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\": 21034434, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832088Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:07:59.074532Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a 2024-09-11T08:16:17.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:07:53.407304Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:05.832317Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:16.091367+0000 mgr.x (mgr.34583) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-11T08:16:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:16.568076+0000 mgr.x (mgr.34583) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:16:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:17 smithi155 bash[23209]: cluster 2024-09-11T08:16:16.091367+0000 mgr.x (mgr.34583) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-11T08:16:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:17 smithi155 bash[23209]: cephadm 2024-09-11T08:16:16.568076+0000 mgr.x (mgr.34583) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:16:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:17 smithi155 bash[23209]: cephadm 2024-09-11T08:16:16.576761+0000 mgr.x (mgr.34583) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:16:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:16.576761+0000 mgr.x (mgr.34583) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:16:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:17 smithi007 bash[23378]: cluster 2024-09-11T08:16:16.091367+0000 mgr.x (mgr.34583) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-11T08:16:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:17 smithi007 bash[23378]: cephadm 2024-09-11T08:16:16.568076+0000 mgr.x (mgr.34583) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:16:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:17 smithi007 bash[23378]: cephadm 2024-09-11T08:16:16.576761+0000 mgr.x (mgr.34583) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:16:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:16.091367+0000 mgr.x (mgr.34583) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-11T08:16:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:16.568076+0000 mgr.x (mgr.34583) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:16:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:16.576761+0000 mgr.x (mgr.34583) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:16:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:16.091367+0000 mgr.x (mgr.34583) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-11T08:16:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:17 smithi007 bash[26113]: cluster 2024-09-11T08:16:16.091367+0000 mgr.x (mgr.34583) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-11T08:16:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:17 smithi007 bash[26113]: cephadm 2024-09-11T08:16:16.568076+0000 mgr.x (mgr.34583) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:16:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:17 smithi007 bash[26113]: cephadm 2024-09-11T08:16:16.576761+0000 mgr.x (mgr.34583) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:16:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:16.568076+0000 mgr.x (mgr.34583) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:16:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:16.576761+0000 mgr.x (mgr.34583) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi007 2024-09-11T08:16:20.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:18.091835+0000 mgr.x (mgr.34583) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:20.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:19 smithi155 bash[23209]: cluster 2024-09-11T08:16:18.091835+0000 mgr.x (mgr.34583) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:20.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:18.091835+0000 mgr.x (mgr.34583) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:20.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:19 smithi007 bash[23378]: cluster 2024-09-11T08:16:18.091835+0000 mgr.x (mgr.34583) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:20.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:18.091835+0000 mgr.x (mgr.34583) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:20.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:19 smithi007 bash[26113]: cluster 2024-09-11T08:16:18.091835+0000 mgr.x (mgr.34583) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:22.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:20.092309+0000 mgr.x (mgr.34583) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:22.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:21 smithi155 bash[23209]: cluster 2024-09-11T08:16:20.092309+0000 mgr.x (mgr.34583) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:22.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:20.092309+0000 mgr.x (mgr.34583) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:22.028 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:21 smithi007 bash[23378]: cluster 2024-09-11T08:16:20.092309+0000 mgr.x (mgr.34583) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:22.028 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:20.092309+0000 mgr.x (mgr.34583) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:22.028 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:21 smithi007 bash[26113]: cluster 2024-09-11T08:16:20.092309+0000 mgr.x (mgr.34583) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:23.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 systemd[1]: Stopping Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:16:23.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[35935]: ts=2024-09-11T08:16:23.394Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:16:23.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 bash[35901]: ts=2024-09-11T08:16:23.394Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:16:23.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 podman[35901]: 2024-09-11 08:16:23.396466265 +0000 UTC m=+504.429597789 container died 17438fcdc4cd09e1df95cf1ef47a6bc24b392ba88c5bc15a67e38f916e5565f0 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:24.009 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:22.092985+0000 mgr.x (mgr.34583) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:24.009 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:23 smithi007 bash[23378]: cluster 2024-09-11T08:16:22.092985+0000 mgr.x (mgr.34583) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:24.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:22.092985+0000 mgr.x (mgr.34583) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:24.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:23 smithi007 bash[26113]: cluster 2024-09-11T08:16:22.092985+0000 mgr.x (mgr.34583) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:24.009 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 podman[42945]: 2024-09-11 08:16:23.776814479 +0000 UTC m=+0.477508197 container cleanup 17438fcdc4cd09e1df95cf1ef47a6bc24b392ba88c5bc15a67e38f916e5565f0 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:24.010 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 podman[42945]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:16:24.010 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 podman[35901]: 2024-09-11 08:16:23.969608997 +0000 UTC m=+505.002740512 container remove 17438fcdc4cd09e1df95cf1ef47a6bc24b392ba88c5bc15a67e38f916e5565f0 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:24.010 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-11T08:16:24.010 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service: Unit process 35935 (conmon) remains running after unit stopped. 2024-09-11T08:16:24.010 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service: Unit process 42959 (podman) remains running after unit stopped. 2024-09-11T08:16:24.010 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 systemd[1]: Stopped Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:16:24.010 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:23 smithi007 systemd[1]: Starting Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:16:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:23 smithi155 bash[23209]: cluster 2024-09-11T08:16:22.092985+0000 mgr.x (mgr.34583) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:22.092985+0000 mgr.x (mgr.34583) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-11T08:16:24.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 podman[42972]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a" found: no such container 2024-09-11T08:16:24.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 systemd[1]: Started Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:16:24.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 podman[42985]: 2024-09-11 08:16:24.149299362 +0000 UTC m=+0.109868625 image pull 11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5 prom/alertmanager 2024-09-11T08:16:24.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 podman[42985]: 2024-09-11 08:16:24.253820869 +0000 UTC m=+0.214390122 container create ae9fc6219cf8a6cb58e8ba05a97ff9e03d1edc41f9bd5d42b7e65062fe939874 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:24.753 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 podman[42985]: 2024-09-11 08:16:24.455957022 +0000 UTC m=+0.416526276 container init ae9fc6219cf8a6cb58e8ba05a97ff9e03d1edc41f9bd5d42b7e65062fe939874 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:24.753 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 podman[42985]: 2024-09-11 08:16:24.458955701 +0000 UTC m=+0.419524954 container start ae9fc6219cf8a6cb58e8ba05a97ff9e03d1edc41f9bd5d42b7e65062fe939874 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:24.753 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:24.470Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:24.470Z 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-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:24.471Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.7 port=9094 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:24.471Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:24.493Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:24.493Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:24.495Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:24.495Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[42985]: ts=2024-09-11T08:16:24.470Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[42985]: ts=2024-09-11T08:16:24.470Z 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-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[42985]: ts=2024-09-11T08:16:24.471Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.7 port=9094 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[42985]: ts=2024-09-11T08:16:24.471Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:16:24.754 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[42985]: ts=2024-09-11T08:16:24.493Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:16:24.755 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[42985]: ts=2024-09-11T08:16:24.493Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:16:24.755 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[42985]: ts=2024-09-11T08:16:24.495Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:16:24.755 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[42985]: ts=2024-09-11T08:16:24.495Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:16:24.755 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:24 smithi007 podman[42985]: 2024-09-11 08:16:24.530665415 +0000 UTC m=+0.491234671 container attach ae9fc6219cf8a6cb58e8ba05a97ff9e03d1edc41f9bd5d42b7e65062fe939874 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:25.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.063312+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:25.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.064047+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.063312+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.064047+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.064370+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.068233+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.064370+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.069403+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.068233+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.069911+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.069403+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_con 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.073776+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:25.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.075199+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.075908+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.076534+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 bash[23209]: audit 2024-09-11T08:16:24.077694+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: fig\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.069911+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.92226 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 1Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.073776+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"os 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: d.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.075199+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.075908+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.076534+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:25.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:24.077694+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:16:25.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.063312+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:25.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.064047+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.063312+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:25.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.064047+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.064370+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.064370+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.068233+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:25.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.068233+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:25.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.063312+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:25.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.069403+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.069403+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.064047+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.069911+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.069911+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.064370+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.073776+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:25.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.075199+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:25.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.075908+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:25.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.076534+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:25.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[26113]: audit 2024-09-11T08:16:24.077694+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:16:25.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.063312+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:25.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.073776+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:25.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.075199+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:25.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.064047+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.064370+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:25.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.068233+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:25.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.075908+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:25.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.076534+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:25.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 bash[23378]: audit 2024-09-11T08:16:24.077694+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:16:25.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.068233+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:25.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.069403+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T0 2024-09-11T08:16:25.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.069403+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config 2024-09-11T08:16:25.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 8:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.069911+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd 2024-09-11T08:16:25.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: .0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.069911+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"} 2024-09-11T08:16:25.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: , \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:25.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.073776+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_c 2024-09-11T08:16:25.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: onfig\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:25.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.073776+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88845844, \"cpu_percentage\": \"1.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831470Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300731596, \"cpu_percentage\": \"3.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831619Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105696460, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831691Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831753Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47322234, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831813Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43809505, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831872Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47301263, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.831930Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12205424, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832025Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35641098, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:05.832149Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"o 2024-09-11T08:16:25.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: sd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:25.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.075199+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:25.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.075908+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:25.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.076534+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:25.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:24.077694+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:16:25.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.075199+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:16:25.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.075908+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:16:25.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.076534+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:25.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:24.077694+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:16:26.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: cephadm 2024-09-11T08:16:24.074869+0000 mgr.x (mgr.34583) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:16:26.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: cephadm 2024-09-11T08:16:24.077350+0000 mgr.x (mgr.34583) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-09-11T08:16:26.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: cluster 2024-09-11T08:16:24.093408+0000 mgr.x (mgr.34583) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:26.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: audit 2024-09-11T08:16:25.387716+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:24.074869+0000 mgr.x (mgr.34583) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: audit 2024-09-11T08:16:25.388464+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: audit 2024-09-11T08:16:25.388754+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: audit 2024-09-11T08:16:25.391928+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:24.077350+0000 mgr.x (mgr.34583) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: audit 2024-09-11T08:16:25.395201+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:24.093408+0000 mgr.x (mgr.34583) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: audit 2024-09-11T08:16:25.395970+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:25.387716+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:26.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 bash[23209]: audit 2024-09-11T08:16:25.398908+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:25.388464+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:25.388754+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:25.391928+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:25.395201+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:25.395970+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \ 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:25.398908+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usa 2024-09-11T08:16:26.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ge\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: cephadm 2024-09-11T08:16:24.074869+0000 mgr.x (mgr.34583) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:16:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:24.074869+0000 mgr.x (mgr.34583) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:16:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: cephadm 2024-09-11T08:16:24.077350+0000 mgr.x (mgr.34583) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-09-11T08:16:26.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: cluster 2024-09-11T08:16:24.093408+0000 mgr.x (mgr.34583) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:26.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: audit 2024-09-11T08:16:25.387716+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:26.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: cephadm 2024-09-11T08:16:24.074869+0000 mgr.x (mgr.34583) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:16:26.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: cephadm 2024-09-11T08:16:24.077350+0000 mgr.x (mgr.34583) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-09-11T08:16:26.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: cluster 2024-09-11T08:16:24.093408+0000 mgr.x (mgr.34583) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:26.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: audit 2024-09-11T08:16:25.387716+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:26.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: audit 2024-09-11T08:16:25.388464+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: audit 2024-09-11T08:16:25.388754+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: audit 2024-09-11T08:16:25.388464+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: audit 2024-09-11T08:16:25.388754+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: audit 2024-09-11T08:16:25.391928+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:26.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: audit 2024-09-11T08:16:25.391928+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:26.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:24.077350+0000 mgr.x (mgr.34583) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-09-11T08:16:26.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: audit 2024-09-11T08:16:25.395201+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: audit 2024-09-11T08:16:25.395201+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:24.093408+0000 mgr.x (mgr.34583) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:26.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: audit 2024-09-11T08:16:25.395970+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[26113]: audit 2024-09-11T08:16:25.398908+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:26.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:24.074869+0000 mgr.x (mgr.34583) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:16:26.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: audit 2024-09-11T08:16:25.395970+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:25.387716+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:26.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:24.077350+0000 mgr.x (mgr.34583) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-09-11T08:16:26.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:24.093408+0000 mgr.x (mgr.34583) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:26.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:25.387716+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:26.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:25.388464+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 bash[23378]: audit 2024-09-11T08:16:25.398908+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:26.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:25.388464+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:25.388754+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:25.388754+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:26.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:25.391928+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:26.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:25.391928+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:26.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:25.395201+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \" 2024-09-11T08:16:26.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:25.395201+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage 2024-09-11T08:16:26.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:25.395970+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \ 2024-09-11T08:16:26.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: "0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:25.395970+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\" 2024-09-11T08:16:26.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: : 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:26.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:25.398908+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": 2024-09-11T08:16:26.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:26.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:25.398908+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"9834e090392d\", \"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\": 25553797, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024824Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:08:03.584812Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percen 2024-09-11T08:16:26.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: tage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:07:58.979869Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:07.025394Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:26.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:26.472Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000486849s 2024-09-11T08:16:26.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:26 smithi007 bash[42985]: ts=2024-09-11T08:16:26.472Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000486849s 2024-09-11T08:16:27.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:25.401873+0000 mgr.x (mgr.34583) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:16:27.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:26 smithi007 bash[26113]: cephadm 2024-09-11T08:16:25.401873+0000 mgr.x (mgr.34583) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:16:27.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:26 smithi007 bash[26113]: cephadm 2024-09-11T08:16:25.410332+0000 mgr.x (mgr.34583) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:16:27.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:16:25.410332+0000 mgr.x (mgr.34583) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:16:27.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:25.401873+0000 mgr.x (mgr.34583) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:16:27.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:26 smithi007 bash[23378]: cephadm 2024-09-11T08:16:25.401873+0000 mgr.x (mgr.34583) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:16:27.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:26 smithi007 bash[23378]: cephadm 2024-09-11T08:16:25.410332+0000 mgr.x (mgr.34583) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:16:27.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:16:25.410332+0000 mgr.x (mgr.34583) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:16:27.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:25.401873+0000 mgr.x (mgr.34583) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:16:27.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:26 smithi155 bash[23209]: cephadm 2024-09-11T08:16:25.401873+0000 mgr.x (mgr.34583) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:16:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:26 smithi155 bash[23209]: cephadm 2024-09-11T08:16:25.410332+0000 mgr.x (mgr.34583) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:16:27.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:16:25.410332+0000 mgr.x (mgr.34583) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi155 2024-09-11T08:16:28.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:26.093992+0000 mgr.x (mgr.34583) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:28.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:27 smithi007 bash[26113]: cluster 2024-09-11T08:16:26.093992+0000 mgr.x (mgr.34583) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:28.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:26.093992+0000 mgr.x (mgr.34583) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:28.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:27 smithi007 bash[23378]: cluster 2024-09-11T08:16:26.093992+0000 mgr.x (mgr.34583) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:26.093992+0000 mgr.x (mgr.34583) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:28.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:27 smithi155 bash[23209]: cluster 2024-09-11T08:16:26.093992+0000 mgr.x (mgr.34583) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:16:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:28.094433+0000 mgr.x (mgr.34583) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:29 smithi007 bash[23378]: cluster 2024-09-11T08:16:28.094433+0000 mgr.x (mgr.34583) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:28.094433+0000 mgr.x (mgr.34583) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:29 smithi007 bash[26113]: cluster 2024-09-11T08:16:28.094433+0000 mgr.x (mgr.34583) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:28.094433+0000 mgr.x (mgr.34583) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:29 smithi155 bash[23209]: cluster 2024-09-11T08:16:28.094433+0000 mgr.x (mgr.34583) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:32.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:30.094779+0000 mgr.x (mgr.34583) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:32.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:31 smithi007 bash[23378]: cluster 2024-09-11T08:16:30.094779+0000 mgr.x (mgr.34583) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:32.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:30.094779+0000 mgr.x (mgr.34583) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:32.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:31 smithi007 bash[26113]: cluster 2024-09-11T08:16:30.094779+0000 mgr.x (mgr.34583) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:32.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:30.094779+0000 mgr.x (mgr.34583) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:32.190 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:31 smithi155 bash[23209]: cluster 2024-09-11T08:16:30.094779+0000 mgr.x (mgr.34583) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:33.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:32.095421+0000 mgr.x (mgr.34583) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:33.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:33 smithi155 bash[23209]: cluster 2024-09-11T08:16:32.095421+0000 mgr.x (mgr.34583) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:32.095421+0000 mgr.x (mgr.34583) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:33 smithi007 bash[23378]: cluster 2024-09-11T08:16:32.095421+0000 mgr.x (mgr.34583) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:34.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:32.095421+0000 mgr.x (mgr.34583) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:33 smithi007 bash[26113]: cluster 2024-09-11T08:16:32.095421+0000 mgr.x (mgr.34583) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:34.789 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:16:34.474Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002432246s 2024-09-11T08:16:34.789 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:16:34 smithi007 bash[42985]: ts=2024-09-11T08:16:34.474Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002432246s 2024-09-11T08:16:35.067 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:34 smithi155 systemd[1]: Stopping Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:16:35.319 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:16:35.319 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:16:35.319 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:16:35.319 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:16:35.319 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.067Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.068Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.068Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.068Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:16:35.320 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.068Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.068Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[31541]: ts=2024-09-11T08:16:35.068Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.067Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.068Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.068Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.068Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.068Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.068Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[31556]: ts=2024-09-11T08:16:35.068Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:16:35.321 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 podman[31541]: 2024-09-11 08:16:35.070754392 +0000 UTC m=+511.590831816 container died 9834e090392df333b23fb23f95e61f803ac210ecfa0750294d2f35cedf44974b (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:35.700 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 podman[37085]: 2024-09-11 08:16:35.424685222 +0000 UTC m=+0.501755915 container cleanup 9834e090392df333b23fb23f95e61f803ac210ecfa0750294d2f35cedf44974b (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:35.701 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 podman[37085]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:16:35.985 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:34.095830+0000 mgr.x (mgr.34583) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:35.985 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:35 smithi155 bash[23209]: cluster 2024-09-11T08:16:34.095830+0000 mgr.x (mgr.34583) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:35.985 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 podman[31541]: 2024-09-11 08:16:35.700800812 +0000 UTC m=+512.220878263 container remove 9834e090392df333b23fb23f95e61f803ac210ecfa0750294d2f35cedf44974b (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:35.985 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-11T08:16:35.985 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a.service: Unit process 31556 (conmon) remains running after unit stopped. 2024-09-11T08:16:35.985 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a.service: Unit process 37097 (podman) remains running after unit stopped. 2024-09-11T08:16:35.985 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 systemd[1]: Stopped Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:16:35.986 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 systemd[1]: Starting Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:16:35.986 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 podman[37112]: Error: no container with ID or name "ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a" found: no such container 2024-09-11T08:16:35.986 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 systemd[1]: Started Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:16:35.986 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 podman[37124]: 2024-09-11 08:16:35.881849702 +0000 UTC m=+0.111516716 image pull 4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f prom/prometheus:latest 2024-09-11T08:16:35.986 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:35 smithi155 podman[37124]: 2024-09-11 08:16:35.984962947 +0000 UTC m=+0.214629942 container create e44a7af880b7181470c1debeb3622f165bfd40564e5562ab5c3fc7e6dcbd17a7 (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:35 smithi007 bash[23378]: cluster 2024-09-11T08:16:34.095830+0000 mgr.x (mgr.34583) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:34.095830+0000 mgr.x (mgr.34583) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:34.095830+0000 mgr.x (mgr.34583) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:35 smithi007 bash[26113]: cluster 2024-09-11T08:16:34.095830+0000 mgr.x (mgr.34583) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:36.252 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 podman[37124]: 2024-09-11 08:16:36.2290932 +0000 UTC m=+0.458760196 container init e44a7af880b7181470c1debeb3622f165bfd40564e5562ab5c3fc7e6dcbd17a7 (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:36.252 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 podman[37124]: 2024-09-11 08:16:36.232097373 +0000 UTC m=+0.461764378 container start e44a7af880b7181470c1debeb3622f165bfd40564e5562ab5c3fc7e6dcbd17a7 (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:36.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.252Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T08:16:36.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.252Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:16:36.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.252Z 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-11T08:16:36.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.252Z 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 smithi155 (none))" 2024-09-11T08:16:36.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.252Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.252Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.254Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.254Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.256Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.256Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.257Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.257Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.073µs 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.257Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.258Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.271Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.271Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-11T08:16:36.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.271Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.611µs wal_replay_duration=13.984859ms wbl_replay_duration=111ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.073µs total_replay_duration=14.025512ms 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.273Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.273Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.273Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.283Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.283Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=10.150213ms db_storage=714ns remote_storage=1.704µs web_handler=303ns query_engine=3.631µs scrape=336.825µs scrape_sd=27.278µs notify=16.955µs notify_sd=5.868µs rules=9.471117ms tracing=17.848µs 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.283Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:16:36.283Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 podman[37124]: 2024-09-11 08:16:36.287193796 +0000 UTC m=+0.516860805 container attach e44a7af880b7181470c1debeb3622f165bfd40564e5562ab5c3fc7e6dcbd17a7 (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.252Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.252Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:16:36.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.252Z 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-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.252Z 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 smithi155 (none))" 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.252Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.252Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.254Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.254Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.256Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.256Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.257Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.257Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.073µs 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.257Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.258Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-11T08:16:36.514 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.271Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.271Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.271Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.611µs wal_replay_duration=13.984859ms wbl_replay_duration=111ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.073µs total_replay_duration=14.025512ms 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.273Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.273Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.273Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.283Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.283Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=10.150213ms db_storage=714ns remote_storage=1.704µs web_handler=303ns query_engine=3.631µs scrape=336.825µs scrape_sd=27.278µs notify=16.955µs notify_sd=5.868µs rules=9.471117ms tracing=17.848µs 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.283Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:16:36.515 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[37124]: ts=2024-09-11T08:16:36.283Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:16:37.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.793276+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:37.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.793896+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.793276+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:37.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.793896+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.794271+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.797562+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:37.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.794271+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.798641+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.797562+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:37.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.799169+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.798641+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.802156+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:37.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.806298+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.806681+0000 mgr.x (mgr.34583) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.807565+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.807817+0000 mgr.x (mgr.34583) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.808061+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.808328+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.812512+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.820829+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.821292+0000 mgr.x (mgr.34583) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.823735+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.824041+0000 mgr.x (mgr.34583) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.824401+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.824674+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.829671+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.799169+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.835488+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 bash[23209]: audit 2024-09-11T08:16:35.838783+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.802156+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.806298+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.806681+0000 mgr.x (mgr.34583) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.807565+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.807817+0000 mgr.x (mgr.34583) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.808061+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.808328+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.812512+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.820829+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.821292+0000 mgr.x (mgr.34583) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.823735+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.824041+0000 mgr.x (mgr.34583) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.824401+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.824674+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.829671+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:16:37.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.835488+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:35.838783+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.793276+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:37.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.793896+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.794271+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.793276+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.793896+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.794271+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.797562+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.793276+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.798641+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.797562+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:37.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.798641+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.793896+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.799169+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.799169+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.794271+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.802156+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:37.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.806298+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.806681+0000 mgr.x (mgr.34583) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.807565+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.807817+0000 mgr.x (mgr.34583) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.808061+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.808328+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.812512+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.820829+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.821292+0000 mgr.x (mgr.34583) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.823735+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.824041+0000 mgr.x (mgr.34583) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.802156+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:37.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.806298+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.824401+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.824674+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.829671+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:16:37.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.835488+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[26113]: audit 2024-09-11T08:16:35.838783+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.793276+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.793896+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.794271+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.797562+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.798641+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\ 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.806681+0000 mgr.x (mgr.34583) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.807565+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.807817+0000 mgr.x (mgr.34583) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.808061+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.808328+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.812512+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.820829+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.821292+0000 mgr.x (mgr.34583) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.823735+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.824041+0000 mgr.x (mgr.34583) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.824401+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.824674+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.829671+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.835488+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 bash[23378]: audit 2024-09-11T08:16:35.838783+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.797562+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:37.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.798641+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\ 2024-09-11T08:16:37.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.799169+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_ 2024-09-11T08:16:37.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.799169+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"la 2024-09-11T08:16:37.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: st_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:37.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.802156+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.806298+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.806681+0000 mgr.x (mgr.34583) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.807565+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.802156+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 107583897, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024001Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 444910796, \"cpu_percentage\": \"3.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:07.024191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46797946, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024319Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44428165, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024453Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47353692, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024582Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46063943, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024704Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10726932, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.024944Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39311114, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025079Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35085352, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:07.025196Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: _config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.806298+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.806681+0000 mgr.x (mgr.34583) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:16:37.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.807565+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.807817+0000 mgr.x (mgr.34583) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.808061+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.808328+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.812512+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.820829+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.821292+0000 mgr.x (mgr.34583) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.823735+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.824041+0000 mgr.x (mgr.34583) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.824401+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.824674+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.829671+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.835488+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:35.838783+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.807817+0000 mgr.x (mgr.34583) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.808061+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.808328+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.812512+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi007.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.820829+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.821292+0000 mgr.x (mgr.34583) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.823735+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.824041+0000 mgr.x (mgr.34583) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi155.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.824401+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.824674+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.829671+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.835488+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:37.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:35.838783+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:36.096442+0000 mgr.x (mgr.34583) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:37 smithi155 bash[23209]: cluster 2024-09-11T08:16:36.096442+0000 mgr.x (mgr.34583) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:36.096442+0000 mgr.x (mgr.34583) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:37 smithi007 bash[23378]: cluster 2024-09-11T08:16:36.096442+0000 mgr.x (mgr.34583) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:36.096442+0000 mgr.x (mgr.34583) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:37 smithi007 bash[26113]: cluster 2024-09-11T08:16:36.096442+0000 mgr.x (mgr.34583) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:38.096765+0000 mgr.x (mgr.34583) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:39.779485+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 bash[23209]: cluster 2024-09-11T08:16:38.096765+0000 mgr.x (mgr.34583) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 bash[23209]: audit 2024-09-11T08:16:39.779485+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 bash[23209]: audit 2024-09-11T08:16:39.780096+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 bash[23209]: audit 2024-09-11T08:16:39.780385+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 bash[23209]: audit 2024-09-11T08:16:39.783230+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:39.780096+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 bash[23209]: audit 2024-09-11T08:16:39.784627+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:39.780385+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 bash[23209]: audit 2024-09-11T08:16:39.785037+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:39.783230+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:40.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 bash[23209]: audit 2024-09-11T08:16:39.787474+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:40.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:39.784627+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_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-11T08:16:40.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: eph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:39.785037+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha2 2024-09-11T08:16:40.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 56:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:39.787474+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d 2024-09-11T08:16:40.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:38.096765+0000 mgr.x (mgr.34583) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:39.779485+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[23378]: cluster 2024-09-11T08:16:38.096765+0000 mgr.x (mgr.34583) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[23378]: audit 2024-09-11T08:16:39.779485+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[26113]: cluster 2024-09-11T08:16:38.096765+0000 mgr.x (mgr.34583) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[26113]: audit 2024-09-11T08:16:39.779485+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[26113]: audit 2024-09-11T08:16:39.780096+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[26113]: audit 2024-09-11T08:16:39.780385+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[23378]: audit 2024-09-11T08:16:39.780096+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[23378]: audit 2024-09-11T08:16:39.780385+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[23378]: audit 2024-09-11T08:16:39.783230+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[26113]: audit 2024-09-11T08:16:39.783230+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:40.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:39.780096+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[23378]: audit 2024-09-11T08:16:39.784627+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:39.780385+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[26113]: audit 2024-09-11T08:16:39.784627+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[26113]: audit 2024-09-11T08:16:39.785037+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[23378]: audit 2024-09-11T08:16:39.785037+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:39.783230+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:40.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[23378]: audit 2024-09-11T08:16:39.787474+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:40.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 bash[26113]: audit 2024-09-11T08:16:39.787474+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:40.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:38.096765+0000 mgr.x (mgr.34583) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:40.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:39.779485+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:40.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:39.780096+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:39.784627+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:40.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: r.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:39.780385+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:40.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:39.785037+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:40.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:39.783230+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:40.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:39.787474+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d 2024-09-11T08:16:40.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:40.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:39.784627+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:16:40.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: er.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:39.785037+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"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-11T08:16:40.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:40.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:39.787474+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:16:40.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.766184Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:42.105 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:40.097257+0000 mgr.x (mgr.34583) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:42.105 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:41 smithi155 bash[23209]: cluster 2024-09-11T08:16:40.097257+0000 mgr.x (mgr.34583) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:40.097257+0000 mgr.x (mgr.34583) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:41 smithi007 bash[23378]: cluster 2024-09-11T08:16:40.097257+0000 mgr.x (mgr.34583) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:40.097257+0000 mgr.x (mgr.34583) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:41 smithi007 bash[26113]: cluster 2024-09-11T08:16:40.097257+0000 mgr.x (mgr.34583) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:43.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.648072+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:43.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.648663+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.648072+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:43.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.648663+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.648978+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.652868+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:43.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.648978+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.653933+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.652868+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:43.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.654351+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.653933+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.657831+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.659531+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.659730+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.662974+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.735072+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.735479+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 bash[23209]: audit 2024-09-11T08:16:42.739234+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.654351+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.657831+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:43.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.659531+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.659730+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.662974+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.735072+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.735479+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:16:42.739234+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.648072+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.648663+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.648072+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.648663+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.648072+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.648978+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.648663+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.652868+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:43.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.648978+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.653933+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.654351+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.652868+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:43.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.648978+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.657831+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:43.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.659531+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.659730+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.662974+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.653933+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.735072+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.735479+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[26113]: audit 2024-09-11T08:16:42.739234+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.648072+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:43.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.648663+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.648978+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:16:43.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.652868+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:43.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.652868+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:16:43.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.653933+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_ 2024-09-11T08:16:43.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.654351+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.654351+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", 2024-09-11T08:16:43.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.653933+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, 2024-09-11T08:16:43.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.657831+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentag 2024-09-11T08:16:43.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: e\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:43.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.659531+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.659730+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.662974+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.735072+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.735479+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:16:42.739234+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.657831+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:43.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.659531+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.659730+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.662974+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.735072+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.735479+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 bash[23378]: audit 2024-09-11T08:16:42.739234+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.654351+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.657831+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108632473, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646616Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 457913139, \"cpu_percentage\": \"3.70%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646769Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47290777, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646855Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44868567, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646920Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48653926, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.646996Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647058Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 32212254, \"cpu_percentage\": \"163.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647117Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12079595, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647176Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_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-11T08:16:42.647235Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35305553, \"cpu_percentage\": \"0.14%\" 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: , \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:42.647294Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:42.647427Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:16:13.799286Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.659531+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.659730+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.662974+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.735072+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.735479+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:16:43.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:16:42.739234+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:16:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:42.097830+0000 mgr.x (mgr.34583) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:43 smithi155 bash[23209]: cluster 2024-09-11T08:16:42.097830+0000 mgr.x (mgr.34583) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:43 smithi007 bash[23378]: cluster 2024-09-11T08:16:42.097830+0000 mgr.x (mgr.34583) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:42.097830+0000 mgr.x (mgr.34583) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:42.097830+0000 mgr.x (mgr.34583) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:43 smithi007 bash[26113]: cluster 2024-09-11T08:16:42.097830+0000 mgr.x (mgr.34583) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:44.098235+0000 mgr.x (mgr.34583) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:46.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:45 smithi155 bash[23209]: cluster 2024-09-11T08:16:44.098235+0000 mgr.x (mgr.34583) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:45 smithi007 bash[23378]: cluster 2024-09-11T08:16:44.098235+0000 mgr.x (mgr.34583) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:44.098235+0000 mgr.x (mgr.34583) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:44.098235+0000 mgr.x (mgr.34583) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:45 smithi007 bash[26113]: cluster 2024-09-11T08:16:44.098235+0000 mgr.x (mgr.34583) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:46.099080+0000 mgr.x (mgr.34583) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:47 smithi155 bash[23209]: cluster 2024-09-11T08:16:46.099080+0000 mgr.x (mgr.34583) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:46.099080+0000 mgr.x (mgr.34583) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:47 smithi007 bash[23378]: cluster 2024-09-11T08:16:46.099080+0000 mgr.x (mgr.34583) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:46.099080+0000 mgr.x (mgr.34583) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:48.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:47 smithi007 bash[26113]: cluster 2024-09-11T08:16:46.099080+0000 mgr.x (mgr.34583) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:48.099477+0000 mgr.x (mgr.34583) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:50.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:49 smithi155 bash[23209]: cluster 2024-09-11T08:16:48.099477+0000 mgr.x (mgr.34583) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:48.099477+0000 mgr.x (mgr.34583) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:49 smithi007 bash[23378]: cluster 2024-09-11T08:16:48.099477+0000 mgr.x (mgr.34583) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:48.099477+0000 mgr.x (mgr.34583) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:49 smithi007 bash[26113]: cluster 2024-09-11T08:16:48.099477+0000 mgr.x (mgr.34583) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:52.234 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:50.099920+0000 mgr.x (mgr.34583) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:52.234 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:51 smithi155 bash[23209]: cluster 2024-09-11T08:16:50.099920+0000 mgr.x (mgr.34583) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:50.099920+0000 mgr.x (mgr.34583) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:51 smithi007 bash[23378]: cluster 2024-09-11T08:16:50.099920+0000 mgr.x (mgr.34583) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:50.099920+0000 mgr.x (mgr.34583) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:51 smithi007 bash[26113]: cluster 2024-09-11T08:16:50.099920+0000 mgr.x (mgr.34583) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:52.100606+0000 mgr.x (mgr.34583) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:53 smithi155 bash[23209]: cluster 2024-09-11T08:16:52.100606+0000 mgr.x (mgr.34583) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:52.100606+0000 mgr.x (mgr.34583) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:53 smithi007 bash[26113]: cluster 2024-09-11T08:16:52.100606+0000 mgr.x (mgr.34583) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:52.100606+0000 mgr.x (mgr.34583) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:53 smithi007 bash[23378]: cluster 2024-09-11T08:16:52.100606+0000 mgr.x (mgr.34583) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:54.101089+0000 mgr.x (mgr.34583) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:55 smithi155 bash[23209]: cluster 2024-09-11T08:16:54.101089+0000 mgr.x (mgr.34583) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:54.101089+0000 mgr.x (mgr.34583) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:55 smithi007 bash[23378]: cluster 2024-09-11T08:16:54.101089+0000 mgr.x (mgr.34583) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:54.101089+0000 mgr.x (mgr.34583) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:55 smithi007 bash[26113]: cluster 2024-09-11T08:16:54.101089+0000 mgr.x (mgr.34583) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:56.101822+0000 mgr.x (mgr.34583) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:57 smithi155 bash[23209]: cluster 2024-09-11T08:16:56.101822+0000 mgr.x (mgr.34583) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:58.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:56.101822+0000 mgr.x (mgr.34583) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:58.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:57 smithi007 bash[23378]: cluster 2024-09-11T08:16:56.101822+0000 mgr.x (mgr.34583) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:58.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:56.101822+0000 mgr.x (mgr.34583) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:58.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:57 smithi007 bash[26113]: cluster 2024-09-11T08:16:56.101822+0000 mgr.x (mgr.34583) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:16:58.102221+0000 mgr.x (mgr.34583) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:16:59 smithi155 bash[23209]: cluster 2024-09-11T08:16:58.102221+0000 mgr.x (mgr.34583) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:16:58.102221+0000 mgr.x (mgr.34583) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:16:59 smithi007 bash[23378]: cluster 2024-09-11T08:16:58.102221+0000 mgr.x (mgr.34583) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:16:58.102221+0000 mgr.x (mgr.34583) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:16:59 smithi007 bash[26113]: cluster 2024-09-11T08:16:58.102221+0000 mgr.x (mgr.34583) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:00.597140+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:00.597400+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 bash[23209]: audit 2024-09-11T08:17:00.597140+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 bash[23209]: audit 2024-09-11T08:17:00.597400+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 bash[23209]: audit 2024-09-11T08:17:00.597535+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 bash[23209]: audit 2024-09-11T08:17:00.597591+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 bash[23209]: audit 2024-09-11T08:17:00.597762+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 bash[23209]: audit 2024-09-11T08:17:00.597954+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 bash[23209]: audit 2024-09-11T08:17:00.598237+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 bash[23209]: audit 2024-09-11T08:17:00.598466+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:00.597535+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:00.597591+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:00.597762+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:00.597954+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:00.598237+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:00.598466+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:00.597140+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:00.597400+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[23378]: audit 2024-09-11T08:17:00.597140+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[23378]: audit 2024-09-11T08:17:00.597400+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[23378]: audit 2024-09-11T08:17:00.597535+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[23378]: audit 2024-09-11T08:17:00.597591+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[23378]: audit 2024-09-11T08:17:00.597762+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[23378]: audit 2024-09-11T08:17:00.597954+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[23378]: audit 2024-09-11T08:17:00.598237+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[23378]: audit 2024-09-11T08:17:00.598466+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:00.597535+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:00.597591+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:00.597762+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:00.597954+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:00.598237+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:00.598466+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:00.597140+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[26113]: audit 2024-09-11T08:17:00.597140+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[26113]: audit 2024-09-11T08:17:00.597400+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[26113]: audit 2024-09-11T08:17:00.597535+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[26113]: audit 2024-09-11T08:17:00.597591+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[26113]: audit 2024-09-11T08:17:00.597762+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[26113]: audit 2024-09-11T08:17:00.597954+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[26113]: audit 2024-09-11T08:17:00.598237+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 bash[26113]: audit 2024-09-11T08:17:00.598466+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:00.597400+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:00.597535+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:00.597591+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:00.597762+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:00.597954+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:00.598237+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:17:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:00.598466+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:17:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:00.102704+0000 mgr.x (mgr.34583) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:01 smithi155 bash[23209]: cluster 2024-09-11T08:17:00.102704+0000 mgr.x (mgr.34583) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:00.102704+0000 mgr.x (mgr.34583) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:02.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:01 smithi007 bash[23378]: cluster 2024-09-11T08:17:00.102704+0000 mgr.x (mgr.34583) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:00.102704+0000 mgr.x (mgr.34583) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:01 smithi007 bash[26113]: cluster 2024-09-11T08:17:00.102704+0000 mgr.x (mgr.34583) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:02.103652+0000 mgr.x (mgr.34583) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:03 smithi155 bash[23209]: cluster 2024-09-11T08:17:02.103652+0000 mgr.x (mgr.34583) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:02.103652+0000 mgr.x (mgr.34583) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:03 smithi007 bash[23378]: cluster 2024-09-11T08:17:02.103652+0000 mgr.x (mgr.34583) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:02.103652+0000 mgr.x (mgr.34583) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:03 smithi007 bash[26113]: cluster 2024-09-11T08:17:02.103652+0000 mgr.x (mgr.34583) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:04.104172+0000 mgr.x (mgr.34583) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:05 smithi155 bash[23209]: cluster 2024-09-11T08:17:04.104172+0000 mgr.x (mgr.34583) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:05 smithi007 bash[23378]: cluster 2024-09-11T08:17:04.104172+0000 mgr.x (mgr.34583) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:04.104172+0000 mgr.x (mgr.34583) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:04.104172+0000 mgr.x (mgr.34583) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:05 smithi007 bash[26113]: cluster 2024-09-11T08:17:04.104172+0000 mgr.x (mgr.34583) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:06.105046+0000 mgr.x (mgr.34583) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:07 smithi155 bash[23209]: cluster 2024-09-11T08:17:06.105046+0000 mgr.x (mgr.34583) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:06.105046+0000 mgr.x (mgr.34583) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:07 smithi007 bash[23378]: cluster 2024-09-11T08:17:06.105046+0000 mgr.x (mgr.34583) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:06.105046+0000 mgr.x (mgr.34583) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:07 smithi007 bash[26113]: cluster 2024-09-11T08:17:06.105046+0000 mgr.x (mgr.34583) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:08.105594+0000 mgr.x (mgr.34583) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:09 smithi155 bash[23209]: cluster 2024-09-11T08:17:08.105594+0000 mgr.x (mgr.34583) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:08.105594+0000 mgr.x (mgr.34583) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:09 smithi007 bash[23378]: cluster 2024-09-11T08:17:08.105594+0000 mgr.x (mgr.34583) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:08.105594+0000 mgr.x (mgr.34583) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:10.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:09 smithi007 bash[26113]: cluster 2024-09-11T08:17:08.105594+0000 mgr.x (mgr.34583) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:10.106157+0000 mgr.x (mgr.34583) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:11 smithi155 bash[23209]: cluster 2024-09-11T08:17:10.106157+0000 mgr.x (mgr.34583) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:10.106157+0000 mgr.x (mgr.34583) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:11 smithi007 bash[23378]: cluster 2024-09-11T08:17:10.106157+0000 mgr.x (mgr.34583) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:10.106157+0000 mgr.x (mgr.34583) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:11 smithi007 bash[26113]: cluster 2024-09-11T08:17:10.106157+0000 mgr.x (mgr.34583) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:12.106876+0000 mgr.x (mgr.34583) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:13 smithi155 bash[23209]: cluster 2024-09-11T08:17:12.106876+0000 mgr.x (mgr.34583) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:12.106876+0000 mgr.x (mgr.34583) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:13 smithi007 bash[23378]: cluster 2024-09-11T08:17:12.106876+0000 mgr.x (mgr.34583) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:12.106876+0000 mgr.x (mgr.34583) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:13 smithi007 bash[26113]: cluster 2024-09-11T08:17:12.106876+0000 mgr.x (mgr.34583) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:14.107332+0000 mgr.x (mgr.34583) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:15 smithi155 bash[23209]: cluster 2024-09-11T08:17:14.107332+0000 mgr.x (mgr.34583) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:14.107332+0000 mgr.x (mgr.34583) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:15 smithi007 bash[23378]: cluster 2024-09-11T08:17:14.107332+0000 mgr.x (mgr.34583) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:14.107332+0000 mgr.x (mgr.34583) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:15 smithi007 bash[26113]: cluster 2024-09-11T08:17:14.107332+0000 mgr.x (mgr.34583) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:16.108230+0000 mgr.x (mgr.34583) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:17 smithi155 bash[23209]: cluster 2024-09-11T08:17:16.108230+0000 mgr.x (mgr.34583) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:16.108230+0000 mgr.x (mgr.34583) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:17 smithi007 bash[26113]: cluster 2024-09-11T08:17:16.108230+0000 mgr.x (mgr.34583) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:16.108230+0000 mgr.x (mgr.34583) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:17 smithi007 bash[23378]: cluster 2024-09-11T08:17:16.108230+0000 mgr.x (mgr.34583) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:18.108683+0000 mgr.x (mgr.34583) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:19 smithi155 bash[23209]: cluster 2024-09-11T08:17:18.108683+0000 mgr.x (mgr.34583) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:18.108683+0000 mgr.x (mgr.34583) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:20.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:19 smithi007 bash[26113]: cluster 2024-09-11T08:17:18.108683+0000 mgr.x (mgr.34583) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:20.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:18.108683+0000 mgr.x (mgr.34583) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:20.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:19 smithi007 bash[23378]: cluster 2024-09-11T08:17:18.108683+0000 mgr.x (mgr.34583) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:20.109225+0000 mgr.x (mgr.34583) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:21 smithi155 bash[23209]: cluster 2024-09-11T08:17:20.109225+0000 mgr.x (mgr.34583) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:20.109225+0000 mgr.x (mgr.34583) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:21 smithi007 bash[26113]: cluster 2024-09-11T08:17:20.109225+0000 mgr.x (mgr.34583) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:20.109225+0000 mgr.x (mgr.34583) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:21 smithi007 bash[23378]: cluster 2024-09-11T08:17:20.109225+0000 mgr.x (mgr.34583) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:22.109926+0000 mgr.x (mgr.34583) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:23 smithi155 bash[23209]: cluster 2024-09-11T08:17:22.109926+0000 mgr.x (mgr.34583) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:22.109926+0000 mgr.x (mgr.34583) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:23 smithi007 bash[26113]: cluster 2024-09-11T08:17:22.109926+0000 mgr.x (mgr.34583) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:22.109926+0000 mgr.x (mgr.34583) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:23 smithi007 bash[23378]: cluster 2024-09-11T08:17:22.109926+0000 mgr.x (mgr.34583) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:24.110342+0000 mgr.x (mgr.34583) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:25 smithi155 bash[23209]: cluster 2024-09-11T08:17:24.110342+0000 mgr.x (mgr.34583) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:24.110342+0000 mgr.x (mgr.34583) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:25 smithi007 bash[23378]: cluster 2024-09-11T08:17:24.110342+0000 mgr.x (mgr.34583) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:26.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:24.110342+0000 mgr.x (mgr.34583) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:26.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:25 smithi007 bash[26113]: cluster 2024-09-11T08:17:24.110342+0000 mgr.x (mgr.34583) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:28.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:26.111145+0000 mgr.x (mgr.34583) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:28.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:27 smithi155 bash[23209]: cluster 2024-09-11T08:17:26.111145+0000 mgr.x (mgr.34583) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:26.111145+0000 mgr.x (mgr.34583) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:27 smithi007 bash[26113]: cluster 2024-09-11T08:17:26.111145+0000 mgr.x (mgr.34583) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:28.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:26.111145+0000 mgr.x (mgr.34583) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:28.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:27 smithi007 bash[23378]: cluster 2024-09-11T08:17:26.111145+0000 mgr.x (mgr.34583) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:28.111546+0000 mgr.x (mgr.34583) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:29 smithi155 bash[23209]: cluster 2024-09-11T08:17:28.111546+0000 mgr.x (mgr.34583) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:28.111546+0000 mgr.x (mgr.34583) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:29 smithi007 bash[26113]: cluster 2024-09-11T08:17:28.111546+0000 mgr.x (mgr.34583) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:28.111546+0000 mgr.x (mgr.34583) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:29 smithi007 bash[23378]: cluster 2024-09-11T08:17:28.111546+0000 mgr.x (mgr.34583) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:30.111906+0000 mgr.x (mgr.34583) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:31 smithi155 bash[23209]: cluster 2024-09-11T08:17:30.111906+0000 mgr.x (mgr.34583) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:30.111906+0000 mgr.x (mgr.34583) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:31 smithi007 bash[26113]: cluster 2024-09-11T08:17:30.111906+0000 mgr.x (mgr.34583) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:30.111906+0000 mgr.x (mgr.34583) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:31 smithi007 bash[23378]: cluster 2024-09-11T08:17:30.111906+0000 mgr.x (mgr.34583) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:34.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:32.112704+0000 mgr.x (mgr.34583) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:34.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:33 smithi155 bash[23209]: cluster 2024-09-11T08:17:32.112704+0000 mgr.x (mgr.34583) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:32.112704+0000 mgr.x (mgr.34583) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:33 smithi007 bash[26113]: cluster 2024-09-11T08:17:32.112704+0000 mgr.x (mgr.34583) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:33 smithi007 bash[23378]: cluster 2024-09-11T08:17:32.112704+0000 mgr.x (mgr.34583) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:32.112704+0000 mgr.x (mgr.34583) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:34.113235+0000 mgr.x (mgr.34583) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:36.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:35 smithi155 bash[23209]: cluster 2024-09-11T08:17:34.113235+0000 mgr.x (mgr.34583) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:34.113235+0000 mgr.x (mgr.34583) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:35 smithi007 bash[23378]: cluster 2024-09-11T08:17:34.113235+0000 mgr.x (mgr.34583) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:34.113235+0000 mgr.x (mgr.34583) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:35 smithi007 bash[26113]: cluster 2024-09-11T08:17:34.113235+0000 mgr.x (mgr.34583) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:36.114141+0000 mgr.x (mgr.34583) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:37 smithi155 bash[23209]: cluster 2024-09-11T08:17:36.114141+0000 mgr.x (mgr.34583) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:36.114141+0000 mgr.x (mgr.34583) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:37 smithi007 bash[23378]: cluster 2024-09-11T08:17:36.114141+0000 mgr.x (mgr.34583) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:38.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:36.114141+0000 mgr.x (mgr.34583) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:38.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:37 smithi007 bash[26113]: cluster 2024-09-11T08:17:36.114141+0000 mgr.x (mgr.34583) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:38.114678+0000 mgr.x (mgr.34583) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:39 smithi155 bash[23209]: cluster 2024-09-11T08:17:38.114678+0000 mgr.x (mgr.34583) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:38.114678+0000 mgr.x (mgr.34583) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:39 smithi007 bash[23378]: cluster 2024-09-11T08:17:38.114678+0000 mgr.x (mgr.34583) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:38.114678+0000 mgr.x (mgr.34583) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:39 smithi007 bash[26113]: cluster 2024-09-11T08:17:38.114678+0000 mgr.x (mgr.34583) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:40.115110+0000 mgr.x (mgr.34583) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:42.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:41 smithi155 bash[23209]: cluster 2024-09-11T08:17:40.115110+0000 mgr.x (mgr.34583) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:40.115110+0000 mgr.x (mgr.34583) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:41 smithi007 bash[23378]: cluster 2024-09-11T08:17:40.115110+0000 mgr.x (mgr.34583) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:40.115110+0000 mgr.x (mgr.34583) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:41 smithi007 bash[26113]: cluster 2024-09-11T08:17:40.115110+0000 mgr.x (mgr.34583) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:42.115986+0000 mgr.x (mgr.34583) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:43.208496+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:43 smithi155 bash[23209]: cluster 2024-09-11T08:17:42.115986+0000 mgr.x (mgr.34583) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:43 smithi155 bash[23209]: audit 2024-09-11T08:17:43.208496+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:43 smithi155 bash[23209]: audit 2024-09-11T08:17:43.208930+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:43 smithi155 bash[23209]: audit 2024-09-11T08:17:43.211580+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:17:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:43.208930+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:17:43.211580+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:17:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:42.115986+0000 mgr.x (mgr.34583) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:43.208496+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:43 smithi007 bash[23378]: cluster 2024-09-11T08:17:42.115986+0000 mgr.x (mgr.34583) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:43 smithi007 bash[23378]: audit 2024-09-11T08:17:43.208496+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:43 smithi007 bash[23378]: audit 2024-09-11T08:17:43.208930+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:43 smithi007 bash[23378]: audit 2024-09-11T08:17:43.211580+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:43.208930+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:17:43.211580+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:43 smithi007 bash[26113]: cluster 2024-09-11T08:17:42.115986+0000 mgr.x (mgr.34583) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:43 smithi007 bash[26113]: audit 2024-09-11T08:17:43.208496+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:43 smithi007 bash[26113]: audit 2024-09-11T08:17:43.208930+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:43 smithi007 bash[26113]: audit 2024-09-11T08:17:43.211580+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:17:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:42.115986+0000 mgr.x (mgr.34583) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:43.208496+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:43.208930+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:17:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:17:43.211580+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:17:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:44.116301+0000 mgr.x (mgr.34583) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:46.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:45 smithi155 bash[23209]: cluster 2024-09-11T08:17:44.116301+0000 mgr.x (mgr.34583) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:45 smithi007 bash[23378]: cluster 2024-09-11T08:17:44.116301+0000 mgr.x (mgr.34583) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:44.116301+0000 mgr.x (mgr.34583) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:44.116301+0000 mgr.x (mgr.34583) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:45 smithi007 bash[26113]: cluster 2024-09-11T08:17:44.116301+0000 mgr.x (mgr.34583) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:47.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:17:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:17:46.951Z 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-11T08:17:47.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:17:46 smithi007 bash[42985]: ts=2024-09-11T08:17:46.951Z 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-11T08:17:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:46.116976+0000 mgr.x (mgr.34583) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:47 smithi155 bash[23209]: cluster 2024-09-11T08:17:46.116976+0000 mgr.x (mgr.34583) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:47 smithi007 bash[23378]: cluster 2024-09-11T08:17:46.116976+0000 mgr.x (mgr.34583) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:46.116976+0000 mgr.x (mgr.34583) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:46.116976+0000 mgr.x (mgr.34583) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:47 smithi007 bash[26113]: cluster 2024-09-11T08:17:46.116976+0000 mgr.x (mgr.34583) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:50.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:48.117317+0000 mgr.x (mgr.34583) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:50.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:49 smithi155 bash[23209]: cluster 2024-09-11T08:17:48.117317+0000 mgr.x (mgr.34583) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:48.117317+0000 mgr.x (mgr.34583) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:49 smithi007 bash[23378]: cluster 2024-09-11T08:17:48.117317+0000 mgr.x (mgr.34583) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:48.117317+0000 mgr.x (mgr.34583) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:49 smithi007 bash[26113]: cluster 2024-09-11T08:17:48.117317+0000 mgr.x (mgr.34583) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:50.117684+0000 mgr.x (mgr.34583) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:51 smithi155 bash[23209]: cluster 2024-09-11T08:17:50.117684+0000 mgr.x (mgr.34583) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:50.117684+0000 mgr.x (mgr.34583) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:51 smithi007 bash[23378]: cluster 2024-09-11T08:17:50.117684+0000 mgr.x (mgr.34583) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:50.117684+0000 mgr.x (mgr.34583) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:51 smithi007 bash[26113]: cluster 2024-09-11T08:17:50.117684+0000 mgr.x (mgr.34583) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:52.118529+0000 mgr.x (mgr.34583) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:54 smithi155 bash[23209]: cluster 2024-09-11T08:17:52.118529+0000 mgr.x (mgr.34583) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:52.118529+0000 mgr.x (mgr.34583) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:54 smithi007 bash[23378]: cluster 2024-09-11T08:17:52.118529+0000 mgr.x (mgr.34583) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:52.118529+0000 mgr.x (mgr.34583) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:54 smithi007 bash[26113]: cluster 2024-09-11T08:17:52.118529+0000 mgr.x (mgr.34583) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:54.119038+0000 mgr.x (mgr.34583) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:56 smithi155 bash[23209]: cluster 2024-09-11T08:17:54.119038+0000 mgr.x (mgr.34583) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:54.119038+0000 mgr.x (mgr.34583) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:56 smithi007 bash[26113]: cluster 2024-09-11T08:17:54.119038+0000 mgr.x (mgr.34583) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:54.119038+0000 mgr.x (mgr.34583) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:56 smithi007 bash[23378]: cluster 2024-09-11T08:17:54.119038+0000 mgr.x (mgr.34583) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:58 smithi007 bash[23378]: cluster 2024-09-11T08:17:56.119682+0000 mgr.x (mgr.34583) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:17:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:56.119682+0000 mgr.x (mgr.34583) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:56.119682+0000 mgr.x (mgr.34583) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:17:58 smithi007 bash[26113]: cluster 2024-09-11T08:17:56.119682+0000 mgr.x (mgr.34583) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:58.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:56.119682+0000 mgr.x (mgr.34583) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:17:58.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:17:58 smithi155 bash[23209]: cluster 2024-09-11T08:17:56.119682+0000 mgr.x (mgr.34583) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:17:58.120154+0000 mgr.x (mgr.34583) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:00 smithi007 bash[23378]: cluster 2024-09-11T08:17:58.120154+0000 mgr.x (mgr.34583) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:17:58.120154+0000 mgr.x (mgr.34583) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:00 smithi007 bash[26113]: cluster 2024-09-11T08:17:58.120154+0000 mgr.x (mgr.34583) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:00.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:17:58.120154+0000 mgr.x (mgr.34583) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:00.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:00 smithi155 bash[23209]: cluster 2024-09-11T08:17:58.120154+0000 mgr.x (mgr.34583) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[26113]: audit 2024-09-11T08:18:00.601115+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[26113]: audit 2024-09-11T08:18:00.601334+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[26113]: audit 2024-09-11T08:18:00.601500+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[26113]: audit 2024-09-11T08:18:00.601661+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[26113]: audit 2024-09-11T08:18:00.601771+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[26113]: audit 2024-09-11T08:18:00.602330+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[26113]: audit 2024-09-11T08:18:00.602598+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[26113]: audit 2024-09-11T08:18:00.602858+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:00.601115+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:00.601334+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:00.601500+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:00.601661+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:00.601771+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:00.602330+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:00.602598+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:00.602858+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[23378]: audit 2024-09-11T08:18:00.601115+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:00.601115+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[23378]: audit 2024-09-11T08:18:00.601334+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[23378]: audit 2024-09-11T08:18:00.601500+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[23378]: audit 2024-09-11T08:18:00.601661+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[23378]: audit 2024-09-11T08:18:00.601771+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[23378]: audit 2024-09-11T08:18:00.602330+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[23378]: audit 2024-09-11T08:18:00.602598+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 bash[23378]: audit 2024-09-11T08:18:00.602858+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:00.601334+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:00.601500+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:00.601661+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:00.601771+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:00.602330+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:00.602598+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:00.602858+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:00.601115+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:00.601334+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 bash[23209]: audit 2024-09-11T08:18:00.601115+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 bash[23209]: audit 2024-09-11T08:18:00.601334+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 bash[23209]: audit 2024-09-11T08:18:00.601500+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 bash[23209]: audit 2024-09-11T08:18:00.601661+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 bash[23209]: audit 2024-09-11T08:18:00.601771+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 bash[23209]: audit 2024-09-11T08:18:00.602330+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 bash[23209]: audit 2024-09-11T08:18:00.602598+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 bash[23209]: audit 2024-09-11T08:18:00.602858+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:00.601500+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:00.601661+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:00.601771+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:00.602330+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:00.602598+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:18:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:00.602858+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:18:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:00.120539+0000 mgr.x (mgr.34583) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:02 smithi007 bash[23378]: cluster 2024-09-11T08:18:00.120539+0000 mgr.x (mgr.34583) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:00.120539+0000 mgr.x (mgr.34583) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:02 smithi007 bash[26113]: cluster 2024-09-11T08:18:00.120539+0000 mgr.x (mgr.34583) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:02.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:00.120539+0000 mgr.x (mgr.34583) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:02.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:02 smithi155 bash[23209]: cluster 2024-09-11T08:18:00.120539+0000 mgr.x (mgr.34583) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:04 smithi007 bash[23378]: cluster 2024-09-11T08:18:02.121268+0000 mgr.x (mgr.34583) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:02.121268+0000 mgr.x (mgr.34583) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:02.121268+0000 mgr.x (mgr.34583) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:04 smithi007 bash[26113]: cluster 2024-09-11T08:18:02.121268+0000 mgr.x (mgr.34583) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:04.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:02.121268+0000 mgr.x (mgr.34583) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:04.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:04 smithi155 bash[23209]: cluster 2024-09-11T08:18:02.121268+0000 mgr.x (mgr.34583) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:06 smithi007 bash[23378]: cluster 2024-09-11T08:18:04.121742+0000 mgr.x (mgr.34583) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:04.121742+0000 mgr.x (mgr.34583) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:06.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:04.121742+0000 mgr.x (mgr.34583) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:06.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:06 smithi007 bash[26113]: cluster 2024-09-11T08:18:04.121742+0000 mgr.x (mgr.34583) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:06.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:04.121742+0000 mgr.x (mgr.34583) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:06.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:06 smithi155 bash[23209]: cluster 2024-09-11T08:18:04.121742+0000 mgr.x (mgr.34583) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:08 smithi007 bash[23378]: cluster 2024-09-11T08:18:06.122458+0000 mgr.x (mgr.34583) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:06.122458+0000 mgr.x (mgr.34583) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:06.122458+0000 mgr.x (mgr.34583) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:08 smithi007 bash[26113]: cluster 2024-09-11T08:18:06.122458+0000 mgr.x (mgr.34583) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:08.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:06.122458+0000 mgr.x (mgr.34583) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:08.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:08 smithi155 bash[23209]: cluster 2024-09-11T08:18:06.122458+0000 mgr.x (mgr.34583) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:10.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:08.122894+0000 mgr.x (mgr.34583) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:10.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:10 smithi155 bash[23209]: cluster 2024-09-11T08:18:08.122894+0000 mgr.x (mgr.34583) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:10.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:10 smithi007 bash[23378]: cluster 2024-09-11T08:18:08.122894+0000 mgr.x (mgr.34583) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:10.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:08.122894+0000 mgr.x (mgr.34583) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:10.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:08.122894+0000 mgr.x (mgr.34583) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:10.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:10 smithi007 bash[26113]: cluster 2024-09-11T08:18:08.122894+0000 mgr.x (mgr.34583) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:12.313 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:10.123394+0000 mgr.x (mgr.34583) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:12.313 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:12 smithi155 bash[23209]: cluster 2024-09-11T08:18:10.123394+0000 mgr.x (mgr.34583) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:12.341 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:12 smithi007 bash[23378]: cluster 2024-09-11T08:18:10.123394+0000 mgr.x (mgr.34583) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:12.342 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:10.123394+0000 mgr.x (mgr.34583) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:12.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:10.123394+0000 mgr.x (mgr.34583) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:12.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:12 smithi007 bash[26113]: cluster 2024-09-11T08:18:10.123394+0000 mgr.x (mgr.34583) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:13.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:18:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:18:13.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-11T08:18:13.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:18:13 smithi007 bash[42985]: ts=2024-09-11T08:18:13.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-11T08:18:14.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:12.124322+0000 mgr.x (mgr.34583) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:14.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:14 smithi155 bash[23209]: cluster 2024-09-11T08:18:12.124322+0000 mgr.x (mgr.34583) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:14.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:12.124322+0000 mgr.x (mgr.34583) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:14.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:14 smithi007 bash[26113]: cluster 2024-09-11T08:18:12.124322+0000 mgr.x (mgr.34583) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:14.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:14 smithi007 bash[23378]: cluster 2024-09-11T08:18:12.124322+0000 mgr.x (mgr.34583) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:14.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:12.124322+0000 mgr.x (mgr.34583) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:16.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:14.124671+0000 mgr.x (mgr.34583) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:16.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:16 smithi155 bash[23209]: cluster 2024-09-11T08:18:14.124671+0000 mgr.x (mgr.34583) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:16.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:16 smithi007 bash[26113]: cluster 2024-09-11T08:18:14.124671+0000 mgr.x (mgr.34583) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:16.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:14.124671+0000 mgr.x (mgr.34583) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:16.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:14.124671+0000 mgr.x (mgr.34583) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:16.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:16 smithi007 bash[23378]: cluster 2024-09-11T08:18:14.124671+0000 mgr.x (mgr.34583) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:18.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:16.125490+0000 mgr.x (mgr.34583) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:18.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:18 smithi155 bash[23209]: cluster 2024-09-11T08:18:16.125490+0000 mgr.x (mgr.34583) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:18.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:16.125490+0000 mgr.x (mgr.34583) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:18.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:18 smithi007 bash[23378]: cluster 2024-09-11T08:18:16.125490+0000 mgr.x (mgr.34583) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:18.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:16.125490+0000 mgr.x (mgr.34583) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:18.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:18 smithi007 bash[26113]: cluster 2024-09-11T08:18:16.125490+0000 mgr.x (mgr.34583) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:20.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:18.125983+0000 mgr.x (mgr.34583) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:20.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:20 smithi155 bash[23209]: cluster 2024-09-11T08:18:18.125983+0000 mgr.x (mgr.34583) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:20.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:18.125983+0000 mgr.x (mgr.34583) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:20.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:20 smithi007 bash[26113]: cluster 2024-09-11T08:18:18.125983+0000 mgr.x (mgr.34583) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:20.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:18.125983+0000 mgr.x (mgr.34583) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:20.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:20 smithi007 bash[23378]: cluster 2024-09-11T08:18:18.125983+0000 mgr.x (mgr.34583) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:22.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:20.126314+0000 mgr.x (mgr.34583) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:22.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:22 smithi155 bash[23209]: cluster 2024-09-11T08:18:20.126314+0000 mgr.x (mgr.34583) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:22.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:20.126314+0000 mgr.x (mgr.34583) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:22.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:22 smithi007 bash[26113]: cluster 2024-09-11T08:18:20.126314+0000 mgr.x (mgr.34583) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:22.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:20.126314+0000 mgr.x (mgr.34583) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:22.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:22 smithi007 bash[23378]: cluster 2024-09-11T08:18:20.126314+0000 mgr.x (mgr.34583) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:22.127273+0000 mgr.x (mgr.34583) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:24 smithi155 bash[23209]: cluster 2024-09-11T08:18:22.127273+0000 mgr.x (mgr.34583) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:24.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:22.127273+0000 mgr.x (mgr.34583) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:24.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:24 smithi007 bash[23378]: cluster 2024-09-11T08:18:22.127273+0000 mgr.x (mgr.34583) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:24.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:22.127273+0000 mgr.x (mgr.34583) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:24.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:24 smithi007 bash[26113]: cluster 2024-09-11T08:18:22.127273+0000 mgr.x (mgr.34583) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:26.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:24.127622+0000 mgr.x (mgr.34583) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:26.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:26 smithi155 bash[23209]: cluster 2024-09-11T08:18:24.127622+0000 mgr.x (mgr.34583) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:26.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:24.127622+0000 mgr.x (mgr.34583) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:26.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:26 smithi007 bash[23378]: cluster 2024-09-11T08:18:24.127622+0000 mgr.x (mgr.34583) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:26.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:24.127622+0000 mgr.x (mgr.34583) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:26.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:26 smithi007 bash[26113]: cluster 2024-09-11T08:18:24.127622+0000 mgr.x (mgr.34583) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:28.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:26.128286+0000 mgr.x (mgr.34583) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:28.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:28 smithi155 bash[23209]: cluster 2024-09-11T08:18:26.128286+0000 mgr.x (mgr.34583) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:28.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:26.128286+0000 mgr.x (mgr.34583) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:28.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:28 smithi007 bash[23378]: cluster 2024-09-11T08:18:26.128286+0000 mgr.x (mgr.34583) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:28.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:26.128286+0000 mgr.x (mgr.34583) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:28.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:28 smithi007 bash[26113]: cluster 2024-09-11T08:18:26.128286+0000 mgr.x (mgr.34583) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:30.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:28.128797+0000 mgr.x (mgr.34583) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:30.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:30 smithi155 bash[23209]: cluster 2024-09-11T08:18:28.128797+0000 mgr.x (mgr.34583) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:30.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:28.128797+0000 mgr.x (mgr.34583) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:30.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:30 smithi007 bash[23378]: cluster 2024-09-11T08:18:28.128797+0000 mgr.x (mgr.34583) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:30.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:28.128797+0000 mgr.x (mgr.34583) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:30.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:30 smithi007 bash[26113]: cluster 2024-09-11T08:18:28.128797+0000 mgr.x (mgr.34583) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:30.129397+0000 mgr.x (mgr.34583) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:32.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:31 smithi155 bash[23209]: cluster 2024-09-11T08:18:30.129397+0000 mgr.x (mgr.34583) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:32.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:30.129397+0000 mgr.x (mgr.34583) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:32.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:31 smithi007 bash[23378]: cluster 2024-09-11T08:18:30.129397+0000 mgr.x (mgr.34583) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:32.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:30.129397+0000 mgr.x (mgr.34583) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:32.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:31 smithi007 bash[26113]: cluster 2024-09-11T08:18:30.129397+0000 mgr.x (mgr.34583) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:32.130259+0000 mgr.x (mgr.34583) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:34.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:33 smithi155 bash[23209]: cluster 2024-09-11T08:18:32.130259+0000 mgr.x (mgr.34583) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:32.130259+0000 mgr.x (mgr.34583) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:33 smithi007 bash[23378]: cluster 2024-09-11T08:18:32.130259+0000 mgr.x (mgr.34583) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:34.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:32.130259+0000 mgr.x (mgr.34583) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:33 smithi007 bash[26113]: cluster 2024-09-11T08:18:32.130259+0000 mgr.x (mgr.34583) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:35 smithi007 bash[23378]: cluster 2024-09-11T08:18:34.130651+0000 mgr.x (mgr.34583) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:34.130651+0000 mgr.x (mgr.34583) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:36.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:34.130651+0000 mgr.x (mgr.34583) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:36.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:35 smithi007 bash[26113]: cluster 2024-09-11T08:18:34.130651+0000 mgr.x (mgr.34583) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:34.130651+0000 mgr.x (mgr.34583) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:35 smithi155 bash[23209]: cluster 2024-09-11T08:18:34.130651+0000 mgr.x (mgr.34583) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:37 smithi007 bash[23378]: cluster 2024-09-11T08:18:36.131385+0000 mgr.x (mgr.34583) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:36.131385+0000 mgr.x (mgr.34583) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:38.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:36.131385+0000 mgr.x (mgr.34583) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:38.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:37 smithi007 bash[26113]: cluster 2024-09-11T08:18:36.131385+0000 mgr.x (mgr.34583) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:36.131385+0000 mgr.x (mgr.34583) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:37 smithi155 bash[23209]: cluster 2024-09-11T08:18:36.131385+0000 mgr.x (mgr.34583) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:18:40.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:38.131870+0000 mgr.x (mgr.34583) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:40.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:39 smithi007 bash[23378]: cluster 2024-09-11T08:18:38.131870+0000 mgr.x (mgr.34583) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:40.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:38.131870+0000 mgr.x (mgr.34583) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:40.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:39 smithi007 bash[26113]: cluster 2024-09-11T08:18:38.131870+0000 mgr.x (mgr.34583) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:38.131870+0000 mgr.x (mgr.34583) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:39 smithi155 bash[23209]: cluster 2024-09-11T08:18:38.131870+0000 mgr.x (mgr.34583) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:40.132362+0000 mgr.x (mgr.34583) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:41 smithi007 bash[23378]: cluster 2024-09-11T08:18:40.132362+0000 mgr.x (mgr.34583) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:42.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:40.132362+0000 mgr.x (mgr.34583) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:42.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:41 smithi007 bash[26113]: cluster 2024-09-11T08:18:40.132362+0000 mgr.x (mgr.34583) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:42.063 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:40.132362+0000 mgr.x (mgr.34583) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:42.063 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:41 smithi155 bash[23209]: cluster 2024-09-11T08:18:40.132362+0000 mgr.x (mgr.34583) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:44.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:43 smithi007 bash[23378]: cluster 2024-09-11T08:18:42.133064+0000 mgr.x (mgr.34583) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:44.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:42.133064+0000 mgr.x (mgr.34583) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:43 smithi007 bash[23378]: audit 2024-09-11T08:18:43.689000+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:43 smithi007 bash[23378]: audit 2024-09-11T08:18:43.689341+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:43 smithi007 bash[23378]: audit 2024-09-11T08:18:43.692105+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:43.689000+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:43.689341+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:43.692105+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:43 smithi007 bash[26113]: cluster 2024-09-11T08:18:42.133064+0000 mgr.x (mgr.34583) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:43 smithi007 bash[26113]: audit 2024-09-11T08:18:43.689000+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:43 smithi007 bash[26113]: audit 2024-09-11T08:18:43.689341+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:43 smithi007 bash[26113]: audit 2024-09-11T08:18:43.692105+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:18:44.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:42.133064+0000 mgr.x (mgr.34583) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:44.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:43.689000+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:43.689341+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:43.692105+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:18:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:42.133064+0000 mgr.x (mgr.34583) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:43.689000+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:43 smithi155 bash[23209]: cluster 2024-09-11T08:18:42.133064+0000 mgr.x (mgr.34583) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:18:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:43 smithi155 bash[23209]: audit 2024-09-11T08:18:43.689000+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:43 smithi155 bash[23209]: audit 2024-09-11T08:18:43.689341+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:43 smithi155 bash[23209]: audit 2024-09-11T08:18:43.692105+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:18:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:43.689341+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:18:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:43.692105+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:18:46.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:44.133391+0000 mgr.x (mgr.34583) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:46.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:45 smithi007 bash[23378]: cluster 2024-09-11T08:18:44.133391+0000 mgr.x (mgr.34583) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:46.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:44.133391+0000 mgr.x (mgr.34583) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:46.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:45 smithi007 bash[26113]: cluster 2024-09-11T08:18:44.133391+0000 mgr.x (mgr.34583) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:44.133391+0000 mgr.x (mgr.34583) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:46.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:45 smithi155 bash[23209]: cluster 2024-09-11T08:18:44.133391+0000 mgr.x (mgr.34583) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:46.134047+0000 mgr.x (mgr.34583) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:47 smithi007 bash[23378]: cluster 2024-09-11T08:18:46.134047+0000 mgr.x (mgr.34583) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:48.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:46.134047+0000 mgr.x (mgr.34583) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:48.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:47 smithi007 bash[26113]: cluster 2024-09-11T08:18:46.134047+0000 mgr.x (mgr.34583) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:46.134047+0000 mgr.x (mgr.34583) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:47 smithi155 bash[23209]: cluster 2024-09-11T08:18:46.134047+0000 mgr.x (mgr.34583) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:50.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:48.134435+0000 mgr.x (mgr.34583) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:50.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:49 smithi007 bash[23378]: cluster 2024-09-11T08:18:48.134435+0000 mgr.x (mgr.34583) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:50.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:48.134435+0000 mgr.x (mgr.34583) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:50.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:49 smithi007 bash[26113]: cluster 2024-09-11T08:18:48.134435+0000 mgr.x (mgr.34583) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:50.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:48.134435+0000 mgr.x (mgr.34583) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:50.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:49 smithi155 bash[23209]: cluster 2024-09-11T08:18:48.134435+0000 mgr.x (mgr.34583) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:50.134909+0000 mgr.x (mgr.34583) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:51 smithi155 bash[23209]: cluster 2024-09-11T08:18:50.134909+0000 mgr.x (mgr.34583) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:50.134909+0000 mgr.x (mgr.34583) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:51 smithi007 bash[23378]: cluster 2024-09-11T08:18:50.134909+0000 mgr.x (mgr.34583) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:50.134909+0000 mgr.x (mgr.34583) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:51 smithi007 bash[26113]: cluster 2024-09-11T08:18:50.134909+0000 mgr.x (mgr.34583) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:52.135732+0000 mgr.x (mgr.34583) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:53 smithi155 bash[23209]: cluster 2024-09-11T08:18:52.135732+0000 mgr.x (mgr.34583) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:52.135732+0000 mgr.x (mgr.34583) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:53 smithi007 bash[23378]: cluster 2024-09-11T08:18:52.135732+0000 mgr.x (mgr.34583) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:52.135732+0000 mgr.x (mgr.34583) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:53 smithi007 bash[26113]: cluster 2024-09-11T08:18:52.135732+0000 mgr.x (mgr.34583) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:54.136130+0000 mgr.x (mgr.34583) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:55 smithi155 bash[23209]: cluster 2024-09-11T08:18:54.136130+0000 mgr.x (mgr.34583) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:55 smithi007 bash[23378]: cluster 2024-09-11T08:18:54.136130+0000 mgr.x (mgr.34583) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:54.136130+0000 mgr.x (mgr.34583) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:54.136130+0000 mgr.x (mgr.34583) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:55 smithi007 bash[26113]: cluster 2024-09-11T08:18:54.136130+0000 mgr.x (mgr.34583) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:57.114 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:18:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:56.137084+0000 mgr.x (mgr.34583) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:57 smithi007 bash[23378]: cluster 2024-09-11T08:18:56.137084+0000 mgr.x (mgr.34583) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:56.137084+0000 mgr.x (mgr.34583) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:57 smithi007 bash[26113]: cluster 2024-09-11T08:18:56.137084+0000 mgr.x (mgr.34583) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:56.137084+0000 mgr.x (mgr.34583) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:57 smithi155 bash[23209]: cluster 2024-09-11T08:18:56.137084+0000 mgr.x (mgr.34583) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:18:59.504 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled to redeploy mgr.y on host 'smithi007' 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:18:58.137637+0000 mgr.x (mgr.34583) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.127282+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.7:0/2005304622' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: cluster 2024-09-11T08:18:58.137637+0000 mgr.x (mgr.34583) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.127282+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.7:0/2005304622' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.486741+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.487201+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.490947+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]': finished 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.493626+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.066 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.494363+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.494691+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.497408+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.486741+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.498657+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.487201+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.499100+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.490947+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]': finished 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.501964+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.504299+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.067 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.504586+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.507390+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.585861+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.586208+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.587228+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.587873+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 bash[23209]: audit 2024-09-11T08:18:59.588835+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.493626+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.494363+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.494691+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.497408+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:00.068 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.498657+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.499100+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a399 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.501964+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"doc 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.504299+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.504586+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.507390+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.585861+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.069 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.586208+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.070 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.587228+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:19:00.070 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.587873+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:00.070 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:18:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.588835+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:19:00.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:18:58.137637+0000 mgr.x (mgr.34583) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:00.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: cluster 2024-09-11T08:18:58.137637+0000 mgr.x (mgr.34583) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:00.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.127282+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.7:0/2005304622' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:19:00.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.486741+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.487201+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.490947+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]': finished 2024-09-11T08:19:00.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.493626+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:18:58.137637+0000 mgr.x (mgr.34583) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:00.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: cluster 2024-09-11T08:18:58.137637+0000 mgr.x (mgr.34583) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:00.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.127282+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.7:0/2005304622' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:19:00.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.486741+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.487201+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.490947+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]': finished 2024-09-11T08:19:00.183 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.493626+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.185 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.494363+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.185 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.494691+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.185 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.494363+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.185 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.494691+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.186 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.497408+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:00.186 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.127282+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.7:0/2005304622' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:19:00.186 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.497408+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:00.187 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.498657+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.187 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.498657+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.187 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.486741+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.187 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.499100+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.499100+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.487201+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.501964+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:00.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.504299+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.504586+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.507390+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:00.188 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.585861+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.586208+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.587228+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.587873+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[23378]: audit 2024-09-11T08:18:59.588835+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.501964+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.504299+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.504586+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.507390+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:00.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.585861+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.586208+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.587228+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.587873+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 bash[26113]: audit 2024-09-11T08:18:59.588835+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.127282+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.7:0/2005304622' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.486741+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.487201+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]: dispatch 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.490947+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]': finished 2024-09-11T08:19:00.190 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.493626+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.494363+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.494691+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.191 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.490947+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr.y"}]': finished 2024-09-11T08:19:00.191 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.493626+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.191 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.494363+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.191 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.494691+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:00.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.497408+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:00.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.497408+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:00.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.498657+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.499100+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df5 2024-09-11T08:19:00.193 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.498657+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:19:00.193 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: .io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.499100+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"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-11T08:19:00.194 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 07997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.194 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.501964+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:00.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: @sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:00.195 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.501964+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"2cc047b2fc80\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301780172, \"cpu_percentage\": \"3.08%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778171Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:02:46.177209Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/cep 2024-09-11T08:19:00.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.504299+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.504586+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.507390+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:00.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.585861+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.586208+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.587228+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:19:00.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.587873+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:00.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.588835+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:19:00.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: h@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:03:59.922261Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:16:39.778807Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:43.727353Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:00.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.504299+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.504586+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:00.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.507390+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:00.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.585861+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.586208+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:19:00.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.587228+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:19:00.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.587873+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:00.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:18:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.588835+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:19:00.198 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps --refresh' 2024-09-11T08:19:01.020 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:18:59.485850+0000 mgr.x (mgr.34583) 114 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:18:59.485850+0000 mgr.x (mgr.34583) 114 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: cephadm 2024-09-11T08:18:59.492992+0000 mgr.x (mgr.34583) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: cephadm 2024-09-11T08:18:59.588552+0000 mgr.x (mgr.34583) 116 : cephadm [INF] Deploying daemon mgr.y on smithi007 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:19:00.605101+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:19:00.605395+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:19:00.605600+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:19:00.605773+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:19:00.605830+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:19:00.606239+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:19:00.606394+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[26113]: audit 2024-09-11T08:19:00.606575+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:18:59.492992+0000 mgr.x (mgr.34583) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:18:59.588552+0000 mgr.x (mgr.34583) 116 : cephadm [INF] Deploying daemon mgr.y on smithi007 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:00.605101+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:00.605395+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:00.605600+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:00.605773+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:00.605830+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:00.606239+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:00.606394+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:00.606575+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.022 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:18:59.485850+0000 mgr.x (mgr.34583) 114 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:18:59.485850+0000 mgr.x (mgr.34583) 114 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: cephadm 2024-09-11T08:18:59.492992+0000 mgr.x (mgr.34583) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: cephadm 2024-09-11T08:18:59.588552+0000 mgr.x (mgr.34583) 116 : cephadm [INF] Deploying daemon mgr.y on smithi007 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:19:00.605101+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:19:00.605395+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:19:00.605600+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:19:00.605773+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:19:00.605830+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:19:00.606239+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:19:00.606394+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 bash[23378]: audit 2024-09-11T08:19:00.606575+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:18:59.492992+0000 mgr.x (mgr.34583) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:19:01.023 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:18:59.588552+0000 mgr.x (mgr.34583) 116 : cephadm [INF] Deploying daemon mgr.y on smithi007 2024-09-11T08:19:01.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:00.605101+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:00.605395+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:00.605600+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:00.605773+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:00.605830+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:00.606239+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:00.606394+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.024 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:00.606575+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:18:59.485850+0000 mgr.x (mgr.34583) 114 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:18:59.492992+0000 mgr.x (mgr.34583) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:19:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:18:59.485850+0000 mgr.x (mgr.34583) 114 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: cephadm 2024-09-11T08:18:59.492992+0000 mgr.x (mgr.34583) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:19:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: cephadm 2024-09-11T08:18:59.588552+0000 mgr.x (mgr.34583) 116 : cephadm [INF] Deploying daemon mgr.y on smithi007 2024-09-11T08:19:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:19:00.605101+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:19:00.605395+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:19:00.605600+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:19:00.605773+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:19:00.605830+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:19:00.606239+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:19:00.606394+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 bash[23209]: audit 2024-09-11T08:19:00.606575+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:18:59.588552+0000 mgr.x (mgr.34583) 116 : cephadm [INF] Deploying daemon mgr.y on smithi007 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:00.605101+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:00.605395+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:00.605600+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:00.605773+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:00.605830+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:00.606239+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:19:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:00.606394+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:00.606575+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:19:01.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:00.138035+0000 mgr.x (mgr.34583) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:01.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:01 smithi007 bash[23378]: cluster 2024-09-11T08:19:00.138035+0000 mgr.x (mgr.34583) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:01.955 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:00.138035+0000 mgr.x (mgr.34583) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:01.955 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:01 smithi007 bash[26113]: cluster 2024-09-11T08:19:00.138035+0000 mgr.x (mgr.34583) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:00.138035+0000 mgr.x (mgr.34583) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:01 smithi155 bash[23209]: cluster 2024-09-11T08:19:00.138035+0000 mgr.x (mgr.34583) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:02.478 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:19:02.478 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (2m) 2m ago 11m 15.4M - 0.27.0 11f11916f8cd ae9fc6219cf8 2024-09-11T08:19:02.478 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (11m) 2m ago 11m 37.5M - 6.6.2 87a51ecf0b1c 8c751f3da660 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 running (6m) 2m ago 15m 436M - 17.2.7-1623-gd0e6828a 4a918172a497 85355100cdbe 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 running (16m) 2m ago 16m 287M - 15.2.0 204a01f9b0b6 2cc047b2fc80 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (16m) 2m ago 16m 97.0M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (15m) 2m ago 15m 103M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (15m) 2m ago 15m 101M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (11m) 2m ago 12m 11.4M - 1.8.2 71dc9668b154 550dc5450d6e 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (11m) 2m ago 12m 11.5M - 1.8.2 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (14m) 2m ago 14m 44.9M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (14m) 2m ago 14m 45.4M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (14m) 2m ago 14m 42.0M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (13m) 2m ago 13m 45.2M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (13m) 2m ago 13m 45.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:19:02.479 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (12m) 2m ago 13m 42.7M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:19:02.480 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (12m) 2m ago 12m 46.4M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:19:02.480 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (12m) 2m ago 12m 45.4M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:19:02.480 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (2m) 2m ago 12m 30.7M - 2.54.1 4022a502929b e44a7af880b7 2024-09-11T08:19:02.480 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (10m) 2m ago 10m 34.1M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:19:02.480 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (10m) 2m ago 10m 33.6M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:19:03.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.467694+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.467694+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.468181+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.468550+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.468919+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.469288+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.469634+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.471687+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.472099+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.472464+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.472809+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[23378]: audit 2024-09-11T08:19:02.473167+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.468181+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.468550+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.468919+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.467694+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.468181+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.468550+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.468919+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.469288+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.469634+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.471687+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.472099+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.159 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.472464+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.472809+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 bash[26113]: audit 2024-09-11T08:19:02.473167+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.467694+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.468181+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.468550+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.468919+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.469288+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.469634+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.160 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.471687+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.472099+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.472464+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.472809+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.473167+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.469288+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.469634+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.471687+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.472099+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.161 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.472464+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.162 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.472809+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.162 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.473167+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.174 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:19:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.467694+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.468181+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.467694+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.468181+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.468550+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.468919+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.469288+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.469634+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.471687+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.472099+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.472464+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.472809+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 bash[23209]: audit 2024-09-11T08:19:02.473167+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.468550+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.468919+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.469288+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.469634+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.471687+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.472099+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.472464+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.472809+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:03.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.473167+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:02.138721+0000 mgr.x (mgr.34583) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:03 smithi007 bash[23378]: cluster 2024-09-11T08:19:02.138721+0000 mgr.x (mgr.34583) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:04.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:03 smithi007 bash[23378]: audit 2024-09-11T08:19:02.465189+0000 mgr.x (mgr.34583) 119 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:04.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:02.465189+0000 mgr.x (mgr.34583) 119 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:04.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:02.138721+0000 mgr.x (mgr.34583) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:04.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:03 smithi007 bash[26113]: cluster 2024-09-11T08:19:02.138721+0000 mgr.x (mgr.34583) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:04.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:03 smithi007 bash[26113]: audit 2024-09-11T08:19:02.465189+0000 mgr.x (mgr.34583) 119 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:04.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:02.465189+0000 mgr.x (mgr.34583) 119 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:02.138721+0000 mgr.x (mgr.34583) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:02.465189+0000 mgr.x (mgr.34583) 119 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:03 smithi155 bash[23209]: cluster 2024-09-11T08:19:02.138721+0000 mgr.x (mgr.34583) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:03 smithi155 bash[23209]: audit 2024-09-11T08:19:02.465189+0000 mgr.x (mgr.34583) 119 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:04.139228+0000 mgr.x (mgr.34583) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:05 smithi155 bash[23209]: cluster 2024-09-11T08:19:04.139228+0000 mgr.x (mgr.34583) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:04.139228+0000 mgr.x (mgr.34583) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:05 smithi007 bash[23378]: cluster 2024-09-11T08:19:04.139228+0000 mgr.x (mgr.34583) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:04.139228+0000 mgr.x (mgr.34583) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:05 smithi007 bash[26113]: cluster 2024-09-11T08:19:04.139228+0000 mgr.x (mgr.34583) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:06.139846+0000 mgr.x (mgr.34583) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:07 smithi155 bash[23209]: cluster 2024-09-11T08:19:06.139846+0000 mgr.x (mgr.34583) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:06.139846+0000 mgr.x (mgr.34583) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:07 smithi007 bash[23378]: cluster 2024-09-11T08:19:06.139846+0000 mgr.x (mgr.34583) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:06.139846+0000 mgr.x (mgr.34583) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:07 smithi007 bash[26113]: cluster 2024-09-11T08:19:06.139846+0000 mgr.x (mgr.34583) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:10.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:09 smithi007 bash[26113]: cluster 2024-09-11T08:19:08.140420+0000 mgr.x (mgr.34583) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:10.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:08.140420+0000 mgr.x (mgr.34583) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:09 smithi007 bash[23378]: cluster 2024-09-11T08:19:08.140420+0000 mgr.x (mgr.34583) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:10.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:08.140420+0000 mgr.x (mgr.34583) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:08.140420+0000 mgr.x (mgr.34583) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:09 smithi155 bash[23209]: cluster 2024-09-11T08:19:08.140420+0000 mgr.x (mgr.34583) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:10.140811+0000 mgr.x (mgr.34583) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:12.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:11 smithi155 bash[23209]: cluster 2024-09-11T08:19:10.140811+0000 mgr.x (mgr.34583) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:10.140811+0000 mgr.x (mgr.34583) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:11 smithi007 bash[23378]: cluster 2024-09-11T08:19:10.140811+0000 mgr.x (mgr.34583) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:10.140811+0000 mgr.x (mgr.34583) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:11 smithi007 bash[26113]: cluster 2024-09-11T08:19:10.140811+0000 mgr.x (mgr.34583) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:12.141547+0000 mgr.x (mgr.34583) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:13 smithi155 bash[23209]: cluster 2024-09-11T08:19:12.141547+0000 mgr.x (mgr.34583) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:12.141547+0000 mgr.x (mgr.34583) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:13 smithi007 bash[23378]: cluster 2024-09-11T08:19:12.141547+0000 mgr.x (mgr.34583) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:12.141547+0000 mgr.x (mgr.34583) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:13 smithi007 bash[26113]: cluster 2024-09-11T08:19:12.141547+0000 mgr.x (mgr.34583) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:14.142084+0000 mgr.x (mgr.34583) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:15 smithi155 bash[23209]: cluster 2024-09-11T08:19:14.142084+0000 mgr.x (mgr.34583) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:14.142084+0000 mgr.x (mgr.34583) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:15 smithi007 bash[23378]: cluster 2024-09-11T08:19:14.142084+0000 mgr.x (mgr.34583) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:15 smithi007 bash[26113]: cluster 2024-09-11T08:19:14.142084+0000 mgr.x (mgr.34583) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:14.142084+0000 mgr.x (mgr.34583) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:16.142700+0000 mgr.x (mgr.34583) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:17 smithi155 bash[23209]: cluster 2024-09-11T08:19:16.142700+0000 mgr.x (mgr.34583) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:17 smithi007 bash[23378]: cluster 2024-09-11T08:19:16.142700+0000 mgr.x (mgr.34583) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:16.142700+0000 mgr.x (mgr.34583) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:16.142700+0000 mgr.x (mgr.34583) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:18.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:17 smithi007 bash[26113]: cluster 2024-09-11T08:19:16.142700+0000 mgr.x (mgr.34583) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:18.143242+0000 mgr.x (mgr.34583) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:19 smithi155 bash[23209]: cluster 2024-09-11T08:19:18.143242+0000 mgr.x (mgr.34583) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:18.143242+0000 mgr.x (mgr.34583) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:19 smithi007 bash[26113]: cluster 2024-09-11T08:19:18.143242+0000 mgr.x (mgr.34583) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:19 smithi007 bash[23378]: cluster 2024-09-11T08:19:18.143242+0000 mgr.x (mgr.34583) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:18.143242+0000 mgr.x (mgr.34583) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:20.143744+0000 mgr.x (mgr.34583) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:21 smithi155 bash[23209]: cluster 2024-09-11T08:19:20.143744+0000 mgr.x (mgr.34583) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:20.143744+0000 mgr.x (mgr.34583) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:21 smithi007 bash[26113]: cluster 2024-09-11T08:19:20.143744+0000 mgr.x (mgr.34583) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:21 smithi007 bash[23378]: cluster 2024-09-11T08:19:20.143744+0000 mgr.x (mgr.34583) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:20.143744+0000 mgr.x (mgr.34583) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:22.144481+0000 mgr.x (mgr.34583) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:23 smithi155 bash[23209]: cluster 2024-09-11T08:19:22.144481+0000 mgr.x (mgr.34583) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:22.144481+0000 mgr.x (mgr.34583) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:23 smithi007 bash[23378]: cluster 2024-09-11T08:19:22.144481+0000 mgr.x (mgr.34583) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:22.144481+0000 mgr.x (mgr.34583) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:23 smithi007 bash[26113]: cluster 2024-09-11T08:19:22.144481+0000 mgr.x (mgr.34583) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:24.144856+0000 mgr.x (mgr.34583) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:25 smithi155 bash[23209]: cluster 2024-09-11T08:19:24.144856+0000 mgr.x (mgr.34583) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:24.144856+0000 mgr.x (mgr.34583) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:25 smithi007 bash[23378]: cluster 2024-09-11T08:19:24.144856+0000 mgr.x (mgr.34583) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:24.144856+0000 mgr.x (mgr.34583) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:25 smithi007 bash[26113]: cluster 2024-09-11T08:19:24.144856+0000 mgr.x (mgr.34583) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:26.145493+0000 mgr.x (mgr.34583) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:27 smithi155 bash[23209]: cluster 2024-09-11T08:19:26.145493+0000 mgr.x (mgr.34583) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:26.145493+0000 mgr.x (mgr.34583) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:27 smithi007 bash[23378]: cluster 2024-09-11T08:19:26.145493+0000 mgr.x (mgr.34583) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:26.145493+0000 mgr.x (mgr.34583) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:27 smithi007 bash[26113]: cluster 2024-09-11T08:19:26.145493+0000 mgr.x (mgr.34583) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:28.145823+0000 mgr.x (mgr.34583) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:29 smithi155 bash[23209]: cluster 2024-09-11T08:19:28.145823+0000 mgr.x (mgr.34583) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:29 smithi007 bash[23378]: cluster 2024-09-11T08:19:28.145823+0000 mgr.x (mgr.34583) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:28.145823+0000 mgr.x (mgr.34583) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:28.145823+0000 mgr.x (mgr.34583) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:29 smithi007 bash[26113]: cluster 2024-09-11T08:19:28.145823+0000 mgr.x (mgr.34583) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:31.939 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:30.146270+0000 mgr.x (mgr.34583) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:31.940 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:31 smithi007 bash[23378]: cluster 2024-09-11T08:19:30.146270+0000 mgr.x (mgr.34583) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:31.940 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:30.146270+0000 mgr.x (mgr.34583) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:31.940 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:31 smithi007 bash[26113]: cluster 2024-09-11T08:19:30.146270+0000 mgr.x (mgr.34583) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:30.146270+0000 mgr.x (mgr.34583) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:31 smithi155 bash[23209]: cluster 2024-09-11T08:19:30.146270+0000 mgr.x (mgr.34583) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:32.539 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:32 smithi007 systemd[1]: Stopping Ceph mgr.y for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:19:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:32.147033+0000 mgr.x (mgr.34583) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:34.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:33 smithi155 bash[23209]: cluster 2024-09-11T08:19:32.147033+0000 mgr.x (mgr.34583) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:32.147033+0000 mgr.x (mgr.34583) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:33 smithi007 bash[23378]: cluster 2024-09-11T08:19:32.147033+0000 mgr.x (mgr.34583) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:32.147033+0000 mgr.x (mgr.34583) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:33 smithi007 bash[26113]: cluster 2024-09-11T08:19:32.147033+0000 mgr.x (mgr.34583) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:34.147391+0000 mgr.x (mgr.34583) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:36.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:35 smithi155 bash[23209]: cluster 2024-09-11T08:19:34.147391+0000 mgr.x (mgr.34583) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:34.147391+0000 mgr.x (mgr.34583) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:35 smithi007 bash[23378]: cluster 2024-09-11T08:19:34.147391+0000 mgr.x (mgr.34583) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:34.147391+0000 mgr.x (mgr.34583) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:36.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:35 smithi007 bash[26113]: cluster 2024-09-11T08:19:34.147391+0000 mgr.x (mgr.34583) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:36.148110+0000 mgr.x (mgr.34583) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:37 smithi155 bash[23209]: cluster 2024-09-11T08:19:36.148110+0000 mgr.x (mgr.34583) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:36.148110+0000 mgr.x (mgr.34583) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:37 smithi007 bash[23378]: cluster 2024-09-11T08:19:36.148110+0000 mgr.x (mgr.34583) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:36.148110+0000 mgr.x (mgr.34583) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:38.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:37 smithi007 bash[26113]: cluster 2024-09-11T08:19:36.148110+0000 mgr.x (mgr.34583) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:38.148494+0000 mgr.x (mgr.34583) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:39 smithi155 bash[23209]: cluster 2024-09-11T08:19:38.148494+0000 mgr.x (mgr.34583) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:38.148494+0000 mgr.x (mgr.34583) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:39 smithi007 bash[26113]: cluster 2024-09-11T08:19:38.148494+0000 mgr.x (mgr.34583) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:39 smithi007 bash[23378]: cluster 2024-09-11T08:19:38.148494+0000 mgr.x (mgr.34583) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:38.148494+0000 mgr.x (mgr.34583) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:40.149078+0000 mgr.x (mgr.34583) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:42.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:41 smithi155 bash[23209]: cluster 2024-09-11T08:19:40.149078+0000 mgr.x (mgr.34583) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:40.149078+0000 mgr.x (mgr.34583) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:41 smithi007 bash[23378]: cluster 2024-09-11T08:19:40.149078+0000 mgr.x (mgr.34583) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:40.149078+0000 mgr.x (mgr.34583) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:42.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:41 smithi007 bash[26113]: cluster 2024-09-11T08:19:40.149078+0000 mgr.x (mgr.34583) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:42.628 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:42 smithi007 bash[44560]: time="2024-09-11T08:19:42Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y in 10 seconds, resorting to SIGKILL" 2024-09-11T08:19:42.629 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:42 smithi007 podman[23571]: 2024-09-11 08:19:42.363844209 +0000 UTC m=+1016.208638942 container died 2cc047b2fc806fcaf313b3387724a1349ec97f700b8494f53799b574b1dbe8bb (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.label-schema.build-date=20200114) 2024-09-11T08:19:43.012 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:42 smithi007 podman[44560]: 2024-09-11 08:19:42.844050408 +0000 UTC m=+10.609699204 container cleanup 2cc047b2fc806fcaf313b3387724a1349ec97f700b8494f53799b574b1dbe8bb (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS) 2024-09-11T08:19:43.013 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:42 smithi007 bash[44560]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y 2024-09-11T08:19:43.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:43 smithi007 podman[23571]: 2024-09-11 08:19:43.012228292 +0000 UTC m=+1016.857023066 container remove 2cc047b2fc806fcaf313b3387724a1349ec97f700b8494f53799b574b1dbe8bb (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.y, ceph=True, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD) 2024-09-11T08:19:43.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:43 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-09-11T08:19:43.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:43 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-11T08:19:43.790 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:43 smithi007 systemd[1]: Stopped Ceph mgr.y for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:19:43.790 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:43 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y.service: Consumed 1.622s CPU time. 2024-09-11T08:19:43.790 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:43 smithi007 systemd[1]: Starting Ceph mgr.y for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:19:44.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:42.149768+0000 mgr.x (mgr.34583) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:44.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:43 smithi007 bash[23378]: cluster 2024-09-11T08:19:42.149768+0000 mgr.x (mgr.34583) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:44.084 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:42.149768+0000 mgr.x (mgr.34583) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:44.084 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:43 smithi007 bash[26113]: cluster 2024-09-11T08:19:42.149768+0000 mgr.x (mgr.34583) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:44.084 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:43 smithi007 podman[44714]: 2024-09-11 08:19:43.723887407 +0000 UTC m=+0.016141886 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:19:44.084 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:43 smithi007 podman[44714]: 2024-09-11 08:19:43.830548532 +0000 UTC m=+0.122803047 container create eea6f0f2fd70fa3632a68ef6894b567e004dbc8c88447a77a1aa6cd0ef606036 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-11T08:19:44.084 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 podman[44714]: 2024-09-11 08:19:44.058024235 +0000 UTC m=+0.350278702 container init eea6f0f2fd70fa3632a68ef6894b567e004dbc8c88447a77a1aa6cd0ef606036 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-11T08:19:44.084 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 podman[44714]: 2024-09-11 08:19:44.060842846 +0000 UTC m=+0.353097323 container start eea6f0f2fd70fa3632a68ef6894b567e004dbc8c88447a77a1aa6cd0ef606036 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:19:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:42.149768+0000 mgr.x (mgr.34583) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:43 smithi155 bash[23209]: cluster 2024-09-11T08:19:42.149768+0000 mgr.x (mgr.34583) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:44.445 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-mgr[44734]: -- 172.21.15.7:0/2963860420 <== mon.1 v2:172.21.15.7:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563d1cab4340 con 0x563d1cac0c00 2024-09-11T08:19:44.445 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:44.180+0000 7f0b39646ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:19:44.445 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[44714]: eea6f0f2fd70fa3632a68ef6894b567e004dbc8c88447a77a1aa6cd0ef606036 2024-09-11T08:19:44.445 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 systemd[1]: Started Ceph mgr.y for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:19:44.446 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:44.240+0000 7f0b39646ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:19:44.446 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:44.312+0000 7f0b39646ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:19:44.446 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:44.444+0000 7f0b39646ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:19:44.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:44.600+0000 7f0b39646ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:19:45.142 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:44.889+0000 7f0b39646ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:19:45.142 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:44.957+0000 7f0b39646ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:19:45.142 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:45.140+0000 7f0b39646ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:19:45.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.255719+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.255719+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.256464+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.143 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.256769+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.143 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.255719+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.143 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.256464+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.143 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.256769+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.144 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.260614+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.144 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.260614+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.144 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.261913+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.145 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.256464+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.145 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.262298+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.145 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.261913+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.146 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.266090+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.146 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.267472+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.146 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.268088+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.146 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.268339+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.147 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.256769+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.147 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.262298+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.147 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.271989+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.147 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.273195+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.148 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.260614+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.148 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.273575+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.148 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.266090+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.149 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.267472+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.149 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.276276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.149 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.279497+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.149 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[26113]: audit 2024-09-11T08:19:44.280975+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.149 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.255719+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.149 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.256464+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.150 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.268088+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.150 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.256769+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.150 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.261913+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], 2024-09-11T08:19:45.151 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.260614+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.151 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.268339+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.151 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.261913+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \" 2024-09-11T08:19:45.151 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.152 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.271989+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.152 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.152 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.262298+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09- 2024-09-11T08:19:45.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.266090+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59 2024-09-11T08:19:45.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: .588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.267472+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.273195+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.268088+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.268339+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.154 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.262298+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"20 2024-09-11T08:19:45.155 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.271989+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.155 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.273195+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_c 2024-09-11T08:19:45.155 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.273575+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.155 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 24-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: onfig\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.273575+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08: 2024-09-11T08:19:45.156 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.156 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.276276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.156 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.279497+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.156 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 bash[23378]: audit 2024-09-11T08:19:44.280975+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.157 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.266090+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2 2024-09-11T08:19:45.157 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.276276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08 2024-09-11T08:19:45.157 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: :18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.157 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.279497+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.157 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:44.280975+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.267472+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.268088+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.268339+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.158 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.271989+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.159 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.273195+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \" 2024-09-11T08:19:45.159 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.159 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.273575+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08 2024-09-11T08:19:45.159 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: :18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.159 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.276276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09 2024-09-11T08:19:45.159 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: -11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.159 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.279497+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.159 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:44.280975+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.255719+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.256464+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.255719+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.256464+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.256769+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.260614+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.256769+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.261913+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.260614+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.262298+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.261913+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_c 2024-09-11T08:19:45.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.266090+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.267472+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: onfig\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.268088+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.268339+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.271989+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.262298+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59 2024-09-11T08:19:45.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.273195+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: .588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.273575+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.266090+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.276276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.279497+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 bash[23209]: audit 2024-09-11T08:19:44.280975+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.267472+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.268088+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.268339+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.271989+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.273195+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \" 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.273575+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09- 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.276276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101795758, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778012Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106011033, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778259Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47081062, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778322Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47647293, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778381Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44134563, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778441Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47500492, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778499Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12037652, \"cpu_percentage\": \"0.34%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778557Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 16169041, \"cpu_percentage\": \"0.58%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:16:39.778616Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35787898, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:16:39.778675Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:5 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 9.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.279497+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:45.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:44.280975+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:46.089 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:44.150349+0000 mgr.x (mgr.34583) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:46.089 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:45 smithi007 bash[23378]: cluster 2024-09-11T08:19:44.150349+0000 mgr.x (mgr.34583) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:46.090 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:45 smithi007 bash[26113]: cluster 2024-09-11T08:19:44.150349+0000 mgr.x (mgr.34583) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:46.090 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:44.150349+0000 mgr.x (mgr.34583) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:44.150349+0000 mgr.x (mgr.34583) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:45 smithi155 bash[23209]: cluster 2024-09-11T08:19:44.150349+0000 mgr.x (mgr.34583) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:46.539 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:46.087+0000 7f0b39646ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:19:46.539 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:46.161+0000 7f0b39646ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:19:47.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.030+0000 7f0b39646ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:19:47.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.156+0000 7f0b39646ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:19:47.565 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.293+0000 7f0b39646ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:19:47.565 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.355+0000 7f0b39646ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:19:47.565 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.492+0000 7f0b39646ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:19:47.565 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.563+0000 7f0b39646ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:19:47.835 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.624+0000 7f0b39646ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:19:47.835 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.767+0000 7f0b39646ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:19:47.835 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.834+0000 7f0b39646ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:19:48.126 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:46.150941+0000 mgr.x (mgr.34583) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:48.126 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:47 smithi007 bash[23378]: cluster 2024-09-11T08:19:46.150941+0000 mgr.x (mgr.34583) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:48.127 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:46.150941+0000 mgr.x (mgr.34583) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:48.127 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:47 smithi007 bash[26113]: cluster 2024-09-11T08:19:46.150941+0000 mgr.x (mgr.34583) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:48.127 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.904+0000 7f0b39646ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:19:48.127 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:47.993+0000 7f0b39646ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:19:48.127 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:48.058+0000 7f0b39646ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:19:48.128 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:48.125+0000 7f0b39646ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:19:48.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:46.150941+0000 mgr.x (mgr.34583) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:48.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:47 smithi155 bash[23209]: cluster 2024-09-11T08:19:46.150941+0000 mgr.x (mgr.34583) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:49.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:19:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:19:48.945+0000 7f0b39646ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:19:50.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:48.151370+0000 mgr.x (mgr.34583) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:50.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:48.949345+0000 mon.a (mon.0) 802 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:19:50.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: cluster 2024-09-11T08:19:48.151370+0000 mgr.x (mgr.34583) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:50.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: cluster 2024-09-11T08:19:48.949345+0000 mon.a (mon.0) 802 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:19:50.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: cluster 2024-09-11T08:19:48.949513+0000 mon.a (mon.0) 803 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:19:50.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.950129+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.950552+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.951439+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.951740+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.958989+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.959569+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.959780+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.962784+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:48.949513+0000 mon.a (mon.0) 803 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.963843+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.950129+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:19:50.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.964247+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.950552+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:19:50.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:48.967144+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.372899+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.951439+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:19:50.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.373435+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.168 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.373647+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.376572+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.951740+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:19:50.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.379530+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.958989+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.379900+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.959569+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.169 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.382332+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.170 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.737830+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.170 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.738502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.170 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 bash[23209]: audit 2024-09-11T08:19:49.741288+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:50.172 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.959780+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.172 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.962784+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.172 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.963843+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.964247+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:48.967144+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.372899+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.373435+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.373647+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.376572+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.379530+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \" 2024-09-11T08:19:50.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.379900+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \ 2024-09-11T08:19:50.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: "0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.382332+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": 2024-09-11T08:19:50.174 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.175 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.737830+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.175 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.738502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.175 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:19:49.741288+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:50.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:48.151370+0000 mgr.x (mgr.34583) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:48.949345+0000 mon.a (mon.0) 802 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: cluster 2024-09-11T08:19:48.151370+0000 mgr.x (mgr.34583) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: cluster 2024-09-11T08:19:48.949345+0000 mon.a (mon.0) 802 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: cluster 2024-09-11T08:19:48.949513+0000 mon.a (mon.0) 803 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.950129+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.950552+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.951439+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.951740+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.958989+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.959569+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: cluster 2024-09-11T08:19:48.151370+0000 mgr.x (mgr.34583) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:50.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: cluster 2024-09-11T08:19:48.949345+0000 mon.a (mon.0) 802 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:19:50.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: cluster 2024-09-11T08:19:48.949513+0000 mon.a (mon.0) 803 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:19:50.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.950129+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:19:50.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.950552+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:19:50.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.951439+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:19:50.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.951740+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:19:50.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.958989+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.195 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.959569+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.195 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.959780+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.959780+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.962784+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:48.949513+0000 mon.a (mon.0) 803 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:19:50.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.962784+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.963843+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.963843+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.950129+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:19:50.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.964247+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:48.967144+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.372899+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.373435+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.964247+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.950552+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:19:50.198 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.373647+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:48.967144+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.372899+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.951439+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:19:50.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.376572+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.373435+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.379530+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.200 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.373647+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.200 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.376572+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.200 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.951740+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:19:50.201 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.379900+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.201 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.382332+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.201 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.737830+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.379530+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.958989+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.379900+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.202 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.738502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[26113]: audit 2024-09-11T08:19:49.741288+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:48.151370+0000 mgr.x (mgr.34583) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:48.949345+0000 mon.a (mon.0) 802 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:48.949513+0000 mon.a (mon.0) 803 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.950129+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.950552+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.951439+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.951740+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.958989+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.959569+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.204 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.959569+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.204 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.959780+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.204 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.962784+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.204 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.963843+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:19:50.205 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.382332+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.205 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.737830+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.205 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.738502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.205 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 bash[23378]: audit 2024-09-11T08:19:49.741288+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:50.205 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.206 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.959780+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.206 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.962784+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.206 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.963843+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:19:50.206 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.964247+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"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-11T08:19:50.207 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: :54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.207 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:48.967144+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:19:50.207 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ocker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.207 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 92\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.207 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.372899+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.208 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.373435+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.208 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.964247+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_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-11T08:19:50.208 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: /ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.208 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:48.967144+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957626Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 64497909, \"cpu_percentage\": \"100.49%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:19:48.957764Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119223091, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957834Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957894Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.957964Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44973424, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958026Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47898951, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958084Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"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\": 12467568, \"cpu_percentage\": \"0.30%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958143Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18423480, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958200Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/cep 2024-09-11T08:19:50.209 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.373647+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.209 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.376572+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.209 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.379530+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_pe 2024-09-11T08:19:50.209 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: h/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36710645, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:48.958256Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:48.958379Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.548309Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.209 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.372899+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:50.209 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.373435+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.210 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: rcentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.373647+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:19:50.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.376572+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:19:50.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.379900+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, 2024-09-11T08:19:50.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.212 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.379530+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \" 2024-09-11T08:19:50.213 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.382332+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\" 2024-09-11T08:19:50.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: : 35987128, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.737830+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.738502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:19:49.741288+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:50.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.379900+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.14 2024-09-11T08:19:50.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:19:50.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.382332+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124256256, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371401Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 460010291, \"cpu_percentage\": \"2.36%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371621Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371700Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46116372, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371803Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371866Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49010442, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.371927Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50709135, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372004Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11922309, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372065Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39478886, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372124Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35987128, \"cpu_percentage\": \"0.1 2024-09-11T08:19:50.215 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 4%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:19:49.372183Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:19:49.372311Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:16:07.679965Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:19:50.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.737830+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.738502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:19:50.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:19:49.741288+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:19:51.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:49.919148+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-11T08:19:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:50 smithi155 bash[23209]: cluster 2024-09-11T08:19:49.919148+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-11T08:19:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:49.919148+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-11T08:19:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:50 smithi007 bash[23378]: cluster 2024-09-11T08:19:49.919148+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-11T08:19:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:49.919148+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-11T08:19:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:50 smithi007 bash[26113]: cluster 2024-09-11T08:19:49.919148+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-11T08:19:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:50.151728+0000 mgr.x (mgr.34583) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:52.317 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:51 smithi155 bash[23209]: cluster 2024-09-11T08:19:50.151728+0000 mgr.x (mgr.34583) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:52.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:50.151728+0000 mgr.x (mgr.34583) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:52.319 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:51 smithi007 bash[23378]: cluster 2024-09-11T08:19:50.151728+0000 mgr.x (mgr.34583) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:52.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:50.151728+0000 mgr.x (mgr.34583) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:52.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:51 smithi007 bash[26113]: cluster 2024-09-11T08:19:50.151728+0000 mgr.x (mgr.34583) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:52.152533+0000 mgr.x (mgr.34583) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:53 smithi155 bash[23209]: cluster 2024-09-11T08:19:52.152533+0000 mgr.x (mgr.34583) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:52.152533+0000 mgr.x (mgr.34583) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:53 smithi007 bash[23378]: cluster 2024-09-11T08:19:52.152533+0000 mgr.x (mgr.34583) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:52.152533+0000 mgr.x (mgr.34583) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:53 smithi007 bash[26113]: cluster 2024-09-11T08:19:52.152533+0000 mgr.x (mgr.34583) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:54.153011+0000 mgr.x (mgr.34583) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:55 smithi155 bash[23209]: cluster 2024-09-11T08:19:54.153011+0000 mgr.x (mgr.34583) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:54.153011+0000 mgr.x (mgr.34583) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:55 smithi007 bash[23378]: cluster 2024-09-11T08:19:54.153011+0000 mgr.x (mgr.34583) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:54.153011+0000 mgr.x (mgr.34583) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:55 smithi007 bash[26113]: cluster 2024-09-11T08:19:54.153011+0000 mgr.x (mgr.34583) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:56.153832+0000 mgr.x (mgr.34583) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:57 smithi155 bash[23209]: cluster 2024-09-11T08:19:56.153832+0000 mgr.x (mgr.34583) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:56.153832+0000 mgr.x (mgr.34583) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:57 smithi007 bash[23378]: cluster 2024-09-11T08:19:56.153832+0000 mgr.x (mgr.34583) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:56.153832+0000 mgr.x (mgr.34583) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:19:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:57 smithi007 bash[26113]: cluster 2024-09-11T08:19:56.153832+0000 mgr.x (mgr.34583) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:59 smithi155 bash[23209]: cluster 2024-09-11T08:19:58.154249+0000 mgr.x (mgr.34583) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:19:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:19:58.154249+0000 mgr.x (mgr.34583) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:59 smithi007 bash[23378]: cluster 2024-09-11T08:19:58.154249+0000 mgr.x (mgr.34583) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:19:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:19:58.154249+0000 mgr.x (mgr.34583) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:19:58.154249+0000 mgr.x (mgr.34583) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:19:59 smithi007 bash[26113]: cluster 2024-09-11T08:19:58.154249+0000 mgr.x (mgr.34583) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:00.609161+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:00.609448+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 bash[23209]: audit 2024-09-11T08:20:00.609161+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 bash[23209]: audit 2024-09-11T08:20:00.609448+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 bash[23209]: audit 2024-09-11T08:20:00.609671+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 bash[23209]: audit 2024-09-11T08:20:00.609693+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 bash[23209]: audit 2024-09-11T08:20:00.609973+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 bash[23209]: audit 2024-09-11T08:20:00.610373+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 bash[23209]: audit 2024-09-11T08:20:00.610698+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 bash[23209]: audit 2024-09-11T08:20:00.611004+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:00.609671+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:00.609693+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:00.609973+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:00.610373+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:00.610698+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:00.611004+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:00.609161+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:00.609448+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[23378]: audit 2024-09-11T08:20:00.609161+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[23378]: audit 2024-09-11T08:20:00.609448+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[23378]: audit 2024-09-11T08:20:00.609671+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[23378]: audit 2024-09-11T08:20:00.609693+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[23378]: audit 2024-09-11T08:20:00.609973+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[23378]: audit 2024-09-11T08:20:00.610373+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[23378]: audit 2024-09-11T08:20:00.610698+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[23378]: audit 2024-09-11T08:20:00.611004+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:00.609671+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:00.609693+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:00.609973+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:00.610373+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:00.610698+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:00.611004+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:00.609161+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:00.609448+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[26113]: audit 2024-09-11T08:20:00.609161+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[26113]: audit 2024-09-11T08:20:00.609448+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[26113]: audit 2024-09-11T08:20:00.609671+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[26113]: audit 2024-09-11T08:20:00.609693+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[26113]: audit 2024-09-11T08:20:00.609973+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[26113]: audit 2024-09-11T08:20:00.610373+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[26113]: audit 2024-09-11T08:20:00.610698+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 bash[26113]: audit 2024-09-11T08:20:00.611004+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:00.609671+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:20:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:00.609693+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:00.609973+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:00.610373+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:20:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:00.610698+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:20:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:00.611004+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:20:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:00.154724+0000 mgr.x (mgr.34583) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:01 smithi155 bash[23209]: cluster 2024-09-11T08:20:00.154724+0000 mgr.x (mgr.34583) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:00.154724+0000 mgr.x (mgr.34583) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:01 smithi007 bash[23378]: cluster 2024-09-11T08:20:00.154724+0000 mgr.x (mgr.34583) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:00.154724+0000 mgr.x (mgr.34583) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:01 smithi007 bash[26113]: cluster 2024-09-11T08:20:00.154724+0000 mgr.x (mgr.34583) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:02.155497+0000 mgr.x (mgr.34583) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:03 smithi155 bash[23209]: cluster 2024-09-11T08:20:02.155497+0000 mgr.x (mgr.34583) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:02.155497+0000 mgr.x (mgr.34583) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:03 smithi007 bash[23378]: cluster 2024-09-11T08:20:02.155497+0000 mgr.x (mgr.34583) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:02.155497+0000 mgr.x (mgr.34583) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:03 smithi007 bash[26113]: cluster 2024-09-11T08:20:02.155497+0000 mgr.x (mgr.34583) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:04.155975+0000 mgr.x (mgr.34583) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:05 smithi155 bash[23209]: cluster 2024-09-11T08:20:04.155975+0000 mgr.x (mgr.34583) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:04.155975+0000 mgr.x (mgr.34583) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:05 smithi007 bash[23378]: cluster 2024-09-11T08:20:04.155975+0000 mgr.x (mgr.34583) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:04.155975+0000 mgr.x (mgr.34583) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:05 smithi007 bash[26113]: cluster 2024-09-11T08:20:04.155975+0000 mgr.x (mgr.34583) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:06.156821+0000 mgr.x (mgr.34583) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:07 smithi155 bash[23209]: cluster 2024-09-11T08:20:06.156821+0000 mgr.x (mgr.34583) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:06.156821+0000 mgr.x (mgr.34583) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:07 smithi007 bash[26113]: cluster 2024-09-11T08:20:06.156821+0000 mgr.x (mgr.34583) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:06.156821+0000 mgr.x (mgr.34583) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:07 smithi007 bash[23378]: cluster 2024-09-11T08:20:06.156821+0000 mgr.x (mgr.34583) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:08.157270+0000 mgr.x (mgr.34583) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:09 smithi155 bash[23209]: cluster 2024-09-11T08:20:08.157270+0000 mgr.x (mgr.34583) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:08.157270+0000 mgr.x (mgr.34583) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:09 smithi007 bash[23378]: cluster 2024-09-11T08:20:08.157270+0000 mgr.x (mgr.34583) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:08.157270+0000 mgr.x (mgr.34583) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:10.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:09 smithi007 bash[26113]: cluster 2024-09-11T08:20:08.157270+0000 mgr.x (mgr.34583) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:10.157888+0000 mgr.x (mgr.34583) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:12.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:11 smithi155 bash[23209]: cluster 2024-09-11T08:20:10.157888+0000 mgr.x (mgr.34583) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:10.157888+0000 mgr.x (mgr.34583) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:11 smithi007 bash[26113]: cluster 2024-09-11T08:20:10.157888+0000 mgr.x (mgr.34583) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:10.157888+0000 mgr.x (mgr.34583) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:11 smithi007 bash[23378]: cluster 2024-09-11T08:20:10.157888+0000 mgr.x (mgr.34583) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:14.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:12.158844+0000 mgr.x (mgr.34583) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:14.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:13 smithi155 bash[23209]: cluster 2024-09-11T08:20:12.158844+0000 mgr.x (mgr.34583) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:12.158844+0000 mgr.x (mgr.34583) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:13 smithi007 bash[26113]: cluster 2024-09-11T08:20:12.158844+0000 mgr.x (mgr.34583) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:12.158844+0000 mgr.x (mgr.34583) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:13 smithi007 bash[23378]: cluster 2024-09-11T08:20:12.158844+0000 mgr.x (mgr.34583) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:14.159202+0000 mgr.x (mgr.34583) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:15 smithi155 bash[23209]: cluster 2024-09-11T08:20:14.159202+0000 mgr.x (mgr.34583) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:14.159202+0000 mgr.x (mgr.34583) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:15 smithi007 bash[26113]: cluster 2024-09-11T08:20:14.159202+0000 mgr.x (mgr.34583) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:14.159202+0000 mgr.x (mgr.34583) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:15 smithi007 bash[23378]: cluster 2024-09-11T08:20:14.159202+0000 mgr.x (mgr.34583) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:16.160064+0000 mgr.x (mgr.34583) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:17 smithi155 bash[23209]: cluster 2024-09-11T08:20:16.160064+0000 mgr.x (mgr.34583) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:16.160064+0000 mgr.x (mgr.34583) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:17 smithi007 bash[23378]: cluster 2024-09-11T08:20:16.160064+0000 mgr.x (mgr.34583) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:16.160064+0000 mgr.x (mgr.34583) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:18.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:17 smithi007 bash[26113]: cluster 2024-09-11T08:20:16.160064+0000 mgr.x (mgr.34583) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:18.160454+0000 mgr.x (mgr.34583) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:19 smithi155 bash[23209]: cluster 2024-09-11T08:20:18.160454+0000 mgr.x (mgr.34583) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:18.160454+0000 mgr.x (mgr.34583) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:19 smithi007 bash[26113]: cluster 2024-09-11T08:20:18.160454+0000 mgr.x (mgr.34583) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:18.160454+0000 mgr.x (mgr.34583) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:20.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:19 smithi007 bash[23378]: cluster 2024-09-11T08:20:18.160454+0000 mgr.x (mgr.34583) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:20.161036+0000 mgr.x (mgr.34583) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:21 smithi155 bash[23209]: cluster 2024-09-11T08:20:20.161036+0000 mgr.x (mgr.34583) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:20.161036+0000 mgr.x (mgr.34583) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:21 smithi007 bash[26113]: cluster 2024-09-11T08:20:20.161036+0000 mgr.x (mgr.34583) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:20.161036+0000 mgr.x (mgr.34583) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:21 smithi007 bash[23378]: cluster 2024-09-11T08:20:20.161036+0000 mgr.x (mgr.34583) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:22.161662+0000 mgr.x (mgr.34583) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:24 smithi155 bash[23209]: cluster 2024-09-11T08:20:22.161662+0000 mgr.x (mgr.34583) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:22.161662+0000 mgr.x (mgr.34583) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:24 smithi007 bash[23378]: cluster 2024-09-11T08:20:22.161662+0000 mgr.x (mgr.34583) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:22.161662+0000 mgr.x (mgr.34583) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:24 smithi007 bash[26113]: cluster 2024-09-11T08:20:22.161662+0000 mgr.x (mgr.34583) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:26 smithi155 bash[23209]: cluster 2024-09-11T08:20:24.162069+0000 mgr.x (mgr.34583) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:24.162069+0000 mgr.x (mgr.34583) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:24.162069+0000 mgr.x (mgr.34583) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:26 smithi007 bash[23378]: cluster 2024-09-11T08:20:24.162069+0000 mgr.x (mgr.34583) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:24.162069+0000 mgr.x (mgr.34583) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:26 smithi007 bash[26113]: cluster 2024-09-11T08:20:24.162069+0000 mgr.x (mgr.34583) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:26.162890+0000 mgr.x (mgr.34583) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:28 smithi007 bash[23378]: cluster 2024-09-11T08:20:26.162890+0000 mgr.x (mgr.34583) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:26.162890+0000 mgr.x (mgr.34583) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:28 smithi007 bash[26113]: cluster 2024-09-11T08:20:26.162890+0000 mgr.x (mgr.34583) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:28.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:26.162890+0000 mgr.x (mgr.34583) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:28.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:28 smithi155 bash[23209]: cluster 2024-09-11T08:20:26.162890+0000 mgr.x (mgr.34583) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:28.163393+0000 mgr.x (mgr.34583) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:30 smithi007 bash[23378]: cluster 2024-09-11T08:20:28.163393+0000 mgr.x (mgr.34583) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:28.163393+0000 mgr.x (mgr.34583) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:30 smithi007 bash[26113]: cluster 2024-09-11T08:20:28.163393+0000 mgr.x (mgr.34583) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:30.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:28.163393+0000 mgr.x (mgr.34583) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:30.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:30 smithi155 bash[23209]: cluster 2024-09-11T08:20:28.163393+0000 mgr.x (mgr.34583) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:32 smithi007 bash[23378]: cluster 2024-09-11T08:20:30.163755+0000 mgr.x (mgr.34583) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:30.163755+0000 mgr.x (mgr.34583) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:32.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:30.163755+0000 mgr.x (mgr.34583) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:32.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:32 smithi007 bash[26113]: cluster 2024-09-11T08:20:30.163755+0000 mgr.x (mgr.34583) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:32.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:30.163755+0000 mgr.x (mgr.34583) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:32.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:32 smithi155 bash[23209]: cluster 2024-09-11T08:20:30.163755+0000 mgr.x (mgr.34583) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:32.164679+0000 mgr.x (mgr.34583) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:34 smithi007 bash[23378]: cluster 2024-09-11T08:20:32.164679+0000 mgr.x (mgr.34583) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:32.164679+0000 mgr.x (mgr.34583) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:34 smithi007 bash[26113]: cluster 2024-09-11T08:20:32.164679+0000 mgr.x (mgr.34583) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:34.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:32.164679+0000 mgr.x (mgr.34583) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:34.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:34 smithi155 bash[23209]: cluster 2024-09-11T08:20:32.164679+0000 mgr.x (mgr.34583) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:36 smithi007 bash[23378]: cluster 2024-09-11T08:20:34.165146+0000 mgr.x (mgr.34583) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:34.165146+0000 mgr.x (mgr.34583) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:34.165146+0000 mgr.x (mgr.34583) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:36 smithi007 bash[26113]: cluster 2024-09-11T08:20:34.165146+0000 mgr.x (mgr.34583) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:36.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:34.165146+0000 mgr.x (mgr.34583) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:36.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:36 smithi155 bash[23209]: cluster 2024-09-11T08:20:34.165146+0000 mgr.x (mgr.34583) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:36.166015+0000 mgr.x (mgr.34583) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:38 smithi007 bash[23378]: cluster 2024-09-11T08:20:36.166015+0000 mgr.x (mgr.34583) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:38.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:36.166015+0000 mgr.x (mgr.34583) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:38.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:38 smithi007 bash[26113]: cluster 2024-09-11T08:20:36.166015+0000 mgr.x (mgr.34583) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:38.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:36.166015+0000 mgr.x (mgr.34583) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:38.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:38 smithi155 bash[23209]: cluster 2024-09-11T08:20:36.166015+0000 mgr.x (mgr.34583) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:38.166460+0000 mgr.x (mgr.34583) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:40 smithi007 bash[23378]: cluster 2024-09-11T08:20:38.166460+0000 mgr.x (mgr.34583) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:38.166460+0000 mgr.x (mgr.34583) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:40 smithi007 bash[26113]: cluster 2024-09-11T08:20:38.166460+0000 mgr.x (mgr.34583) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:40.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:38.166460+0000 mgr.x (mgr.34583) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:40.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:40 smithi155 bash[23209]: cluster 2024-09-11T08:20:38.166460+0000 mgr.x (mgr.34583) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:42.312 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:40.166840+0000 mgr.x (mgr.34583) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:42.312 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:42 smithi155 bash[23209]: cluster 2024-09-11T08:20:40.166840+0000 mgr.x (mgr.34583) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:42.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:40.166840+0000 mgr.x (mgr.34583) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:42.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:42 smithi007 bash[23378]: cluster 2024-09-11T08:20:40.166840+0000 mgr.x (mgr.34583) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:42.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:40.166840+0000 mgr.x (mgr.34583) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:42.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:42 smithi007 bash[26113]: cluster 2024-09-11T08:20:40.166840+0000 mgr.x (mgr.34583) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:44.342 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:42.167461+0000 mgr.x (mgr.34583) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:44.342 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:44 smithi007 bash[23378]: cluster 2024-09-11T08:20:42.167461+0000 mgr.x (mgr.34583) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:44.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:42.167461+0000 mgr.x (mgr.34583) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:44.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:44 smithi007 bash[26113]: cluster 2024-09-11T08:20:42.167461+0000 mgr.x (mgr.34583) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:44.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:42.167461+0000 mgr.x (mgr.34583) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:44.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:44 smithi155 bash[23209]: cluster 2024-09-11T08:20:42.167461+0000 mgr.x (mgr.34583) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:46.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:44.167925+0000 mgr.x (mgr.34583) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:46.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:46 smithi155 bash[23209]: cluster 2024-09-11T08:20:44.167925+0000 mgr.x (mgr.34583) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:46.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:44.167925+0000 mgr.x (mgr.34583) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:46.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:46 smithi007 bash[23378]: cluster 2024-09-11T08:20:44.167925+0000 mgr.x (mgr.34583) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:46.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:44.167925+0000 mgr.x (mgr.34583) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:46.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:46 smithi007 bash[26113]: cluster 2024-09-11T08:20:44.167925+0000 mgr.x (mgr.34583) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:48.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:46.168630+0000 mgr.x (mgr.34583) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:48.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:48 smithi155 bash[23209]: cluster 2024-09-11T08:20:46.168630+0000 mgr.x (mgr.34583) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:48.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:46.168630+0000 mgr.x (mgr.34583) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:48.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:48 smithi007 bash[23378]: cluster 2024-09-11T08:20:46.168630+0000 mgr.x (mgr.34583) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:48.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:46.168630+0000 mgr.x (mgr.34583) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:48.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:48 smithi007 bash[26113]: cluster 2024-09-11T08:20:46.168630+0000 mgr.x (mgr.34583) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:50.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:48.169160+0000 mgr.x (mgr.34583) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:50.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:50 smithi155 bash[23209]: cluster 2024-09-11T08:20:48.169160+0000 mgr.x (mgr.34583) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:50.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:50 smithi155 bash[23209]: audit 2024-09-11T08:20:49.814326+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:50.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:49.814326+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:50.536 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:48.169160+0000 mgr.x (mgr.34583) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:50.537 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:49.814326+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:50.537 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:50 smithi007 bash[23378]: cluster 2024-09-11T08:20:48.169160+0000 mgr.x (mgr.34583) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:50.537 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:50 smithi007 bash[23378]: audit 2024-09-11T08:20:49.814326+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:50.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:48.169160+0000 mgr.x (mgr.34583) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:50.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:49.814326+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:50.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:50 smithi007 bash[26113]: cluster 2024-09-11T08:20:48.169160+0000 mgr.x (mgr.34583) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:50.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:50 smithi007 bash[26113]: audit 2024-09-11T08:20:49.814326+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:52.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:50.169518+0000 mgr.x (mgr.34583) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:52.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:52 smithi155 bash[23209]: cluster 2024-09-11T08:20:50.169518+0000 mgr.x (mgr.34583) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:52.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:50.169518+0000 mgr.x (mgr.34583) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:52.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:52 smithi007 bash[23378]: cluster 2024-09-11T08:20:50.169518+0000 mgr.x (mgr.34583) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:52.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:50.169518+0000 mgr.x (mgr.34583) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:52.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:52 smithi007 bash[26113]: cluster 2024-09-11T08:20:50.169518+0000 mgr.x (mgr.34583) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:54.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:52.170455+0000 mgr.x (mgr.34583) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:54.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:54 smithi155 bash[23209]: cluster 2024-09-11T08:20:52.170455+0000 mgr.x (mgr.34583) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:54.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:52.170455+0000 mgr.x (mgr.34583) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:54.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:54 smithi007 bash[23378]: cluster 2024-09-11T08:20:52.170455+0000 mgr.x (mgr.34583) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:54.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:52.170455+0000 mgr.x (mgr.34583) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:54.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:54 smithi007 bash[26113]: cluster 2024-09-11T08:20:52.170455+0000 mgr.x (mgr.34583) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:55.414 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.531856+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:55.414 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.532579+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.415 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.531856+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:55.415 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.532579+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.415 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.532785+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.415 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.535680+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:20:55.415 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.532785+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.415 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.537599+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.415 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.535680+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:20:55.415 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.537945+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.537599+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.540603+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.902201+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.902504+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 bash[23209]: audit 2024-09-11T08:20:54.905403+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.537945+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: :1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.540603+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"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-11T08:20:55.416 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:20:55.417 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.902201+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.417 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.902504+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.417 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:20:54.905403+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:20:55.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.531856+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:55.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.532579+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.531856+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:55.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.532579+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.531856+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:55.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.532785+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.532579+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.532785+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.535680+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:20:55.444 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.535680+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:20:55.444 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.532785+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.537599+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.444 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.537599+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.445 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.537945+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.445 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.535680+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:20:55.445 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.540603+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:20:55.446 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.902201+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.446 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.902504+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.446 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[26113]: audit 2024-09-11T08:20:54.905403+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:20:55.446 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.537945+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.531856+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:55.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.532579+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.532785+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:20:55.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.537599+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.535680+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:20:55.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.540603+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:20:55.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.902201+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.902504+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 bash[23378]: audit 2024-09-11T08:20:54.905403+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:20:55.448 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.537599+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74 2024-09-11T08:20:55.448 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.449 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.537945+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.537945+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_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-11T08:20:55.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.540603+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74 2024-09-11T08:20:55.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:20:55.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.902201+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.902504+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:20:54.905403+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:20:55.450 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:20:55.451 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.540603+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 109681049, \"cpu_percentage\": \"1.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530139Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"7.67%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:20:54.530348Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 124885401, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530435Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48276439, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530513Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48853155, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530586Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45057310, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530660Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48066723, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530732Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12331253, \"cpu_percentage\": \"0.29%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530804Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530876Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_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-11T08:20:55.451 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: /ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:20:54.530961Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:20:54.531150Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:16:06.507083Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:20:55.451 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.902201+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.451 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.902504+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:20:55.451 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:20:54.905403+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:20:56.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:54.171051+0000 mgr.x (mgr.34583) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:56.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:56 smithi155 bash[23209]: cluster 2024-09-11T08:20:54.171051+0000 mgr.x (mgr.34583) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:56.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:54.171051+0000 mgr.x (mgr.34583) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:56.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:56 smithi007 bash[26113]: cluster 2024-09-11T08:20:54.171051+0000 mgr.x (mgr.34583) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:56.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:54.171051+0000 mgr.x (mgr.34583) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:56.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:56 smithi007 bash[23378]: cluster 2024-09-11T08:20:54.171051+0000 mgr.x (mgr.34583) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:58.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:56.171744+0000 mgr.x (mgr.34583) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:58.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:20:58 smithi155 bash[23209]: cluster 2024-09-11T08:20:56.171744+0000 mgr.x (mgr.34583) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:58.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:56.171744+0000 mgr.x (mgr.34583) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:58.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:20:58 smithi007 bash[23378]: cluster 2024-09-11T08:20:56.171744+0000 mgr.x (mgr.34583) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:58.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:56.171744+0000 mgr.x (mgr.34583) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:20:58.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:20:58 smithi007 bash[26113]: cluster 2024-09-11T08:20:56.171744+0000 mgr.x (mgr.34583) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:00.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:20:58.172295+0000 mgr.x (mgr.34583) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:00.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:00 smithi155 bash[23209]: cluster 2024-09-11T08:20:58.172295+0000 mgr.x (mgr.34583) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:00.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:20:58.172295+0000 mgr.x (mgr.34583) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:00.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:00 smithi007 bash[23378]: cluster 2024-09-11T08:20:58.172295+0000 mgr.x (mgr.34583) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:00.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:20:58.172295+0000 mgr.x (mgr.34583) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:00.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:00 smithi007 bash[26113]: cluster 2024-09-11T08:20:58.172295+0000 mgr.x (mgr.34583) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:00.613148+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:00.613419+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 bash[23209]: audit 2024-09-11T08:21:00.613148+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 bash[23209]: audit 2024-09-11T08:21:00.613419+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 bash[23209]: audit 2024-09-11T08:21:00.613551+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 bash[23209]: audit 2024-09-11T08:21:00.613653+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 bash[23209]: audit 2024-09-11T08:21:00.613880+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 bash[23209]: audit 2024-09-11T08:21:00.613989+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 bash[23209]: audit 2024-09-11T08:21:00.614280+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 bash[23209]: audit 2024-09-11T08:21:00.614525+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:00.613551+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:00.613653+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:00.613880+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:00.613989+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:00.614280+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:00.614525+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:00.613148+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:00.613419+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[23378]: audit 2024-09-11T08:21:00.613148+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[23378]: audit 2024-09-11T08:21:00.613419+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[23378]: audit 2024-09-11T08:21:00.613551+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[23378]: audit 2024-09-11T08:21:00.613653+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[23378]: audit 2024-09-11T08:21:00.613880+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[23378]: audit 2024-09-11T08:21:00.613989+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[23378]: audit 2024-09-11T08:21:00.614280+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[23378]: audit 2024-09-11T08:21:00.614525+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:00.613551+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:00.613653+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:00.613880+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:00.613989+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:00.614280+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:00.614525+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:00.613148+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[26113]: audit 2024-09-11T08:21:00.613148+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[26113]: audit 2024-09-11T08:21:00.613419+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[26113]: audit 2024-09-11T08:21:00.613551+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[26113]: audit 2024-09-11T08:21:00.613653+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[26113]: audit 2024-09-11T08:21:00.613880+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[26113]: audit 2024-09-11T08:21:00.613989+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[26113]: audit 2024-09-11T08:21:00.614280+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 bash[26113]: audit 2024-09-11T08:21:00.614525+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:00.613419+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:00.613551+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:21:01.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:00.613653+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:00.613880+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:00.613989+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:21:01.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:00.614280+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:21:01.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:00.614525+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:21:02.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:00.172724+0000 mgr.x (mgr.34583) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:02.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:02 smithi155 bash[23209]: cluster 2024-09-11T08:21:00.172724+0000 mgr.x (mgr.34583) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:02.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:02 smithi007 bash[23378]: cluster 2024-09-11T08:21:00.172724+0000 mgr.x (mgr.34583) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:02.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:00.172724+0000 mgr.x (mgr.34583) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:02.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:00.172724+0000 mgr.x (mgr.34583) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:02.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:02 smithi007 bash[26113]: cluster 2024-09-11T08:21:00.172724+0000 mgr.x (mgr.34583) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:04.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:02.173496+0000 mgr.x (mgr.34583) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:04.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:04 smithi155 bash[23209]: cluster 2024-09-11T08:21:02.173496+0000 mgr.x (mgr.34583) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:04.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:02.173496+0000 mgr.x (mgr.34583) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:04.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:04 smithi007 bash[23378]: cluster 2024-09-11T08:21:02.173496+0000 mgr.x (mgr.34583) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:04.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:02.173496+0000 mgr.x (mgr.34583) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:04.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:04 smithi007 bash[26113]: cluster 2024-09-11T08:21:02.173496+0000 mgr.x (mgr.34583) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:06.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:04.173890+0000 mgr.x (mgr.34583) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:06.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:06 smithi155 bash[23209]: cluster 2024-09-11T08:21:04.173890+0000 mgr.x (mgr.34583) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:06.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:04.173890+0000 mgr.x (mgr.34583) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:06.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:06 smithi007 bash[23378]: cluster 2024-09-11T08:21:04.173890+0000 mgr.x (mgr.34583) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:06.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:04.173890+0000 mgr.x (mgr.34583) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:06.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:06 smithi007 bash[26113]: cluster 2024-09-11T08:21:04.173890+0000 mgr.x (mgr.34583) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:06.174564+0000 mgr.x (mgr.34583) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:07.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:07 smithi155 bash[23209]: cluster 2024-09-11T08:21:06.174564+0000 mgr.x (mgr.34583) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:07.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:06.174564+0000 mgr.x (mgr.34583) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:07.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:07 smithi007 bash[23378]: cluster 2024-09-11T08:21:06.174564+0000 mgr.x (mgr.34583) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:07.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:06.174564+0000 mgr.x (mgr.34583) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:07.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:07 smithi007 bash[26113]: cluster 2024-09-11T08:21:06.174564+0000 mgr.x (mgr.34583) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:09.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:08.175135+0000 mgr.x (mgr.34583) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:09.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:09 smithi155 bash[23209]: cluster 2024-09-11T08:21:08.175135+0000 mgr.x (mgr.34583) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:09.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:08.175135+0000 mgr.x (mgr.34583) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:09.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:09 smithi007 bash[23378]: cluster 2024-09-11T08:21:08.175135+0000 mgr.x (mgr.34583) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:09.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:08.175135+0000 mgr.x (mgr.34583) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:09.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:09 smithi007 bash[26113]: cluster 2024-09-11T08:21:08.175135+0000 mgr.x (mgr.34583) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:12.213 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:11 smithi155 bash[23209]: cluster 2024-09-11T08:21:10.175546+0000 mgr.x (mgr.34583) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:12.213 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:10.175546+0000 mgr.x (mgr.34583) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:10.175546+0000 mgr.x (mgr.34583) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:11 smithi007 bash[26113]: cluster 2024-09-11T08:21:10.175546+0000 mgr.x (mgr.34583) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:10.175546+0000 mgr.x (mgr.34583) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:11 smithi007 bash[23378]: cluster 2024-09-11T08:21:10.175546+0000 mgr.x (mgr.34583) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:14.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:12.176299+0000 mgr.x (mgr.34583) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:14.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:13 smithi007 bash[23378]: cluster 2024-09-11T08:21:12.176299+0000 mgr.x (mgr.34583) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:14.092 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:12.176299+0000 mgr.x (mgr.34583) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:14.092 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:13 smithi007 bash[26113]: cluster 2024-09-11T08:21:12.176299+0000 mgr.x (mgr.34583) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:12.176299+0000 mgr.x (mgr.34583) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:13 smithi155 bash[23209]: cluster 2024-09-11T08:21:12.176299+0000 mgr.x (mgr.34583) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:16.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:14.176789+0000 mgr.x (mgr.34583) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:16.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:15 smithi007 bash[23378]: cluster 2024-09-11T08:21:14.176789+0000 mgr.x (mgr.34583) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:16.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:14.176789+0000 mgr.x (mgr.34583) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:16.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:15 smithi007 bash[26113]: cluster 2024-09-11T08:21:14.176789+0000 mgr.x (mgr.34583) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:14.176789+0000 mgr.x (mgr.34583) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:15 smithi155 bash[23209]: cluster 2024-09-11T08:21:14.176789+0000 mgr.x (mgr.34583) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:16.177489+0000 mgr.x (mgr.34583) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:17 smithi155 bash[23209]: cluster 2024-09-11T08:21:16.177489+0000 mgr.x (mgr.34583) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:16.177489+0000 mgr.x (mgr.34583) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:17 smithi007 bash[23378]: cluster 2024-09-11T08:21:16.177489+0000 mgr.x (mgr.34583) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:16.177489+0000 mgr.x (mgr.34583) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:17 smithi007 bash[26113]: cluster 2024-09-11T08:21:16.177489+0000 mgr.x (mgr.34583) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:18.177970+0000 mgr.x (mgr.34583) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:19 smithi155 bash[23209]: cluster 2024-09-11T08:21:18.177970+0000 mgr.x (mgr.34583) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:18.177970+0000 mgr.x (mgr.34583) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:19 smithi007 bash[23378]: cluster 2024-09-11T08:21:18.177970+0000 mgr.x (mgr.34583) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:18.177970+0000 mgr.x (mgr.34583) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:19 smithi007 bash[26113]: cluster 2024-09-11T08:21:18.177970+0000 mgr.x (mgr.34583) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:20.178393+0000 mgr.x (mgr.34583) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:21 smithi155 bash[23209]: cluster 2024-09-11T08:21:20.178393+0000 mgr.x (mgr.34583) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:20.178393+0000 mgr.x (mgr.34583) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:21 smithi007 bash[23378]: cluster 2024-09-11T08:21:20.178393+0000 mgr.x (mgr.34583) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:20.178393+0000 mgr.x (mgr.34583) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:21 smithi007 bash[26113]: cluster 2024-09-11T08:21:20.178393+0000 mgr.x (mgr.34583) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:22.179155+0000 mgr.x (mgr.34583) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:23 smithi155 bash[23209]: cluster 2024-09-11T08:21:22.179155+0000 mgr.x (mgr.34583) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:22.179155+0000 mgr.x (mgr.34583) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:23 smithi007 bash[23378]: cluster 2024-09-11T08:21:22.179155+0000 mgr.x (mgr.34583) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:22.179155+0000 mgr.x (mgr.34583) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:23 smithi007 bash[26113]: cluster 2024-09-11T08:21:22.179155+0000 mgr.x (mgr.34583) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:24.179702+0000 mgr.x (mgr.34583) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:25 smithi155 bash[23209]: cluster 2024-09-11T08:21:24.179702+0000 mgr.x (mgr.34583) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:24.179702+0000 mgr.x (mgr.34583) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:25 smithi007 bash[23378]: cluster 2024-09-11T08:21:24.179702+0000 mgr.x (mgr.34583) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:24.179702+0000 mgr.x (mgr.34583) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:25 smithi007 bash[26113]: cluster 2024-09-11T08:21:24.179702+0000 mgr.x (mgr.34583) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:26.180564+0000 mgr.x (mgr.34583) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:27 smithi155 bash[23209]: cluster 2024-09-11T08:21:26.180564+0000 mgr.x (mgr.34583) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:26.180564+0000 mgr.x (mgr.34583) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:27 smithi007 bash[23378]: cluster 2024-09-11T08:21:26.180564+0000 mgr.x (mgr.34583) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:26.180564+0000 mgr.x (mgr.34583) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:28.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:27 smithi007 bash[26113]: cluster 2024-09-11T08:21:26.180564+0000 mgr.x (mgr.34583) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:28.181130+0000 mgr.x (mgr.34583) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:29 smithi155 bash[23209]: cluster 2024-09-11T08:21:28.181130+0000 mgr.x (mgr.34583) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:28.181130+0000 mgr.x (mgr.34583) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:29 smithi007 bash[23378]: cluster 2024-09-11T08:21:28.181130+0000 mgr.x (mgr.34583) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:28.181130+0000 mgr.x (mgr.34583) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:29 smithi007 bash[26113]: cluster 2024-09-11T08:21:28.181130+0000 mgr.x (mgr.34583) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:30.181560+0000 mgr.x (mgr.34583) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:31 smithi155 bash[23209]: cluster 2024-09-11T08:21:30.181560+0000 mgr.x (mgr.34583) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:30.181560+0000 mgr.x (mgr.34583) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:31 smithi007 bash[23378]: cluster 2024-09-11T08:21:30.181560+0000 mgr.x (mgr.34583) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:31 smithi007 bash[26113]: cluster 2024-09-11T08:21:30.181560+0000 mgr.x (mgr.34583) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:30.181560+0000 mgr.x (mgr.34583) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:32.182354+0000 mgr.x (mgr.34583) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:33 smithi155 bash[23209]: cluster 2024-09-11T08:21:32.182354+0000 mgr.x (mgr.34583) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:32.182354+0000 mgr.x (mgr.34583) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:33 smithi007 bash[23378]: cluster 2024-09-11T08:21:32.182354+0000 mgr.x (mgr.34583) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:32.182354+0000 mgr.x (mgr.34583) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:33 smithi007 bash[26113]: cluster 2024-09-11T08:21:32.182354+0000 mgr.x (mgr.34583) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:34.182912+0000 mgr.x (mgr.34583) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:36.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:35 smithi155 bash[23209]: cluster 2024-09-11T08:21:34.182912+0000 mgr.x (mgr.34583) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:34.182912+0000 mgr.x (mgr.34583) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:35 smithi007 bash[26113]: cluster 2024-09-11T08:21:34.182912+0000 mgr.x (mgr.34583) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:34.182912+0000 mgr.x (mgr.34583) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:36.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:35 smithi007 bash[23378]: cluster 2024-09-11T08:21:34.182912+0000 mgr.x (mgr.34583) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:36.183713+0000 mgr.x (mgr.34583) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:37 smithi155 bash[23209]: cluster 2024-09-11T08:21:36.183713+0000 mgr.x (mgr.34583) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:36.183713+0000 mgr.x (mgr.34583) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:37 smithi007 bash[23378]: cluster 2024-09-11T08:21:36.183713+0000 mgr.x (mgr.34583) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:36.183713+0000 mgr.x (mgr.34583) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:38.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:37 smithi007 bash[26113]: cluster 2024-09-11T08:21:36.183713+0000 mgr.x (mgr.34583) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:38.184244+0000 mgr.x (mgr.34583) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:39 smithi155 bash[23209]: cluster 2024-09-11T08:21:38.184244+0000 mgr.x (mgr.34583) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:38.184244+0000 mgr.x (mgr.34583) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:39 smithi007 bash[23378]: cluster 2024-09-11T08:21:38.184244+0000 mgr.x (mgr.34583) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:38.184244+0000 mgr.x (mgr.34583) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:39 smithi007 bash[26113]: cluster 2024-09-11T08:21:38.184244+0000 mgr.x (mgr.34583) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:40.184712+0000 mgr.x (mgr.34583) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:42.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:41 smithi155 bash[23209]: cluster 2024-09-11T08:21:40.184712+0000 mgr.x (mgr.34583) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:40.184712+0000 mgr.x (mgr.34583) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:41 smithi007 bash[23378]: cluster 2024-09-11T08:21:40.184712+0000 mgr.x (mgr.34583) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:40.184712+0000 mgr.x (mgr.34583) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:41 smithi007 bash[26113]: cluster 2024-09-11T08:21:40.184712+0000 mgr.x (mgr.34583) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:42.185467+0000 mgr.x (mgr.34583) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:43 smithi155 bash[23209]: cluster 2024-09-11T08:21:42.185467+0000 mgr.x (mgr.34583) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:42.185467+0000 mgr.x (mgr.34583) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:43 smithi007 bash[23378]: cluster 2024-09-11T08:21:42.185467+0000 mgr.x (mgr.34583) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:42.185467+0000 mgr.x (mgr.34583) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:43 smithi007 bash[26113]: cluster 2024-09-11T08:21:42.185467+0000 mgr.x (mgr.34583) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:44.185852+0000 mgr.x (mgr.34583) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:45 smithi155 bash[23209]: cluster 2024-09-11T08:21:44.185852+0000 mgr.x (mgr.34583) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:44.185852+0000 mgr.x (mgr.34583) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:45 smithi007 bash[23378]: cluster 2024-09-11T08:21:44.185852+0000 mgr.x (mgr.34583) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:44.185852+0000 mgr.x (mgr.34583) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:45 smithi007 bash[26113]: cluster 2024-09-11T08:21:44.185852+0000 mgr.x (mgr.34583) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:46.186550+0000 mgr.x (mgr.34583) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:47 smithi155 bash[23209]: cluster 2024-09-11T08:21:46.186550+0000 mgr.x (mgr.34583) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:47 smithi007 bash[23378]: cluster 2024-09-11T08:21:46.186550+0000 mgr.x (mgr.34583) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:46.186550+0000 mgr.x (mgr.34583) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:46.186550+0000 mgr.x (mgr.34583) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:47 smithi007 bash[26113]: cluster 2024-09-11T08:21:46.186550+0000 mgr.x (mgr.34583) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:48.186944+0000 mgr.x (mgr.34583) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:50.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:49 smithi155 bash[23209]: cluster 2024-09-11T08:21:48.186944+0000 mgr.x (mgr.34583) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:48.186944+0000 mgr.x (mgr.34583) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:49 smithi007 bash[23378]: cluster 2024-09-11T08:21:48.186944+0000 mgr.x (mgr.34583) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:50.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:48.186944+0000 mgr.x (mgr.34583) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:50.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:49 smithi007 bash[26113]: cluster 2024-09-11T08:21:48.186944+0000 mgr.x (mgr.34583) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:50.187419+0000 mgr.x (mgr.34583) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:51 smithi155 bash[23209]: cluster 2024-09-11T08:21:50.187419+0000 mgr.x (mgr.34583) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:50.187419+0000 mgr.x (mgr.34583) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:51 smithi007 bash[23378]: cluster 2024-09-11T08:21:50.187419+0000 mgr.x (mgr.34583) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:50.187419+0000 mgr.x (mgr.34583) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:51 smithi007 bash[26113]: cluster 2024-09-11T08:21:50.187419+0000 mgr.x (mgr.34583) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:52.188112+0000 mgr.x (mgr.34583) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:53 smithi155 bash[23209]: cluster 2024-09-11T08:21:52.188112+0000 mgr.x (mgr.34583) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:52.188112+0000 mgr.x (mgr.34583) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:53 smithi007 bash[23378]: cluster 2024-09-11T08:21:52.188112+0000 mgr.x (mgr.34583) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:52.188112+0000 mgr.x (mgr.34583) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:53 smithi007 bash[26113]: cluster 2024-09-11T08:21:52.188112+0000 mgr.x (mgr.34583) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:54.188619+0000 mgr.x (mgr.34583) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:55.372652+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:55 smithi155 bash[23209]: cluster 2024-09-11T08:21:54.188619+0000 mgr.x (mgr.34583) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:55 smithi155 bash[23209]: audit 2024-09-11T08:21:55.372652+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:55 smithi155 bash[23209]: audit 2024-09-11T08:21:55.373031+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:55 smithi155 bash[23209]: audit 2024-09-11T08:21:55.375832+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:21:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:55.373031+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:21:55.375832+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:21:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:54.188619+0000 mgr.x (mgr.34583) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:55.372652+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:55 smithi007 bash[23378]: cluster 2024-09-11T08:21:54.188619+0000 mgr.x (mgr.34583) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:55 smithi007 bash[23378]: audit 2024-09-11T08:21:55.372652+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:55 smithi007 bash[23378]: audit 2024-09-11T08:21:55.373031+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:55 smithi007 bash[23378]: audit 2024-09-11T08:21:55.375832+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:21:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:55.373031+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:21:55.375832+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:55 smithi007 bash[26113]: cluster 2024-09-11T08:21:54.188619+0000 mgr.x (mgr.34583) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:55 smithi007 bash[26113]: audit 2024-09-11T08:21:55.372652+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:55 smithi007 bash[26113]: audit 2024-09-11T08:21:55.373031+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:55 smithi007 bash[26113]: audit 2024-09-11T08:21:55.375832+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:54.188619+0000 mgr.x (mgr.34583) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:55.372652+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:55.373031+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:21:56.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:21:55.375832+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:21:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:56.189477+0000 mgr.x (mgr.34583) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:58.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:57 smithi155 bash[23209]: cluster 2024-09-11T08:21:56.189477+0000 mgr.x (mgr.34583) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:56.189477+0000 mgr.x (mgr.34583) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:57 smithi007 bash[23378]: cluster 2024-09-11T08:21:56.189477+0000 mgr.x (mgr.34583) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:56.189477+0000 mgr.x (mgr.34583) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:21:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:57 smithi007 bash[26113]: cluster 2024-09-11T08:21:56.189477+0000 mgr.x (mgr.34583) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:21:58.190033+0000 mgr.x (mgr.34583) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:21:59 smithi155 bash[23209]: cluster 2024-09-11T08:21:58.190033+0000 mgr.x (mgr.34583) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:21:58.190033+0000 mgr.x (mgr.34583) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:21:59 smithi007 bash[23378]: cluster 2024-09-11T08:21:58.190033+0000 mgr.x (mgr.34583) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:21:58.190033+0000 mgr.x (mgr.34583) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:21:59 smithi007 bash[26113]: cluster 2024-09-11T08:21:58.190033+0000 mgr.x (mgr.34583) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:00.617235+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:00.617481+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 bash[23209]: audit 2024-09-11T08:22:00.617235+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 bash[23209]: audit 2024-09-11T08:22:00.617481+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 bash[23209]: audit 2024-09-11T08:22:00.617629+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 bash[23209]: audit 2024-09-11T08:22:00.617652+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 bash[23209]: audit 2024-09-11T08:22:00.617815+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 bash[23209]: audit 2024-09-11T08:22:00.618267+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 bash[23209]: audit 2024-09-11T08:22:00.618525+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 bash[23209]: audit 2024-09-11T08:22:00.618824+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:00.617629+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:00.617652+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:00.617815+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:00.618267+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:00.618525+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:00.618824+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:00.617235+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[23378]: audit 2024-09-11T08:22:00.617235+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[23378]: audit 2024-09-11T08:22:00.617481+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[23378]: audit 2024-09-11T08:22:00.617629+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[23378]: audit 2024-09-11T08:22:00.617652+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[23378]: audit 2024-09-11T08:22:00.617815+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[23378]: audit 2024-09-11T08:22:00.618267+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[23378]: audit 2024-09-11T08:22:00.618525+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[23378]: audit 2024-09-11T08:22:00.618824+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:00.617481+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:00.617629+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:00.617652+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:00.617815+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:00.618267+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:00.618525+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:00.618824+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[26113]: audit 2024-09-11T08:22:00.617235+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[26113]: audit 2024-09-11T08:22:00.617481+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[26113]: audit 2024-09-11T08:22:00.617629+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[26113]: audit 2024-09-11T08:22:00.617652+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[26113]: audit 2024-09-11T08:22:00.617815+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[26113]: audit 2024-09-11T08:22:00.618267+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[26113]: audit 2024-09-11T08:22:00.618525+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 bash[26113]: audit 2024-09-11T08:22:00.618824+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:00.617235+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:00.617481+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:00.617629+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:00.617652+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:00.617815+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:00.618267+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:22:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:00.618525+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:22:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:00.618824+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34583 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:22:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:00.190459+0000 mgr.x (mgr.34583) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:01 smithi155 bash[23209]: cluster 2024-09-11T08:22:00.190459+0000 mgr.x (mgr.34583) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:00.190459+0000 mgr.x (mgr.34583) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:01 smithi007 bash[23378]: cluster 2024-09-11T08:22:00.190459+0000 mgr.x (mgr.34583) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:00.190459+0000 mgr.x (mgr.34583) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:01 smithi007 bash[26113]: cluster 2024-09-11T08:22:00.190459+0000 mgr.x (mgr.34583) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:02.191372+0000 mgr.x (mgr.34583) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:04.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:03 smithi155 bash[23209]: cluster 2024-09-11T08:22:02.191372+0000 mgr.x (mgr.34583) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:02.191372+0000 mgr.x (mgr.34583) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:03 smithi007 bash[23378]: cluster 2024-09-11T08:22:02.191372+0000 mgr.x (mgr.34583) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:02.191372+0000 mgr.x (mgr.34583) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:03 smithi007 bash[26113]: cluster 2024-09-11T08:22:02.191372+0000 mgr.x (mgr.34583) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:05.759 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:22:06.003 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:04.191845+0000 mgr.x (mgr.34583) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:06.003 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:05 smithi007 bash[23378]: cluster 2024-09-11T08:22:04.191845+0000 mgr.x (mgr.34583) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:06.003 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:04.191845+0000 mgr.x (mgr.34583) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:06.003 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:05 smithi007 bash[26113]: cluster 2024-09-11T08:22:04.191845+0000 mgr.x (mgr.34583) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:04.191845+0000 mgr.x (mgr.34583) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:05 smithi155 bash[23209]: cluster 2024-09-11T08:22:04.191845+0000 mgr.x (mgr.34583) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:07.828 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:22:07.828 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (5m) 73s ago 14m 17.3M - 0.27.0 11f11916f8cd ae9fc6219cf8 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (14m) 2m ago 14m 37.6M - 6.6.2 87a51ecf0b1c 8c751f3da660 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 running (9m) 2m ago 18m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 85355100cdbe 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (2m) 73s ago 19m 398M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (19m) 73s ago 19m 104M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (18m) 2m ago 18m 118M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (18m) 73s ago 18m 119M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (14m) 73s ago 15m 11.7M - 1.8.2 71dc9668b154 550dc5450d6e 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (15m) 2m ago 15m 11.3M - 1.8.2 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (17m) 73s ago 17m 46.0M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (17m) 73s ago 17m 46.5M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (17m) 73s ago 17m 42.9M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:22:07.829 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (16m) 73s ago 16m 45.8M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:22:07.830 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (16m) 2m ago 16m 46.7M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:22:07.830 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (16m) 2m ago 16m 43.9M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:22:07.830 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (15m) 2m ago 16m 48.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:22:07.830 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (15m) 2m ago 15m 46.7M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:22:07.830 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (5m) 2m ago 15m 48.3M - 2.54.1 4022a502929b e44a7af880b7 2024-09-11T08:22:07.830 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (13m) 73s ago 13m 35.8M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:22:07.830 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (13m) 2m ago 13m 34.3M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:06.192566+0000 mgr.x (mgr.34583) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.817590+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: cluster 2024-09-11T08:22:06.192566+0000 mgr.x (mgr.34583) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.817590+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.818068+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.818431+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.818857+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.819221+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.819600+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.821694+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.822081+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.822451+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.822794+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 bash[23209]: audit 2024-09-11T08:22:07.823149+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.818068+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.818431+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.818857+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.819221+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.819600+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.821694+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.822081+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.822451+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.822794+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.823149+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:06.192566+0000 mgr.x (mgr.34583) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.817590+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: cluster 2024-09-11T08:22:06.192566+0000 mgr.x (mgr.34583) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.817590+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.818068+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.818431+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.818857+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.819221+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.819600+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.821694+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.822081+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.822451+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.822794+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[23378]: audit 2024-09-11T08:22:07.823149+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.818068+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.818431+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.818857+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.819221+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.819600+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.821694+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.822081+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.822451+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.822794+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.823149+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: cluster 2024-09-11T08:22:06.192566+0000 mgr.x (mgr.34583) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.817590+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.818068+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.818431+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.818857+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.819221+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.819600+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.821694+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.822081+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.822451+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.822794+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 bash[26113]: audit 2024-09-11T08:22:07.823149+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:06.192566+0000 mgr.x (mgr.34583) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:08.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.817590+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.818068+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.818431+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.818857+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.819221+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.819600+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.821694+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.822081+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.822451+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.822794+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.823149+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34583 172.21.15.155:0/933515255' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:08.603 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:22:09.133 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:07.815290+0000 mgr.x (mgr.34583) 212 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:09.133 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:08 smithi007 bash[26113]: audit 2024-09-11T08:22:07.815290+0000 mgr.x (mgr.34583) 212 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:09.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:07.815290+0000 mgr.x (mgr.34583) 212 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:09.134 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:08 smithi007 bash[23378]: audit 2024-09-11T08:22:07.815290+0000 mgr.x (mgr.34583) 212 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:07.815290+0000 mgr.x (mgr.34583) 212 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:08 smithi155 bash[23209]: audit 2024-09-11T08:22:07.815290+0000 mgr.x (mgr.34583) 212 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:10.015 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:08.193064+0000 mgr.x (mgr.34583) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:10.015 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:09 smithi007 bash[23378]: cluster 2024-09-11T08:22:08.193064+0000 mgr.x (mgr.34583) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:10.015 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:08.193064+0000 mgr.x (mgr.34583) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:10.015 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:09 smithi007 bash[26113]: cluster 2024-09-11T08:22:08.193064+0000 mgr.x (mgr.34583) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:08.193064+0000 mgr.x (mgr.34583) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:09 smithi155 bash[23209]: cluster 2024-09-11T08:22:08.193064+0000 mgr.x (mgr.34583) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:22:10.601 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:22:10.602 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:22:10.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:22:10.602 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:22:10.602 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:22:10.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:22:10.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:22:10.602 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:22:10.602 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:22:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:10.600556+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.7:0/2084563078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:10 smithi155 bash[23209]: audit 2024-09-11T08:22:10.600556+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.7:0/2084563078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:11.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:10.600556+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.7:0/2084563078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:11.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:10 smithi007 bash[23378]: audit 2024-09-11T08:22:10.600556+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.7:0/2084563078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:11.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:10.600556+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.7:0/2084563078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:11.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:10 smithi007 bash[26113]: audit 2024-09-11T08:22:10.600556+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.7:0/2084563078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:11.301 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:22:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:10.193391+0000 mgr.x (mgr.34583) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:11 smithi155 bash[23209]: cluster 2024-09-11T08:22:10.193391+0000 mgr.x (mgr.34583) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:10.193391+0000 mgr.x (mgr.34583) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:11 smithi007 bash[23378]: cluster 2024-09-11T08:22:10.193391+0000 mgr.x (mgr.34583) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:10.193391+0000 mgr.x (mgr.34583) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:11 smithi007 bash[26113]: cluster 2024-09-11T08:22:10.193391+0000 mgr.x (mgr.34583) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: cluster: 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: id: 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: health: HEALTH_OK 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: services: 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: mon: 3 daemons, quorum a,c,b (age 18m) 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: mgr: x(active, since 6m), standbys: y 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: osd: 8 osds: 8 up (since 15m), 8 in (since 15m) 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: rgw: 2 daemons active (r.z.smithi007.usgcjp, r.z.smithi155.gxngma) 2024-09-11T08:22:13.264 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:22:13.265 INFO:teuthology.orchestra.run.smithi007.stdout: task status: 2024-09-11T08:22:13.265 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:22:13.265 INFO:teuthology.orchestra.run.smithi007.stdout: data: 2024-09-11T08:22:13.265 INFO:teuthology.orchestra.run.smithi007.stdout: pools: 5 pools, 129 pgs 2024-09-11T08:22:13.265 INFO:teuthology.orchestra.run.smithi007.stdout: objects: 203 objects, 584 KiB 2024-09-11T08:22:13.265 INFO:teuthology.orchestra.run.smithi007.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:13.265 INFO:teuthology.orchestra.run.smithi007.stdout: pgs: 129 active+clean 2024-09-11T08:22:13.265 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:22:13.806 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T08:22:14.169 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:12.194337+0000 mgr.x (mgr.34583) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:14.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:13 smithi007 bash[23378]: cluster 2024-09-11T08:22:12.194337+0000 mgr.x (mgr.34583) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:14.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:13 smithi007 bash[23378]: audit 2024-09-11T08:22:13.262939+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.7:0/71853631' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:22:14.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:13.262939+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.7:0/71853631' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:22:14.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:12.194337+0000 mgr.x (mgr.34583) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:14.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:13 smithi007 bash[26113]: cluster 2024-09-11T08:22:12.194337+0000 mgr.x (mgr.34583) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:14.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:13 smithi007 bash[26113]: audit 2024-09-11T08:22:13.262939+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.7:0/71853631' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:22:14.170 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:13.262939+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.7:0/71853631' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:22:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:12.194337+0000 mgr.x (mgr.34583) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:13.262939+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.7:0/71853631' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:22:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:13 smithi155 bash[23209]: cluster 2024-09-11T08:22:12.194337+0000 mgr.x (mgr.34583) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:13 smithi155 bash[23209]: audit 2024-09-11T08:22:13.262939+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.7:0/71853631' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:22:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:14.194885+0000 mgr.x (mgr.34583) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:15.841840+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.7:0/703350214' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:15 smithi155 bash[23209]: cluster 2024-09-11T08:22:14.194885+0000 mgr.x (mgr.34583) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:15 smithi155 bash[23209]: audit 2024-09-11T08:22:15.841840+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.7:0/703350214' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:15 smithi155 bash[23209]: audit 2024-09-11T08:22:15.842073+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:15 smithi155 bash[23209]: cluster 2024-09-11T08:22:15.846408+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T08:22:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:15.842073+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:15.846408+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T08:22:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:14.194885+0000 mgr.x (mgr.34583) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:15 smithi007 bash[23378]: cluster 2024-09-11T08:22:14.194885+0000 mgr.x (mgr.34583) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:15 smithi007 bash[23378]: audit 2024-09-11T08:22:15.841840+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.7:0/703350214' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:15 smithi007 bash[23378]: audit 2024-09-11T08:22:15.842073+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:15 smithi007 bash[23378]: cluster 2024-09-11T08:22:15.846408+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:15.841840+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.7:0/703350214' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:15.842073+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:15.846408+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:14.194885+0000 mgr.x (mgr.34583) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:15 smithi007 bash[26113]: cluster 2024-09-11T08:22:14.194885+0000 mgr.x (mgr.34583) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:15 smithi007 bash[26113]: audit 2024-09-11T08:22:15.841840+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.7:0/703350214' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:15 smithi007 bash[26113]: audit 2024-09-11T08:22:15.842073+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:15 smithi007 bash[26113]: cluster 2024-09-11T08:22:15.846408+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T08:22:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:15.841840+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.7:0/703350214' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:15.842073+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:22:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:15.846408+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T08:22:17.074 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:16.809+0000 7ff424bdc640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 bash[33768]: debug 2024-09-11T08:22:16.809+0000 7ff424bdc640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: ignoring --setuser ceph since I am not root 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: ignoring --setgroup ceph since I am not root 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 bash[33768]: ignoring --setuser ceph since I am not root 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 bash[33768]: ignoring --setgroup ceph since I am not root 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:16.854+0000 7fc2f33bf640 1 -- 172.21.15.155:0/47110322 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ba45b10340 con 0x55ba45b1d000 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 bash[33768]: debug 2024-09-11T08:22:16.854+0000 7fc2f33bf640 1 -- 172.21.15.155:0/47110322 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ba45b10340 con 0x55ba45b1d000 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:16.953+0000 7fc2f5c19ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:22:17.075 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:16 smithi155 bash[33768]: debug 2024-09-11T08:22:16.953+0000 7fc2f5c19ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:22:17.076 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:17.008+0000 7fc2f5c19ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:22:17.076 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[33768]: debug 2024-09-11T08:22:17.008+0000 7fc2f5c19ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:22:17.076 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:17.073+0000 7fc2f5c19ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:22:17.076 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[33768]: debug 2024-09-11T08:22:17.073+0000 7fc2f5c19ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:22:17.338 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:17.200+0000 7fc2f5c19ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:22:17.338 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[33768]: debug 2024-09-11T08:22:17.200+0000 7fc2f5c19ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:22:17.338 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:17.337+0000 7fc2f5c19ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:22:17.338 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[33768]: debug 2024-09-11T08:22:17.337+0000 7fc2f5c19ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:22:17.483 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:22:17.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:16.810654+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:22:17.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:17 smithi007 bash[23378]: audit 2024-09-11T08:22:16.810654+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:22:17.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:17 smithi007 bash[23378]: cluster 2024-09-11T08:22:16.810735+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e22: y(active, starting, since 0.968256s) 2024-09-11T08:22:17.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:16.810735+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e22: y(active, starting, since 0.968256s) 2024-09-11T08:22:17.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:16.810654+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:22:17.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:17 smithi007 bash[26113]: audit 2024-09-11T08:22:16.810654+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:22:17.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:17 smithi007 bash[26113]: cluster 2024-09-11T08:22:16.810735+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e22: y(active, starting, since 0.968256s) 2024-09-11T08:22:17.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:16.810735+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e22: y(active, starting, since 0.968256s) 2024-09-11T08:22:18.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:17.597+0000 7fc2f5c19ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:22:18.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[33768]: debug 2024-09-11T08:22:17.597+0000 7fc2f5c19ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:22:18.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:17.658+0000 7fc2f5c19ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:22:18.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[33768]: debug 2024-09-11T08:22:17.658+0000 7fc2f5c19ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:22:18.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:17.824+0000 7fc2f5c19ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:22:18.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[33768]: debug 2024-09-11T08:22:17.824+0000 7fc2f5c19ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:22:18.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[23209]: audit 2024-09-11T08:22:16.810654+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:22:18.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:16.810654+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:22:18.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:17 smithi155 bash[23209]: cluster 2024-09-11T08:22:16.810735+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e22: y(active, starting, since 0.968256s) 2024-09-11T08:22:18.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:16.810735+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e22: y(active, starting, since 0.968256s) 2024-09-11T08:22:19.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:18.681+0000 7fc2f5c19ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:22:19.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:18 smithi155 bash[33768]: debug 2024-09-11T08:22:18.681+0000 7fc2f5c19ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:22:19.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:18.746+0000 7fc2f5c19ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:22:19.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:18 smithi155 bash[33768]: debug 2024-09-11T08:22:18.746+0000 7fc2f5c19ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:22:19.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:19.470+0000 7fc2f5c19ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:22:19.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 bash[33768]: debug 2024-09-11T08:22:19.470+0000 7fc2f5c19ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:22:19.761 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:19.584+0000 7fc2f5c19ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:22:19.761 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 bash[33768]: debug 2024-09-11T08:22:19.584+0000 7fc2f5c19ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:22:19.761 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:19.705+0000 7fc2f5c19ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:22:19.761 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 bash[33768]: debug 2024-09-11T08:22:19.705+0000 7fc2f5c19ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:22:20.020 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:19.764+0000 7fc2f5c19ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:22:20.020 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 bash[33768]: debug 2024-09-11T08:22:19.764+0000 7fc2f5c19ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:22:20.020 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:19.893+0000 7fc2f5c19ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:22:20.020 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 bash[33768]: debug 2024-09-11T08:22:19.893+0000 7fc2f5c19ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:22:20.020 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:19.960+0000 7fc2f5c19ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:22:20.020 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:19 smithi155 bash[33768]: debug 2024-09-11T08:22:19.960+0000 7fc2f5c19ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:22:20.020 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:20.019+0000 7fc2f5c19ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:22:20.020 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 bash[33768]: debug 2024-09-11T08:22:20.019+0000 7fc2f5c19ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:22:20.291 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:20.161+0000 7fc2f5c19ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:22:20.291 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 bash[33768]: debug 2024-09-11T08:22:20.161+0000 7fc2f5c19ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:22:20.291 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:20.225+0000 7fc2f5c19ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:22:20.291 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 bash[33768]: debug 2024-09-11T08:22:20.225+0000 7fc2f5c19ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:22:20.291 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:20.290+0000 7fc2f5c19ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:22:20.291 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 bash[33768]: debug 2024-09-11T08:22:20.290+0000 7fc2f5c19ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:22:20.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:20.373+0000 7fc2f5c19ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:22:20.768 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 bash[33768]: debug 2024-09-11T08:22:20.373+0000 7fc2f5c19ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:22:20.768 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:20.430+0000 7fc2f5c19ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:22:20.768 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 bash[33768]: debug 2024-09-11T08:22:20.430+0000 7fc2f5c19ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:22:20.768 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:20.488+0000 7fc2f5c19ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:22:20.768 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:20 smithi155 bash[33768]: debug 2024-09-11T08:22:20.488+0000 7fc2f5c19ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:22:21.510 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:22:21.247+0000 7fc2f5c19ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:22:21.511 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:22:21 smithi155 bash[33768]: debug 2024-09-11T08:22:21.247+0000 7fc2f5c19ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:22:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:21.250843+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:21.251157+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 bash[23209]: audit 2024-09-11T08:22:21.250843+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 bash[23209]: audit 2024-09-11T08:22:21.251157+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 bash[23209]: cluster 2024-09-11T08:22:21.251309+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 bash[23209]: audit 2024-09-11T08:22:21.251786+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 bash[23209]: audit 2024-09-11T08:22:21.252052+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:21.251309+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:21.251786+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:22:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:21.252052+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:21.250843+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:21.251157+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[23378]: audit 2024-09-11T08:22:21.250843+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[23378]: audit 2024-09-11T08:22:21.251157+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[23378]: cluster 2024-09-11T08:22:21.251309+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[23378]: audit 2024-09-11T08:22:21.251786+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[23378]: audit 2024-09-11T08:22:21.252052+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:21.251309+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:21.251786+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:21.252052+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[26113]: audit 2024-09-11T08:22:21.250843+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[26113]: audit 2024-09-11T08:22:21.251157+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[26113]: cluster 2024-09-11T08:22:21.251309+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[26113]: audit 2024-09-11T08:22:21.251786+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 bash[26113]: audit 2024-09-11T08:22:21.252052+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:21.250843+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:21.251157+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:21.251309+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:21.251786+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:22:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:21.252052+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:23.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:21.817661+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:22:23.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:21.818083+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:22:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:22 smithi155 bash[23209]: audit 2024-09-11T08:22:21.817661+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:22:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:22 smithi155 bash[23209]: audit 2024-09-11T08:22:21.818083+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:22:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:22 smithi155 bash[23209]: cluster 2024-09-11T08:22:21.818209+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-11T08:22:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:21.818209+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-11T08:22:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:21.817661+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:22:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:21.818083+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:22:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:22 smithi007 bash[23378]: audit 2024-09-11T08:22:21.817661+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:22:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:22 smithi007 bash[23378]: audit 2024-09-11T08:22:21.818083+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:22:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:22 smithi007 bash[23378]: cluster 2024-09-11T08:22:21.818209+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-11T08:22:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:21.818209+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-11T08:22:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:22 smithi007 bash[26113]: audit 2024-09-11T08:22:21.817661+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:22:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:22 smithi007 bash[26113]: audit 2024-09-11T08:22:21.818083+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:22:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:22 smithi007 bash[26113]: cluster 2024-09-11T08:22:21.818209+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-11T08:22:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:21.817661+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:22:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:21.818083+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:22:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:21.818209+0000 mon.a (mon.0) 841 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-11T08:22:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.813073+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:22:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.813073+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:22:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.813306+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:22:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.818176+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.818428+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.818679+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.818868+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.819046+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.813306+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.819238+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.819411+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.819603+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.819772+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.819961+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.820083+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.820520+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:22:24.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.821338+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.822084+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.822399+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.822711+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.823019+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.823308+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.823605+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.823900+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.824223+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.824513+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.824838+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.825122+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.825404+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:22:24.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.825698+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.825977+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.826264+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.826572+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.826853+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.827131+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.827408+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.827713+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.828013+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.828299+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:22:24.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.828601+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.828878+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.829151+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.818176+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.829416+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.829700+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.829978+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:22.830250+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: cluster 2024-09-11T08:22:23.316179+0000 mon.a (mon.0) 886 : cluster [INF] Manager daemon y is now available 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:23.329665+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:23.333369+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:23.368042+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:22:24.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:23.372129+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:23.592656+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 bash[23209]: audit 2024-09-11T08:22:23.596642+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.818428+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.818679+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.818868+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.819046+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.819238+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.819411+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.819603+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.819772+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.819961+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.820083+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:22:24.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.820520+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:22:24.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.821338+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:22:24.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.822084+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:22:24.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.822399+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:22:24.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.822711+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:22:24.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.823019+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.823308+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.823605+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.823900+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.824223+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.824513+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.824838+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.825122+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.825404+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.825698+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.825977+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.826264+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.826572+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:22:24.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.826853+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.827131+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.827408+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.827713+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.828013+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.828299+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.828601+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.828878+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.829151+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.829416+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.829700+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:22:24.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.829978+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:22:24.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:22.830250+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:22:24.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:23.316179+0000 mon.a (mon.0) 886 : cluster [INF] Manager daemon y is now available 2024-09-11T08:22:24.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:23.329665+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:22:24.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:23.333369+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:22:24.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:23.368042+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:22:24.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:23.372129+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:22:24.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:23.592656+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:23.596642+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.813073+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:22:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.813306+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:22:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.818176+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:22:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.818428+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.818679+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.818868+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.819046+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.819238+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.819411+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.819603+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.819772+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.819961+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.820083+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.820520+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.821338+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.822084+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:22:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.822399+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.822711+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.813073+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.813306+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.818176+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.818428+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.818679+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.818868+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.819046+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.819238+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:22:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.819411+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.819603+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.819772+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.819961+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.820083+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.820520+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.821338+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.822084+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.822399+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:22:24.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.822711+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.823019+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.823308+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.823605+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.823900+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.824223+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.824513+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.824838+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.825122+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.825404+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.825698+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.825977+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:22:24.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.826264+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.826572+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.826853+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.827131+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.827408+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.827713+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.828013+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.828299+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.828601+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.828878+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.829151+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.829416+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:22:24.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.829700+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.829978+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:22.830250+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: cluster 2024-09-11T08:22:23.316179+0000 mon.a (mon.0) 886 : cluster [INF] Manager daemon y is now available 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:23.329665+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:23.333369+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:23.368042+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:23.372129+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.823019+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.823308+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:22:24.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.823605+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.823900+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.824223+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.824513+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.824838+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.825122+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.813073+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.825404+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.825698+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.825977+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.826264+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.826572+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.826853+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:22:24.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.827131+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:23.592656+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[26113]: audit 2024-09-11T08:22:23.596642+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.813073+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.813306+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.818176+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.818428+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.818679+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.818868+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:22:24.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.819046+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.819238+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.819411+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.819603+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.819772+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.819961+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.820083+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.820520+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.821338+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.822084+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.822399+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.822711+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:22:24.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.823019+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.823308+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.823605+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.823900+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.824223+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.824513+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.824838+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.825122+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.825404+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.825698+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.827408+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:22:24.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.827713+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.828013+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.828299+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.828601+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.828878+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.829151+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.829416+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.829700+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.829978+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:22.830250+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: cluster 2024-09-11T08:22:23.316179+0000 mon.a (mon.0) 886 : cluster [INF] Manager daemon y is now available 2024-09-11T08:22:24.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:23.329665+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:22:24.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:23.333369+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:22:24.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:23.368042+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:22:24.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.825977+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:22:24.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.826264+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:22:24.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.826572+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:22:24.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.826853+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:22:24.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.827131+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.827408+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.827713+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.828013+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.828299+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.828601+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.828878+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.829151+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.829416+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.829700+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.829978+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:22.830250+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:23.316179+0000 mon.a (mon.0) 886 : cluster [INF] Manager daemon y is now available 2024-09-11T08:22:24.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:23.329665+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:22:24.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:23.333369+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:22:24.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:23.368042+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:22:24.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:23.372129+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:22:24.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:23.592656+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:23.596642+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:23.372129+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:22:24.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:23.592656+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 bash[23378]: audit 2024-09-11T08:22:23.596642+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.813306+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.818176+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.818428+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.818679+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.818868+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.819046+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.819238+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.819411+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.819603+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.819772+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.819961+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:22:24.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.820083+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.820520+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.821338+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.822084+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.822399+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.822711+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.823019+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.823308+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.823605+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.823900+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.824223+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.824513+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.824838+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.825122+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:22:24.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.825404+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.825698+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.825977+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.826264+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.826572+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.826853+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.827131+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.827408+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.827713+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.828013+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.828299+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.828601+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.828878+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.829151+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:22:24.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.829416+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.829700+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.829978+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:22.830250+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:23.316179+0000 mon.a (mon.0) 886 : cluster [INF] Manager daemon y is now available 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:23.329665+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:23.333369+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi007\": {\"hostname\": \"smithi007\", \"addr\": \"172.21.15.7\", \"labels\": [], \"status\": \"\"}, \"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:23.368042+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:23.372129+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:23.592656+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:24.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:23.596642+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:25.184 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:22:23.329241+0000 mgr.y (mgr.24739) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-11T08:22:25.184 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:24 smithi007 bash[26113]: cephadm 2024-09-11T08:22:23.329241+0000 mgr.y (mgr.24739) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-11T08:22:25.184 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:24 smithi007 bash[26113]: cluster 2024-09-11T08:22:23.824368+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-11T08:22:25.184 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:24 smithi007 bash[26113]: cluster 2024-09-11T08:22:23.837898+0000 mgr.y (mgr.24739) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:25.184 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:23.824368+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-11T08:22:25.184 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:23.837898+0000 mgr.y (mgr.24739) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:25.184 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:22:23.329241+0000 mgr.y (mgr.24739) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-11T08:22:25.184 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:24 smithi007 bash[23378]: cephadm 2024-09-11T08:22:23.329241+0000 mgr.y (mgr.24739) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-11T08:22:25.185 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:24 smithi007 bash[23378]: cluster 2024-09-11T08:22:23.824368+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-11T08:22:25.185 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:24 smithi007 bash[23378]: cluster 2024-09-11T08:22:23.837898+0000 mgr.y (mgr.24739) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:25.185 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:23.824368+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-11T08:22:25.185 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:23.837898+0000 mgr.y (mgr.24739) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:25.214 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:22:23.329241+0000 mgr.y (mgr.24739) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-11T08:22:25.214 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:23.824368+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-11T08:22:25.214 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:24 smithi155 bash[23209]: cephadm 2024-09-11T08:22:23.329241+0000 mgr.y (mgr.24739) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-11T08:22:25.214 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:24 smithi155 bash[23209]: cluster 2024-09-11T08:22:23.824368+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-11T08:22:25.214 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:24 smithi155 bash[23209]: cluster 2024-09-11T08:22:23.837898+0000 mgr.y (mgr.24739) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:25.214 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:23.837898+0000 mgr.y (mgr.24739) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:25.844 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:22:25.578+0000 7f0adf1cd640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:22:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: Traceback (most recent call last): 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._connections.run(self.expiration_interval) 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._run(expiration_interval) 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:22:25.845 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: s = self.context.wrap_socket( 2024-09-11T08:22:25.846 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:22:25.846 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: return self.sslsocket_class._create( 2024-09-11T08:22:25.846 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:22:25.846 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self.do_handshake() 2024-09-11T08:22:25.846 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:22:25.846 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._sslobj.do_handshake() 2024-09-11T08:22:25.846 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:22:25.846 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:22:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:25 smithi155 bash[23209]: cluster 2024-09-11T08:22:24.817840+0000 mgr.y (mgr.24739) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:24.817840+0000 mgr.y (mgr.24739) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:25 smithi155 bash[23209]: audit 2024-09-11T08:22:25.578848+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:22:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:25 smithi155 bash[23209]: audit 2024-09-11T08:22:25.582046+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:22:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:25.578848+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:22:26.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:25.582046+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:22:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:24.817840+0000 mgr.y (mgr.24739) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:26.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:24.817840+0000 mgr.y (mgr.24739) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:26.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:25.578848+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:22:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:25.578848+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:22:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:25 smithi007 bash[23378]: cluster 2024-09-11T08:22:24.817840+0000 mgr.y (mgr.24739) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:26.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:25 smithi007 bash[23378]: audit 2024-09-11T08:22:25.578848+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:22:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:25.582046+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:22:26.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:25 smithi007 bash[26113]: cluster 2024-09-11T08:22:24.817840+0000 mgr.y (mgr.24739) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:26.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:25 smithi007 bash[23378]: audit 2024-09-11T08:22:25.582046+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:22:26.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:25.582046+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:22:26.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:25 smithi007 bash[26113]: audit 2024-09-11T08:22:25.578848+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:22:26.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:25 smithi007 bash[26113]: audit 2024-09-11T08:22:25.582046+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:22:26.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:22:25.458663+0000 mgr.y (mgr.24739) 4 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTING 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:22:25.577850+0000 mgr.y (mgr.24739) 5 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: cephadm 2024-09-11T08:22:25.458663+0000 mgr.y (mgr.24739) 4 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTING 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: cephadm 2024-09-11T08:22:25.577850+0000 mgr.y (mgr.24739) 5 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: cephadm 2024-09-11T08:22:25.578011+0000 mgr.y (mgr.24739) 6 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTED 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: cephadm 2024-09-11T08:22:25.579644+0000 mgr.y (mgr.24739) 7 : cephadm [ERR] [11/Sep/2024:08:22:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: Traceback (most recent call last): 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: self._connections.run(self.expiration_interval) 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: self._run(expiration_interval) 2024-09-11T08:22:26.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: s = self.context.wrap_socket( 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: return self.sslsocket_class._create( 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: self.do_handshake() 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: self._sslobj.do_handshake() 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:22:26.933 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 bash[23209]: cluster 2024-09-11T08:22:25.841556+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e25: y(active, since 9s), standbys: x 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:22:25.578011+0000 mgr.y (mgr.24739) 6 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTED 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:22:25.579644+0000 mgr.y (mgr.24739) 7 : cephadm [ERR] [11/Sep/2024:08:22:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Traceback (most recent call last): 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._connections.run(self.expiration_interval) 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._run(expiration_interval) 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: s = self.context.wrap_socket( 2024-09-11T08:22:26.934 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:22:26.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: return self.sslsocket_class._create( 2024-09-11T08:22:26.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:22:26.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self.do_handshake() 2024-09-11T08:22:26.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:22:26.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._sslobj.do_handshake() 2024-09-11T08:22:26.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:22:26.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:22:26.935 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:25.841556+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e25: y(active, since 9s), standbys: x 2024-09-11T08:22:27.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: cephadm 2024-09-11T08:22:25.458663+0000 mgr.y (mgr.24739) 4 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTING 2024-09-11T08:22:27.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: cephadm 2024-09-11T08:22:25.577850+0000 mgr.y (mgr.24739) 5 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:22:27.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: cephadm 2024-09-11T08:22:25.578011+0000 mgr.y (mgr.24739) 6 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTED 2024-09-11T08:22:27.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: cephadm 2024-09-11T08:22:25.579644+0000 mgr.y (mgr.24739) 7 : cephadm [ERR] [11/Sep/2024:08:22:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:22:27.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: Traceback (most recent call last): 2024-09-11T08:22:27.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: self._connections.run(self.expiration_interval) 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: self._run(expiration_interval) 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: s = self.context.wrap_socket( 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: return self.sslsocket_class._create( 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:22:27.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: self.do_handshake() 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: self._sslobj.do_handshake() 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[26113]: cluster 2024-09-11T08:22:25.841556+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e25: y(active, since 9s), standbys: x 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:22:25.458663+0000 mgr.y (mgr.24739) 4 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTING 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:22:25.577850+0000 mgr.y (mgr.24739) 5 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:22:25.578011+0000 mgr.y (mgr.24739) 6 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTED 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:22:25.579644+0000 mgr.y (mgr.24739) 7 : cephadm [ERR] [11/Sep/2024:08:22:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Traceback (most recent call last): 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._connections.run(self.expiration_interval) 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._run(expiration_interval) 2024-09-11T08:22:27.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s = self.context.wrap_socket( 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: return self.sslsocket_class._create( 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self.do_handshake() 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._sslobj.do_handshake() 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:22:27.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:25.841556+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e25: y(active, since 9s), standbys: x 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:22:25.458663+0000 mgr.y (mgr.24739) 4 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTING 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:22:25.577850+0000 mgr.y (mgr.24739) 5 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: cephadm 2024-09-11T08:22:25.458663+0000 mgr.y (mgr.24739) 4 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTING 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: cephadm 2024-09-11T08:22:25.577850+0000 mgr.y (mgr.24739) 5 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: cephadm 2024-09-11T08:22:25.578011+0000 mgr.y (mgr.24739) 6 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTED 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: cephadm 2024-09-11T08:22:25.579644+0000 mgr.y (mgr.24739) 7 : cephadm [ERR] [11/Sep/2024:08:22:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: Traceback (most recent call last): 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:22:27.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: self._connections.run(self.expiration_interval) 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: self._run(expiration_interval) 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: s = self.context.wrap_socket( 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: return self.sslsocket_class._create( 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: self.do_handshake() 2024-09-11T08:22:27.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: self._sslobj.do_handshake() 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 bash[23378]: cluster 2024-09-11T08:22:25.841556+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e25: y(active, since 9s), standbys: x 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:22:25.578011+0000 mgr.y (mgr.24739) 6 : cephadm [INF] [11/Sep/2024:08:22:25] ENGINE Bus STARTED 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:22:25.579644+0000 mgr.y (mgr.24739) 7 : cephadm [ERR] [11/Sep/2024:08:22:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Traceback (most recent call last): 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._connections.run(self.expiration_interval) 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._run(expiration_interval) 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:22:27.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: s = self.context.wrap_socket( 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: return self.sslsocket_class._create( 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self.do_handshake() 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._sslobj.do_handshake() 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:22:27.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:25.841556+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e25: y(active, since 9s), standbys: x 2024-09-11T08:22:27.885 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:26.818293+0000 mgr.y (mgr.24739) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:27.885 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:27 smithi007 bash[23378]: cluster 2024-09-11T08:22:26.818293+0000 mgr.y (mgr.24739) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:27.885 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:26.818293+0000 mgr.y (mgr.24739) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:27.886 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:27 smithi007 bash[26113]: cluster 2024-09-11T08:22:26.818293+0000 mgr.y (mgr.24739) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:26.818293+0000 mgr.y (mgr.24739) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:27 smithi155 bash[23209]: cluster 2024-09-11T08:22:26.818293+0000 mgr.y (mgr.24739) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:29.191 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[26113]: cluster 2024-09-11T08:22:27.858192+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e26: y(active, since 12s), standbys: x 2024-09-11T08:22:29.191 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[26113]: audit 2024-09-11T08:22:28.282676+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:29.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[26113]: audit 2024-09-11T08:22:28.283282+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:29.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:27.858192+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e26: y(active, since 12s), standbys: x 2024-09-11T08:22:29.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.282676+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:29.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[23378]: cluster 2024-09-11T08:22:27.858192+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e26: y(active, since 12s), standbys: x 2024-09-11T08:22:29.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[23378]: audit 2024-09-11T08:22:28.282676+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:29.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[23378]: audit 2024-09-11T08:22:28.283282+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:29.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[23378]: audit 2024-09-11T08:22:28.286250+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:29.193 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[26113]: audit 2024-09-11T08:22:28.286250+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:29.194 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.283282+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:29.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[26113]: audit 2024-09-11T08:22:28.287138+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:29.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[26113]: audit 2024-09-11T08:22:28.289701+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:29.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[26113]: audit 2024-09-11T08:22:28.649927+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:29.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:27.858192+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e26: y(active, since 12s), standbys: x 2024-09-11T08:22:29.195 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.282676+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:29.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[23378]: audit 2024-09-11T08:22:28.287138+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:29.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.286250+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:29.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.283282+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:29.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[23378]: audit 2024-09-11T08:22:28.289701+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:29.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 bash[23378]: audit 2024-09-11T08:22:28.649927+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:29.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.286250+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:29.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.287138+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:22:29.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:29.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.287138+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:22:29.198 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: , \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:29.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.289701+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:22:29.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: , \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:29.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.649927+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:29.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.289701+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:22:29.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:29.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.649927+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:27.858192+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e26: y(active, since 12s), standbys: x 2024-09-11T08:22:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.282676+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 bash[23209]: cluster 2024-09-11T08:22:27.858192+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e26: y(active, since 12s), standbys: x 2024-09-11T08:22:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 bash[23209]: audit 2024-09-11T08:22:28.282676+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 bash[23209]: audit 2024-09-11T08:22:28.283282+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 bash[23209]: audit 2024-09-11T08:22:28.286250+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.283282+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 bash[23209]: audit 2024-09-11T08:22:28.287138+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.286250+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 bash[23209]: audit 2024-09-11T08:22:28.289701+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 bash[23209]: audit 2024-09-11T08:22:28.649927+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.287138+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.289701+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.649927+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:28.818639+0000 mgr.y (mgr.24739) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: cluster 2024-09-11T08:22:28.818639+0000 mgr.y (mgr.24739) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.864387+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.865006+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.867958+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.864387+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.869104+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.865006+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.872083+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.922280+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.867958+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.922865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.926985+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.869104+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 3754 2024-09-11T08:22:30.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.927872+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 9506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.930786+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.931387+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.931677+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.931936+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.932176+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.932418+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.932670+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.932916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.933146+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:28.933392+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.226123+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.477090+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.872083+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_pe 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.477797+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.480941+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: rcentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.481916+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.922280+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.484925+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.485707+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.486070+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.486403+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.486747+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.487059+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.487360+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.487679+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.487976+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.488292+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.489759+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.492406+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.566694+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.922865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 bash[23209]: audit 2024-09-11T08:22:29.569563+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.926985+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.927872+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.930786+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: , \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.931387+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.931677+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.931936+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.932176+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.932418+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.932670+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.932916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.933146+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:28.933392+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.226123+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.477090+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.477797+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.480941+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.481916+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 3754950 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 6, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.484925+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_p 2024-09-11T08:22:30.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ercentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.485707+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.486070+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.486403+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.486747+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.487059+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.487360+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.487679+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.487976+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.488292+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.489759+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.492406+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.566694+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:22:29.569563+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:28.818639+0000 mgr.y (mgr.24739) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: cluster 2024-09-11T08:22:28.818639+0000 mgr.y (mgr.24739) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.864387+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.865006+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: cluster 2024-09-11T08:22:28.818639+0000 mgr.y (mgr.24739) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.864387+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.865006+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.867958+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.867958+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.864387+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.869104+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.869104+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.865006+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.872083+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.922280+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.922865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.872083+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.922280+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.867958+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.926985+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.927872+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.922865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.926985+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.869104+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 3 2024-09-11T08:22:30.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.930786+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.931387+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.931677+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.931936+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.932176+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.932418+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.932670+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.932916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.933146+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:28.933392+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.226123+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.477090+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.927872+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 7549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.477797+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.480941+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.930786+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.931387+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.931677+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.931936+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.932176+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.932418+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.932670+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.932916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.933146+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:28.933392+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.481916+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.226123+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:30.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.477090+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.872083+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \ 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.477797+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.480941+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.484925+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.485707+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.486070+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.486403+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.486747+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.487059+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.487360+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.487679+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.487976+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.488292+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.489759+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: "cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.492406+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.566694+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[26113]: audit 2024-09-11T08:22:29.569563+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:28.818639+0000 mgr.y (mgr.24739) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:30.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.864387+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.481916+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.922280+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.865006+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.867958+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.869104+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 3 2024-09-11T08:22:30.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 7549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.484925+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.485707+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.486070+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.486403+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.486747+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.487059+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.487360+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.487679+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.487976+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.488292+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.489759+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.492406+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.566694+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 bash[23378]: audit 2024-09-11T08:22:29.569563+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.872083+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \ 2024-09-11T08:22:30.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: "cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.922280+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.922865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.922865+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.926985+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.926985+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.927872+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076 2024-09-11T08:22:30.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.927872+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3 2024-09-11T08:22:30.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.930786+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.931387+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.931677+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.931936+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.932176+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.932418+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.932670+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.930786+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 131596288, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281232Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442184499, \"cpu_percentage\": \"4.13%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:22:28.281388Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 138412032, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281483Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281555Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281620Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45571112, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281691Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48643440, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281753Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11597250, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281818Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 18161336, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281882Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:22:30.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38556139, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.281942Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.282068Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:22:28.921641Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.931387+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.931677+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.931936+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.932176+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.932418+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.932916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.933146+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:28.933392+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.226123+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.477090+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.932670+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.932916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.933146+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:28.933392+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.226123+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:30.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.477090+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:30.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.477797+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.480941+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.481916+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 2024-09-11T08:22:30.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.477797+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:22:30.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.480941+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:22:30.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 37549506, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.481916+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_pe 2024-09-11T08:22:30.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.484925+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_p 2024-09-11T08:22:30.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ercentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: rcentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.484925+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 143550054, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863000Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414502092, \"cpu_percentage\": \"2.65%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863150Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49618616, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863223Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46651146, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863296Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51002736, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863365Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49587159, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863427Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51652853, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863504Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11167334, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863567Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863628Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 37549506, \"cpu_pe 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: rcentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:22:28.863695Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:22:28.863827Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:22:29.476458Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.485707+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.486070+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.486403+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.486747+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.487059+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.487360+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.487679+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.487976+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.488292+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.489759+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.492406+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.566694+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:22:29.569563+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.485707+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.486070+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.486403+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.486747+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.487059+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.487360+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.487679+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.487976+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:30.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.488292+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:22:30.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.489759+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.492406+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:30.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.566694+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:22:30.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:22:29.569563+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:22:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:31 smithi155 bash[23209]: cluster 2024-09-11T08:22:30.819524+0000 mgr.y (mgr.24739) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:22:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:30.819524+0000 mgr.y (mgr.24739) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:22:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:30.819524+0000 mgr.y (mgr.24739) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:22:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:31 smithi007 bash[23378]: cluster 2024-09-11T08:22:30.819524+0000 mgr.y (mgr.24739) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:22:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:30.819524+0000 mgr.y (mgr.24739) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:22:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:31 smithi007 bash[26113]: cluster 2024-09-11T08:22:30.819524+0000 mgr.y (mgr.24739) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:22:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:32.819967+0000 mgr.y (mgr.24739) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:22:34.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:33 smithi155 bash[23209]: cluster 2024-09-11T08:22:32.819967+0000 mgr.y (mgr.24739) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:22:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:32.819967+0000 mgr.y (mgr.24739) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:22:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:33 smithi007 bash[23378]: cluster 2024-09-11T08:22:32.819967+0000 mgr.y (mgr.24739) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:22:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:32.819967+0000 mgr.y (mgr.24739) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:22:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:33 smithi007 bash[26113]: cluster 2024-09-11T08:22:32.819967+0000 mgr.y (mgr.24739) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:22:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:35 smithi155 bash[23209]: cluster 2024-09-11T08:22:34.820806+0000 mgr.y (mgr.24739) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:22:36.354 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:34.820806+0000 mgr.y (mgr.24739) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:22:36.355 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:34.820806+0000 mgr.y (mgr.24739) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:22:36.355 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:35 smithi007 bash[23378]: cluster 2024-09-11T08:22:34.820806+0000 mgr.y (mgr.24739) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:22:36.355 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:34.820806+0000 mgr.y (mgr.24739) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:22:36.356 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:35 smithi007 bash[26113]: cluster 2024-09-11T08:22:34.820806+0000 mgr.y (mgr.24739) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:22:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:36.821223+0000 mgr.y (mgr.24739) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:37 smithi155 bash[23209]: cluster 2024-09-11T08:22:36.821223+0000 mgr.y (mgr.24739) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:36.821223+0000 mgr.y (mgr.24739) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:37 smithi007 bash[23378]: cluster 2024-09-11T08:22:36.821223+0000 mgr.y (mgr.24739) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:36.821223+0000 mgr.y (mgr.24739) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:37 smithi007 bash[26113]: cluster 2024-09-11T08:22:36.821223+0000 mgr.y (mgr.24739) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:38.821717+0000 mgr.y (mgr.24739) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:39 smithi155 bash[23209]: cluster 2024-09-11T08:22:38.821717+0000 mgr.y (mgr.24739) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:38.821717+0000 mgr.y (mgr.24739) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:39 smithi007 bash[23378]: cluster 2024-09-11T08:22:38.821717+0000 mgr.y (mgr.24739) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:38.821717+0000 mgr.y (mgr.24739) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:39 smithi007 bash[26113]: cluster 2024-09-11T08:22:38.821717+0000 mgr.y (mgr.24739) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:42.078 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:40.822520+0000 mgr.y (mgr.24739) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:42.078 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:41 smithi155 bash[23209]: cluster 2024-09-11T08:22:40.822520+0000 mgr.y (mgr.24739) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:40.822520+0000 mgr.y (mgr.24739) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:41 smithi007 bash[23378]: cluster 2024-09-11T08:22:40.822520+0000 mgr.y (mgr.24739) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:40.822520+0000 mgr.y (mgr.24739) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:41 smithi007 bash[26113]: cluster 2024-09-11T08:22:40.822520+0000 mgr.y (mgr.24739) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:22:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:42.822947+0000 mgr.y (mgr.24739) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:43 smithi155 bash[23209]: cluster 2024-09-11T08:22:42.822947+0000 mgr.y (mgr.24739) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:42.822947+0000 mgr.y (mgr.24739) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:43 smithi007 bash[23378]: cluster 2024-09-11T08:22:42.822947+0000 mgr.y (mgr.24739) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:42.822947+0000 mgr.y (mgr.24739) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:43 smithi007 bash[26113]: cluster 2024-09-11T08:22:42.822947+0000 mgr.y (mgr.24739) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:44.823531+0000 mgr.y (mgr.24739) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:45 smithi155 bash[23209]: cluster 2024-09-11T08:22:44.823531+0000 mgr.y (mgr.24739) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:45 smithi007 bash[23378]: cluster 2024-09-11T08:22:44.823531+0000 mgr.y (mgr.24739) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:44.823531+0000 mgr.y (mgr.24739) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:45 smithi007 bash[26113]: cluster 2024-09-11T08:22:44.823531+0000 mgr.y (mgr.24739) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:44.823531+0000 mgr.y (mgr.24739) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:47.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:22:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:22:46.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-11T08:22:47.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:22:46 smithi007 bash[42985]: ts=2024-09-11T08:22:46.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-11T08:22:47.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:22:46 smithi007 bash[42985]: ts=2024-09-11T08:22:46.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-11T08:22:47.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:22:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:22:46.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-11T08:22:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:46.823945+0000 mgr.y (mgr.24739) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:47 smithi155 bash[23209]: cluster 2024-09-11T08:22:46.823945+0000 mgr.y (mgr.24739) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:46.823945+0000 mgr.y (mgr.24739) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:47 smithi007 bash[23378]: cluster 2024-09-11T08:22:46.823945+0000 mgr.y (mgr.24739) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:48.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:46.823945+0000 mgr.y (mgr.24739) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:48.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:47 smithi007 bash[26113]: cluster 2024-09-11T08:22:46.823945+0000 mgr.y (mgr.24739) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:49 smithi155 bash[23209]: cluster 2024-09-11T08:22:48.824424+0000 mgr.y (mgr.24739) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:48.824424+0000 mgr.y (mgr.24739) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:48.824424+0000 mgr.y (mgr.24739) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:49 smithi007 bash[23378]: cluster 2024-09-11T08:22:48.824424+0000 mgr.y (mgr.24739) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:48.824424+0000 mgr.y (mgr.24739) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:50.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:49 smithi007 bash[26113]: cluster 2024-09-11T08:22:48.824424+0000 mgr.y (mgr.24739) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:50.825171+0000 mgr.y (mgr.24739) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:51 smithi155 bash[23209]: cluster 2024-09-11T08:22:50.825171+0000 mgr.y (mgr.24739) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:50.825171+0000 mgr.y (mgr.24739) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:51 smithi007 bash[23378]: cluster 2024-09-11T08:22:50.825171+0000 mgr.y (mgr.24739) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:50.825171+0000 mgr.y (mgr.24739) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:51 smithi007 bash[26113]: cluster 2024-09-11T08:22:50.825171+0000 mgr.y (mgr.24739) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:52.825684+0000 mgr.y (mgr.24739) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:53 smithi155 bash[23209]: cluster 2024-09-11T08:22:52.825684+0000 mgr.y (mgr.24739) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:52.825684+0000 mgr.y (mgr.24739) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:53 smithi007 bash[23378]: cluster 2024-09-11T08:22:52.825684+0000 mgr.y (mgr.24739) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:52.825684+0000 mgr.y (mgr.24739) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:53 smithi007 bash[26113]: cluster 2024-09-11T08:22:52.825684+0000 mgr.y (mgr.24739) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:54.826393+0000 mgr.y (mgr.24739) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:55 smithi155 bash[23209]: cluster 2024-09-11T08:22:54.826393+0000 mgr.y (mgr.24739) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:54.826393+0000 mgr.y (mgr.24739) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:55 smithi007 bash[26113]: cluster 2024-09-11T08:22:54.826393+0000 mgr.y (mgr.24739) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:54.826393+0000 mgr.y (mgr.24739) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:55 smithi007 bash[23378]: cluster 2024-09-11T08:22:54.826393+0000 mgr.y (mgr.24739) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:56.826797+0000 mgr.y (mgr.24739) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:57 smithi155 bash[23209]: cluster 2024-09-11T08:22:56.826797+0000 mgr.y (mgr.24739) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:56.826797+0000 mgr.y (mgr.24739) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:57 smithi007 bash[26113]: cluster 2024-09-11T08:22:56.826797+0000 mgr.y (mgr.24739) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:56.826797+0000 mgr.y (mgr.24739) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:22:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:57 smithi007 bash[23378]: cluster 2024-09-11T08:22:56.826797+0000 mgr.y (mgr.24739) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:22:58.827276+0000 mgr.y (mgr.24739) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:22:59 smithi155 bash[23209]: cluster 2024-09-11T08:22:58.827276+0000 mgr.y (mgr.24739) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:22:58.827276+0000 mgr.y (mgr.24739) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:22:59 smithi007 bash[26113]: cluster 2024-09-11T08:22:58.827276+0000 mgr.y (mgr.24739) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:22:58.827276+0000 mgr.y (mgr.24739) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:22:59 smithi007 bash[23378]: cluster 2024-09-11T08:22:58.827276+0000 mgr.y (mgr.24739) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:00.827980+0000 mgr.y (mgr.24739) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:01 smithi155 bash[23209]: cluster 2024-09-11T08:23:00.827980+0000 mgr.y (mgr.24739) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:00.827980+0000 mgr.y (mgr.24739) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:01 smithi007 bash[23378]: cluster 2024-09-11T08:23:00.827980+0000 mgr.y (mgr.24739) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:00.827980+0000 mgr.y (mgr.24739) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:01 smithi007 bash[26113]: cluster 2024-09-11T08:23:00.827980+0000 mgr.y (mgr.24739) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:02.828384+0000 mgr.y (mgr.24739) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:03 smithi155 bash[23209]: cluster 2024-09-11T08:23:02.828384+0000 mgr.y (mgr.24739) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:02.828384+0000 mgr.y (mgr.24739) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:03 smithi007 bash[26113]: cluster 2024-09-11T08:23:02.828384+0000 mgr.y (mgr.24739) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:02.828384+0000 mgr.y (mgr.24739) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:03 smithi007 bash[23378]: cluster 2024-09-11T08:23:02.828384+0000 mgr.y (mgr.24739) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:04.829207+0000 mgr.y (mgr.24739) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:05 smithi155 bash[23209]: cluster 2024-09-11T08:23:04.829207+0000 mgr.y (mgr.24739) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:04.829207+0000 mgr.y (mgr.24739) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:05 smithi007 bash[23378]: cluster 2024-09-11T08:23:04.829207+0000 mgr.y (mgr.24739) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:04.829207+0000 mgr.y (mgr.24739) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:05 smithi007 bash[26113]: cluster 2024-09-11T08:23:04.829207+0000 mgr.y (mgr.24739) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:06.829710+0000 mgr.y (mgr.24739) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:08.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:07 smithi155 bash[23209]: cluster 2024-09-11T08:23:06.829710+0000 mgr.y (mgr.24739) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:06.829710+0000 mgr.y (mgr.24739) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:07 smithi007 bash[23378]: cluster 2024-09-11T08:23:06.829710+0000 mgr.y (mgr.24739) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:06.829710+0000 mgr.y (mgr.24739) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:07 smithi007 bash[26113]: cluster 2024-09-11T08:23:06.829710+0000 mgr.y (mgr.24739) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:08.830216+0000 mgr.y (mgr.24739) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:09 smithi155 bash[23209]: cluster 2024-09-11T08:23:08.830216+0000 mgr.y (mgr.24739) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:08.830216+0000 mgr.y (mgr.24739) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:09 smithi007 bash[23378]: cluster 2024-09-11T08:23:08.830216+0000 mgr.y (mgr.24739) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:08.830216+0000 mgr.y (mgr.24739) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:09 smithi007 bash[26113]: cluster 2024-09-11T08:23:08.830216+0000 mgr.y (mgr.24739) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:10.830960+0000 mgr.y (mgr.24739) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:11 smithi155 bash[23209]: cluster 2024-09-11T08:23:10.830960+0000 mgr.y (mgr.24739) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:10.830960+0000 mgr.y (mgr.24739) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:11 smithi007 bash[23378]: cluster 2024-09-11T08:23:10.830960+0000 mgr.y (mgr.24739) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:10.830960+0000 mgr.y (mgr.24739) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:11 smithi007 bash[26113]: cluster 2024-09-11T08:23:10.830960+0000 mgr.y (mgr.24739) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:13.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:23:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:23:13.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 16 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-11T08:23:13.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:23:13 smithi007 bash[42985]: ts=2024-09-11T08:23:13.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 16 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-11T08:23:13.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:23:13 smithi007 bash[42985]: ts=2024-09-11T08:23:13.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-11T08:23:13.540 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:23:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:23:13.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-11T08:23:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:12.831418+0000 mgr.y (mgr.24739) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:13 smithi155 bash[23209]: cluster 2024-09-11T08:23:12.831418+0000 mgr.y (mgr.24739) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:12.831418+0000 mgr.y (mgr.24739) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:13 smithi007 bash[23378]: cluster 2024-09-11T08:23:12.831418+0000 mgr.y (mgr.24739) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:12.831418+0000 mgr.y (mgr.24739) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:13 smithi007 bash[26113]: cluster 2024-09-11T08:23:12.831418+0000 mgr.y (mgr.24739) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:14.832233+0000 mgr.y (mgr.24739) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:15 smithi155 bash[23209]: cluster 2024-09-11T08:23:14.832233+0000 mgr.y (mgr.24739) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:14.832233+0000 mgr.y (mgr.24739) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:15 smithi007 bash[26113]: cluster 2024-09-11T08:23:14.832233+0000 mgr.y (mgr.24739) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:14.832233+0000 mgr.y (mgr.24739) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:15 smithi007 bash[23378]: cluster 2024-09-11T08:23:14.832233+0000 mgr.y (mgr.24739) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:16.832731+0000 mgr.y (mgr.24739) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:17 smithi155 bash[23209]: cluster 2024-09-11T08:23:16.832731+0000 mgr.y (mgr.24739) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:16.832731+0000 mgr.y (mgr.24739) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:17 smithi007 bash[26113]: cluster 2024-09-11T08:23:16.832731+0000 mgr.y (mgr.24739) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:16.832731+0000 mgr.y (mgr.24739) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:17 smithi007 bash[23378]: cluster 2024-09-11T08:23:16.832731+0000 mgr.y (mgr.24739) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:18.833227+0000 mgr.y (mgr.24739) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:19 smithi155 bash[23209]: cluster 2024-09-11T08:23:18.833227+0000 mgr.y (mgr.24739) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:18.833227+0000 mgr.y (mgr.24739) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:19 smithi007 bash[26113]: cluster 2024-09-11T08:23:18.833227+0000 mgr.y (mgr.24739) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:19 smithi007 bash[23378]: cluster 2024-09-11T08:23:18.833227+0000 mgr.y (mgr.24739) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:20.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:18.833227+0000 mgr.y (mgr.24739) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:20.834056+0000 mgr.y (mgr.24739) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:21 smithi155 bash[23209]: cluster 2024-09-11T08:23:20.834056+0000 mgr.y (mgr.24739) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:20.834056+0000 mgr.y (mgr.24739) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:21 smithi007 bash[26113]: cluster 2024-09-11T08:23:20.834056+0000 mgr.y (mgr.24739) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:20.834056+0000 mgr.y (mgr.24739) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:21 smithi007 bash[23378]: cluster 2024-09-11T08:23:20.834056+0000 mgr.y (mgr.24739) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:22.834569+0000 mgr.y (mgr.24739) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:23:23.319610+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 bash[23209]: cluster 2024-09-11T08:23:22.834569+0000 mgr.y (mgr.24739) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 bash[23209]: audit 2024-09-11T08:23:23.319610+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 bash[23209]: audit 2024-09-11T08:23:23.319957+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 bash[23209]: audit 2024-09-11T08:23:23.320186+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 bash[23209]: audit 2024-09-11T08:23:23.320436+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:23:23.319957+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:23:23.320186+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:23:23.320436+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[26113]: cluster 2024-09-11T08:23:22.834569+0000 mgr.y (mgr.24739) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[26113]: audit 2024-09-11T08:23:23.319610+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:23:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[26113]: audit 2024-09-11T08:23:23.319957+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[26113]: audit 2024-09-11T08:23:23.320186+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[26113]: audit 2024-09-11T08:23:23.320436+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:22.834569+0000 mgr.y (mgr.24739) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:23:23.319610+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:23:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:23:23.319957+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:23:23.320186+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:23:23.320436+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:22.834569+0000 mgr.y (mgr.24739) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:23:23.319610+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[23378]: cluster 2024-09-11T08:23:22.834569+0000 mgr.y (mgr.24739) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[23378]: audit 2024-09-11T08:23:23.319610+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[23378]: audit 2024-09-11T08:23:23.319957+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[23378]: audit 2024-09-11T08:23:23.320186+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 bash[23378]: audit 2024-09-11T08:23:23.320436+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:23:23.319957+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:23:23.320186+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:23:24.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:23:23.320436+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:24.835520+0000 mgr.y (mgr.24739) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:26.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:25 smithi155 bash[23209]: cluster 2024-09-11T08:23:24.835520+0000 mgr.y (mgr.24739) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:24.835520+0000 mgr.y (mgr.24739) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:25 smithi007 bash[26113]: cluster 2024-09-11T08:23:24.835520+0000 mgr.y (mgr.24739) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:25 smithi007 bash[23378]: cluster 2024-09-11T08:23:24.835520+0000 mgr.y (mgr.24739) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:24.835520+0000 mgr.y (mgr.24739) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:26.835948+0000 mgr.y (mgr.24739) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:27 smithi155 bash[23209]: cluster 2024-09-11T08:23:26.835948+0000 mgr.y (mgr.24739) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:26.835948+0000 mgr.y (mgr.24739) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:27 smithi007 bash[26113]: cluster 2024-09-11T08:23:26.835948+0000 mgr.y (mgr.24739) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:27 smithi007 bash[23378]: cluster 2024-09-11T08:23:26.835948+0000 mgr.y (mgr.24739) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:26.835948+0000 mgr.y (mgr.24739) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:28.836401+0000 mgr.y (mgr.24739) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:29 smithi155 bash[23209]: cluster 2024-09-11T08:23:28.836401+0000 mgr.y (mgr.24739) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:28.836401+0000 mgr.y (mgr.24739) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:29 smithi007 bash[23378]: cluster 2024-09-11T08:23:28.836401+0000 mgr.y (mgr.24739) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:28.836401+0000 mgr.y (mgr.24739) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:29 smithi007 bash[26113]: cluster 2024-09-11T08:23:28.836401+0000 mgr.y (mgr.24739) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:23:30.048180+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:23:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:30 smithi155 bash[23209]: audit 2024-09-11T08:23:30.048180+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:23:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:30 smithi155 bash[23209]: audit 2024-09-11T08:23:30.052195+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:23:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:23:30.052195+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:23:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:23:30.048180+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:23:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:23:30.052195+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:23:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:30 smithi007 bash[26113]: audit 2024-09-11T08:23:30.048180+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:23:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:30 smithi007 bash[26113]: audit 2024-09-11T08:23:30.052195+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:23:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:23:30.048180+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:23:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:23:30.052195+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:23:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:30 smithi007 bash[23378]: audit 2024-09-11T08:23:30.048180+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:23:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:30 smithi007 bash[23378]: audit 2024-09-11T08:23:30.052195+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:23:32.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:30.837085+0000 mgr.y (mgr.24739) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:32.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:32 smithi155 bash[23209]: cluster 2024-09-11T08:23:30.837085+0000 mgr.y (mgr.24739) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:32.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:30.837085+0000 mgr.y (mgr.24739) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:32.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:32 smithi007 bash[23378]: cluster 2024-09-11T08:23:30.837085+0000 mgr.y (mgr.24739) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:32.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:30.837085+0000 mgr.y (mgr.24739) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:32.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:32 smithi007 bash[26113]: cluster 2024-09-11T08:23:30.837085+0000 mgr.y (mgr.24739) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:34.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:32.837633+0000 mgr.y (mgr.24739) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:34.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:34 smithi155 bash[23209]: cluster 2024-09-11T08:23:32.837633+0000 mgr.y (mgr.24739) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:34.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:32.837633+0000 mgr.y (mgr.24739) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:34.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:34 smithi007 bash[26113]: cluster 2024-09-11T08:23:32.837633+0000 mgr.y (mgr.24739) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:34.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:32.837633+0000 mgr.y (mgr.24739) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:34.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:34 smithi007 bash[23378]: cluster 2024-09-11T08:23:32.837633+0000 mgr.y (mgr.24739) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:36.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:34.838364+0000 mgr.y (mgr.24739) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:36.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:36 smithi155 bash[23209]: cluster 2024-09-11T08:23:34.838364+0000 mgr.y (mgr.24739) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:36.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:34.838364+0000 mgr.y (mgr.24739) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:36.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:36 smithi007 bash[23378]: cluster 2024-09-11T08:23:34.838364+0000 mgr.y (mgr.24739) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:36.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:34.838364+0000 mgr.y (mgr.24739) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:36.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:36 smithi007 bash[26113]: cluster 2024-09-11T08:23:34.838364+0000 mgr.y (mgr.24739) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:38.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:36.838781+0000 mgr.y (mgr.24739) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:38.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:38 smithi155 bash[23209]: cluster 2024-09-11T08:23:36.838781+0000 mgr.y (mgr.24739) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:38.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:36.838781+0000 mgr.y (mgr.24739) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:38.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:38 smithi007 bash[23378]: cluster 2024-09-11T08:23:36.838781+0000 mgr.y (mgr.24739) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:38.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:36.838781+0000 mgr.y (mgr.24739) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:38.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:38 smithi007 bash[26113]: cluster 2024-09-11T08:23:36.838781+0000 mgr.y (mgr.24739) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:40.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:38.839277+0000 mgr.y (mgr.24739) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:40.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:40 smithi155 bash[23209]: cluster 2024-09-11T08:23:38.839277+0000 mgr.y (mgr.24739) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:40.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:38.839277+0000 mgr.y (mgr.24739) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:40.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:40 smithi007 bash[23378]: cluster 2024-09-11T08:23:38.839277+0000 mgr.y (mgr.24739) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:40.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:38.839277+0000 mgr.y (mgr.24739) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:40.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:40 smithi007 bash[26113]: cluster 2024-09-11T08:23:38.839277+0000 mgr.y (mgr.24739) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:42.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:40.839967+0000 mgr.y (mgr.24739) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:42.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:42 smithi155 bash[23209]: cluster 2024-09-11T08:23:40.839967+0000 mgr.y (mgr.24739) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:42.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:40.839967+0000 mgr.y (mgr.24739) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:42.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:42 smithi007 bash[23378]: cluster 2024-09-11T08:23:40.839967+0000 mgr.y (mgr.24739) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:42.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:40.839967+0000 mgr.y (mgr.24739) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:42.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:42 smithi007 bash[26113]: cluster 2024-09-11T08:23:40.839967+0000 mgr.y (mgr.24739) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:44.341 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:42.840470+0000 mgr.y (mgr.24739) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:44.342 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:44 smithi007 bash[23378]: cluster 2024-09-11T08:23:42.840470+0000 mgr.y (mgr.24739) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:44.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:42.840470+0000 mgr.y (mgr.24739) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:44.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:44 smithi007 bash[26113]: cluster 2024-09-11T08:23:42.840470+0000 mgr.y (mgr.24739) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:44.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:42.840470+0000 mgr.y (mgr.24739) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:44.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:44 smithi155 bash[23209]: cluster 2024-09-11T08:23:42.840470+0000 mgr.y (mgr.24739) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:46.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:44.841335+0000 mgr.y (mgr.24739) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:46.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:46 smithi155 bash[23209]: cluster 2024-09-11T08:23:44.841335+0000 mgr.y (mgr.24739) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:46.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:44.841335+0000 mgr.y (mgr.24739) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:46.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:46 smithi007 bash[26113]: cluster 2024-09-11T08:23:44.841335+0000 mgr.y (mgr.24739) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:46.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:44.841335+0000 mgr.y (mgr.24739) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:46.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:46 smithi007 bash[23378]: cluster 2024-09-11T08:23:44.841335+0000 mgr.y (mgr.24739) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:48.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:46.841878+0000 mgr.y (mgr.24739) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:48.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:48 smithi155 bash[23209]: cluster 2024-09-11T08:23:46.841878+0000 mgr.y (mgr.24739) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:48.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:46.841878+0000 mgr.y (mgr.24739) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:48.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:48 smithi007 bash[23378]: cluster 2024-09-11T08:23:46.841878+0000 mgr.y (mgr.24739) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:48.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:46.841878+0000 mgr.y (mgr.24739) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:48.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:48 smithi007 bash[26113]: cluster 2024-09-11T08:23:46.841878+0000 mgr.y (mgr.24739) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:50.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:48.842616+0000 mgr.y (mgr.24739) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:50.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:50 smithi155 bash[23209]: cluster 2024-09-11T08:23:48.842616+0000 mgr.y (mgr.24739) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:50.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:48.842616+0000 mgr.y (mgr.24739) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:50.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:50 smithi007 bash[23378]: cluster 2024-09-11T08:23:48.842616+0000 mgr.y (mgr.24739) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:50.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:48.842616+0000 mgr.y (mgr.24739) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:50.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:50 smithi007 bash[26113]: cluster 2024-09-11T08:23:48.842616+0000 mgr.y (mgr.24739) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:52.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:50.843061+0000 mgr.y (mgr.24739) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:52.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:52 smithi155 bash[23209]: cluster 2024-09-11T08:23:50.843061+0000 mgr.y (mgr.24739) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:52.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:52 smithi007 bash[23378]: cluster 2024-09-11T08:23:50.843061+0000 mgr.y (mgr.24739) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:52.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:50.843061+0000 mgr.y (mgr.24739) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:52.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:50.843061+0000 mgr.y (mgr.24739) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:52.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:52 smithi007 bash[26113]: cluster 2024-09-11T08:23:50.843061+0000 mgr.y (mgr.24739) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:54.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:52.843550+0000 mgr.y (mgr.24739) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:54.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:54 smithi155 bash[23209]: cluster 2024-09-11T08:23:52.843550+0000 mgr.y (mgr.24739) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:54.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:52.843550+0000 mgr.y (mgr.24739) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:54.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:54 smithi007 bash[23378]: cluster 2024-09-11T08:23:52.843550+0000 mgr.y (mgr.24739) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:54.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:52.843550+0000 mgr.y (mgr.24739) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:54.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:54 smithi007 bash[26113]: cluster 2024-09-11T08:23:52.843550+0000 mgr.y (mgr.24739) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:56.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:54.844277+0000 mgr.y (mgr.24739) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:56.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:56 smithi155 bash[23209]: cluster 2024-09-11T08:23:54.844277+0000 mgr.y (mgr.24739) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:56.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:54.844277+0000 mgr.y (mgr.24739) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:56.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:56 smithi007 bash[23378]: cluster 2024-09-11T08:23:54.844277+0000 mgr.y (mgr.24739) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:56.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:54.844277+0000 mgr.y (mgr.24739) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:56.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:56 smithi007 bash[26113]: cluster 2024-09-11T08:23:54.844277+0000 mgr.y (mgr.24739) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:58.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:56.844723+0000 mgr.y (mgr.24739) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:58.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:23:58 smithi155 bash[23209]: cluster 2024-09-11T08:23:56.844723+0000 mgr.y (mgr.24739) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:58.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:56.844723+0000 mgr.y (mgr.24739) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:58.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:23:58 smithi007 bash[23378]: cluster 2024-09-11T08:23:56.844723+0000 mgr.y (mgr.24739) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:58.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:56.844723+0000 mgr.y (mgr.24739) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:23:58.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:23:58 smithi007 bash[26113]: cluster 2024-09-11T08:23:56.844723+0000 mgr.y (mgr.24739) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:00.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:23:58.845348+0000 mgr.y (mgr.24739) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:00.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:00 smithi155 bash[23209]: cluster 2024-09-11T08:23:58.845348+0000 mgr.y (mgr.24739) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:00.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:23:58.845348+0000 mgr.y (mgr.24739) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:00.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:00 smithi007 bash[23378]: cluster 2024-09-11T08:23:58.845348+0000 mgr.y (mgr.24739) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:00.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:23:58.845348+0000 mgr.y (mgr.24739) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:00.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:00 smithi007 bash[26113]: cluster 2024-09-11T08:23:58.845348+0000 mgr.y (mgr.24739) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:02.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:00.845766+0000 mgr.y (mgr.24739) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:02.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:02 smithi155 bash[23209]: cluster 2024-09-11T08:24:00.845766+0000 mgr.y (mgr.24739) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:02.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:00.845766+0000 mgr.y (mgr.24739) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:02.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:02 smithi007 bash[23378]: cluster 2024-09-11T08:24:00.845766+0000 mgr.y (mgr.24739) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:02.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:00.845766+0000 mgr.y (mgr.24739) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:02.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:02 smithi007 bash[26113]: cluster 2024-09-11T08:24:00.845766+0000 mgr.y (mgr.24739) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:04.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:02.846254+0000 mgr.y (mgr.24739) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:04.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:04 smithi155 bash[23209]: cluster 2024-09-11T08:24:02.846254+0000 mgr.y (mgr.24739) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:04.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:02.846254+0000 mgr.y (mgr.24739) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:04.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:04 smithi007 bash[23378]: cluster 2024-09-11T08:24:02.846254+0000 mgr.y (mgr.24739) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:04.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:02.846254+0000 mgr.y (mgr.24739) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:04.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:04 smithi007 bash[26113]: cluster 2024-09-11T08:24:02.846254+0000 mgr.y (mgr.24739) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:06.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:04.847162+0000 mgr.y (mgr.24739) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:06.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:06 smithi155 bash[23209]: cluster 2024-09-11T08:24:04.847162+0000 mgr.y (mgr.24739) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:06.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:06 smithi007 bash[23378]: cluster 2024-09-11T08:24:04.847162+0000 mgr.y (mgr.24739) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:06.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:04.847162+0000 mgr.y (mgr.24739) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:06.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:04.847162+0000 mgr.y (mgr.24739) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:06.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:06 smithi007 bash[26113]: cluster 2024-09-11T08:24:04.847162+0000 mgr.y (mgr.24739) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:08.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:06.847756+0000 mgr.y (mgr.24739) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:08.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:08 smithi155 bash[23209]: cluster 2024-09-11T08:24:06.847756+0000 mgr.y (mgr.24739) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:08.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:06.847756+0000 mgr.y (mgr.24739) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:08.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:08 smithi007 bash[23378]: cluster 2024-09-11T08:24:06.847756+0000 mgr.y (mgr.24739) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:08.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:06.847756+0000 mgr.y (mgr.24739) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:08.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:08 smithi007 bash[26113]: cluster 2024-09-11T08:24:06.847756+0000 mgr.y (mgr.24739) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:09.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:08.848369+0000 mgr.y (mgr.24739) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:09.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:09 smithi155 bash[23209]: cluster 2024-09-11T08:24:08.848369+0000 mgr.y (mgr.24739) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:09.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:08.848369+0000 mgr.y (mgr.24739) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:09.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:09 smithi007 bash[23378]: cluster 2024-09-11T08:24:08.848369+0000 mgr.y (mgr.24739) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:09.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:08.848369+0000 mgr.y (mgr.24739) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:09.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:09 smithi007 bash[26113]: cluster 2024-09-11T08:24:08.848369+0000 mgr.y (mgr.24739) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:12.213 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:10.848786+0000 mgr.y (mgr.24739) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:12.213 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:11 smithi155 bash[23209]: cluster 2024-09-11T08:24:10.848786+0000 mgr.y (mgr.24739) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:10.848786+0000 mgr.y (mgr.24739) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:11 smithi007 bash[23378]: cluster 2024-09-11T08:24:10.848786+0000 mgr.y (mgr.24739) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:10.848786+0000 mgr.y (mgr.24739) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:11 smithi007 bash[26113]: cluster 2024-09-11T08:24:10.848786+0000 mgr.y (mgr.24739) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:12.849309+0000 mgr.y (mgr.24739) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:13 smithi155 bash[23209]: cluster 2024-09-11T08:24:12.849309+0000 mgr.y (mgr.24739) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:12.849309+0000 mgr.y (mgr.24739) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:13 smithi007 bash[23378]: cluster 2024-09-11T08:24:12.849309+0000 mgr.y (mgr.24739) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:12.849309+0000 mgr.y (mgr.24739) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:13 smithi007 bash[26113]: cluster 2024-09-11T08:24:12.849309+0000 mgr.y (mgr.24739) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:14.850018+0000 mgr.y (mgr.24739) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:15 smithi155 bash[23209]: cluster 2024-09-11T08:24:14.850018+0000 mgr.y (mgr.24739) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:14.850018+0000 mgr.y (mgr.24739) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:15 smithi007 bash[23378]: cluster 2024-09-11T08:24:14.850018+0000 mgr.y (mgr.24739) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:14.850018+0000 mgr.y (mgr.24739) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:15 smithi007 bash[26113]: cluster 2024-09-11T08:24:14.850018+0000 mgr.y (mgr.24739) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:16.850483+0000 mgr.y (mgr.24739) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:17 smithi155 bash[23209]: cluster 2024-09-11T08:24:16.850483+0000 mgr.y (mgr.24739) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:16.850483+0000 mgr.y (mgr.24739) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:17 smithi007 bash[23378]: cluster 2024-09-11T08:24:16.850483+0000 mgr.y (mgr.24739) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:16.850483+0000 mgr.y (mgr.24739) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:17 smithi007 bash[26113]: cluster 2024-09-11T08:24:16.850483+0000 mgr.y (mgr.24739) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:18.851174+0000 mgr.y (mgr.24739) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:20.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:19 smithi155 bash[23209]: cluster 2024-09-11T08:24:18.851174+0000 mgr.y (mgr.24739) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:19 smithi007 bash[23378]: cluster 2024-09-11T08:24:18.851174+0000 mgr.y (mgr.24739) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:18.851174+0000 mgr.y (mgr.24739) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:18.851174+0000 mgr.y (mgr.24739) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:19 smithi007 bash[26113]: cluster 2024-09-11T08:24:18.851174+0000 mgr.y (mgr.24739) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:20.851578+0000 mgr.y (mgr.24739) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:21 smithi155 bash[23209]: cluster 2024-09-11T08:24:20.851578+0000 mgr.y (mgr.24739) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:20.851578+0000 mgr.y (mgr.24739) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:21 smithi007 bash[26113]: cluster 2024-09-11T08:24:20.851578+0000 mgr.y (mgr.24739) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:20.851578+0000 mgr.y (mgr.24739) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:21 smithi007 bash[23378]: cluster 2024-09-11T08:24:20.851578+0000 mgr.y (mgr.24739) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:22.852064+0000 mgr.y (mgr.24739) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:24:23.323687+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 bash[23209]: cluster 2024-09-11T08:24:22.852064+0000 mgr.y (mgr.24739) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 bash[23209]: audit 2024-09-11T08:24:23.323687+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 bash[23209]: audit 2024-09-11T08:24:23.323914+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 bash[23209]: audit 2024-09-11T08:24:23.324166+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 bash[23209]: audit 2024-09-11T08:24:23.324371+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:24:23.323914+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:24:23.324166+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:24:23.324371+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:22.852064+0000 mgr.y (mgr.24739) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:24:23.323687+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:24:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[23378]: cluster 2024-09-11T08:24:22.852064+0000 mgr.y (mgr.24739) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[23378]: audit 2024-09-11T08:24:23.323687+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[23378]: audit 2024-09-11T08:24:23.323914+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[23378]: audit 2024-09-11T08:24:23.324166+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[23378]: audit 2024-09-11T08:24:23.324371+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:24:23.323914+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:24:23.324166+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:24:23.324371+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:22.852064+0000 mgr.y (mgr.24739) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[26113]: cluster 2024-09-11T08:24:22.852064+0000 mgr.y (mgr.24739) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[26113]: audit 2024-09-11T08:24:23.323687+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[26113]: audit 2024-09-11T08:24:23.323914+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[26113]: audit 2024-09-11T08:24:23.324166+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 bash[26113]: audit 2024-09-11T08:24:23.324371+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:24:23.323687+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:24:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:24:23.323914+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:24:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:24:23.324166+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:24:24.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:24:23.324371+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:24:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:24.852996+0000 mgr.y (mgr.24739) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:25 smithi155 bash[23209]: cluster 2024-09-11T08:24:24.852996+0000 mgr.y (mgr.24739) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:24.852996+0000 mgr.y (mgr.24739) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:26.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:25 smithi007 bash[23378]: cluster 2024-09-11T08:24:24.852996+0000 mgr.y (mgr.24739) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:24.852996+0000 mgr.y (mgr.24739) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:26.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:25 smithi007 bash[26113]: cluster 2024-09-11T08:24:24.852996+0000 mgr.y (mgr.24739) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:26.853334+0000 mgr.y (mgr.24739) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:27 smithi155 bash[23209]: cluster 2024-09-11T08:24:26.853334+0000 mgr.y (mgr.24739) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:26.853334+0000 mgr.y (mgr.24739) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:27 smithi007 bash[23378]: cluster 2024-09-11T08:24:26.853334+0000 mgr.y (mgr.24739) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:26.853334+0000 mgr.y (mgr.24739) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:27 smithi007 bash[26113]: cluster 2024-09-11T08:24:26.853334+0000 mgr.y (mgr.24739) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:28.853999+0000 mgr.y (mgr.24739) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:29 smithi155 bash[23209]: cluster 2024-09-11T08:24:28.853999+0000 mgr.y (mgr.24739) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:28.853999+0000 mgr.y (mgr.24739) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:29 smithi007 bash[26113]: cluster 2024-09-11T08:24:28.853999+0000 mgr.y (mgr.24739) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:28.853999+0000 mgr.y (mgr.24739) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:29 smithi007 bash[23378]: cluster 2024-09-11T08:24:28.853999+0000 mgr.y (mgr.24739) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:24:30.519637+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:24:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:24:30.522767+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:24:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:30 smithi155 bash[23209]: audit 2024-09-11T08:24:30.519637+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:24:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:30 smithi155 bash[23209]: audit 2024-09-11T08:24:30.522767+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:24:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:24:30.519637+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:24:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:30 smithi007 bash[23378]: audit 2024-09-11T08:24:30.519637+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:24:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:30 smithi007 bash[23378]: audit 2024-09-11T08:24:30.522767+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:24:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:24:30.522767+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:24:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:24:30.519637+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:24:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:24:30.522767+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:24:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:30 smithi007 bash[26113]: audit 2024-09-11T08:24:30.519637+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:24:31.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:30 smithi007 bash[26113]: audit 2024-09-11T08:24:30.522767+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:24:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:30.854300+0000 mgr.y (mgr.24739) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:31 smithi155 bash[23209]: cluster 2024-09-11T08:24:30.854300+0000 mgr.y (mgr.24739) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:31 smithi007 bash[23378]: cluster 2024-09-11T08:24:30.854300+0000 mgr.y (mgr.24739) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:30.854300+0000 mgr.y (mgr.24739) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:30.854300+0000 mgr.y (mgr.24739) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:31 smithi007 bash[26113]: cluster 2024-09-11T08:24:30.854300+0000 mgr.y (mgr.24739) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:32.854868+0000 mgr.y (mgr.24739) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:33 smithi155 bash[23209]: cluster 2024-09-11T08:24:32.854868+0000 mgr.y (mgr.24739) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:33 smithi007 bash[23378]: cluster 2024-09-11T08:24:32.854868+0000 mgr.y (mgr.24739) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:32.854868+0000 mgr.y (mgr.24739) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:32.854868+0000 mgr.y (mgr.24739) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:33 smithi007 bash[26113]: cluster 2024-09-11T08:24:32.854868+0000 mgr.y (mgr.24739) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:34.855744+0000 mgr.y (mgr.24739) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:36.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:35 smithi155 bash[23209]: cluster 2024-09-11T08:24:34.855744+0000 mgr.y (mgr.24739) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:34.855744+0000 mgr.y (mgr.24739) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:35 smithi007 bash[23378]: cluster 2024-09-11T08:24:34.855744+0000 mgr.y (mgr.24739) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:34.855744+0000 mgr.y (mgr.24739) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:35 smithi007 bash[26113]: cluster 2024-09-11T08:24:34.855744+0000 mgr.y (mgr.24739) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:36.856273+0000 mgr.y (mgr.24739) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:37 smithi155 bash[23209]: cluster 2024-09-11T08:24:36.856273+0000 mgr.y (mgr.24739) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:36.856273+0000 mgr.y (mgr.24739) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:37 smithi007 bash[23378]: cluster 2024-09-11T08:24:36.856273+0000 mgr.y (mgr.24739) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:36.856273+0000 mgr.y (mgr.24739) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:37 smithi007 bash[26113]: cluster 2024-09-11T08:24:36.856273+0000 mgr.y (mgr.24739) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:38.857079+0000 mgr.y (mgr.24739) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:39 smithi155 bash[23209]: cluster 2024-09-11T08:24:38.857079+0000 mgr.y (mgr.24739) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:38.857079+0000 mgr.y (mgr.24739) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:39 smithi007 bash[23378]: cluster 2024-09-11T08:24:38.857079+0000 mgr.y (mgr.24739) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:38.857079+0000 mgr.y (mgr.24739) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:39 smithi007 bash[26113]: cluster 2024-09-11T08:24:38.857079+0000 mgr.y (mgr.24739) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:40.857572+0000 mgr.y (mgr.24739) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:41 smithi155 bash[23209]: cluster 2024-09-11T08:24:40.857572+0000 mgr.y (mgr.24739) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:40.857572+0000 mgr.y (mgr.24739) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:41 smithi007 bash[26113]: cluster 2024-09-11T08:24:40.857572+0000 mgr.y (mgr.24739) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:40.857572+0000 mgr.y (mgr.24739) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:41 smithi007 bash[23378]: cluster 2024-09-11T08:24:40.857572+0000 mgr.y (mgr.24739) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:42.858067+0000 mgr.y (mgr.24739) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:43 smithi155 bash[23209]: cluster 2024-09-11T08:24:42.858067+0000 mgr.y (mgr.24739) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:42.858067+0000 mgr.y (mgr.24739) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:43 smithi007 bash[23378]: cluster 2024-09-11T08:24:42.858067+0000 mgr.y (mgr.24739) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:42.858067+0000 mgr.y (mgr.24739) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:43 smithi007 bash[26113]: cluster 2024-09-11T08:24:42.858067+0000 mgr.y (mgr.24739) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:44.859019+0000 mgr.y (mgr.24739) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:45 smithi155 bash[23209]: cluster 2024-09-11T08:24:44.859019+0000 mgr.y (mgr.24739) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:44.859019+0000 mgr.y (mgr.24739) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:45 smithi007 bash[23378]: cluster 2024-09-11T08:24:44.859019+0000 mgr.y (mgr.24739) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:44.859019+0000 mgr.y (mgr.24739) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:45 smithi007 bash[26113]: cluster 2024-09-11T08:24:44.859019+0000 mgr.y (mgr.24739) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:46.859493+0000 mgr.y (mgr.24739) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:47 smithi155 bash[23209]: cluster 2024-09-11T08:24:46.859493+0000 mgr.y (mgr.24739) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:46.859493+0000 mgr.y (mgr.24739) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:47 smithi007 bash[23378]: cluster 2024-09-11T08:24:46.859493+0000 mgr.y (mgr.24739) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:46.859493+0000 mgr.y (mgr.24739) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:47 smithi007 bash[26113]: cluster 2024-09-11T08:24:46.859493+0000 mgr.y (mgr.24739) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:48.860206+0000 mgr.y (mgr.24739) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:49 smithi155 bash[23209]: cluster 2024-09-11T08:24:48.860206+0000 mgr.y (mgr.24739) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:48.860206+0000 mgr.y (mgr.24739) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:49 smithi007 bash[23378]: cluster 2024-09-11T08:24:48.860206+0000 mgr.y (mgr.24739) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:48.860206+0000 mgr.y (mgr.24739) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:50.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:49 smithi007 bash[26113]: cluster 2024-09-11T08:24:48.860206+0000 mgr.y (mgr.24739) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:50.860655+0000 mgr.y (mgr.24739) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:51 smithi155 bash[23209]: cluster 2024-09-11T08:24:50.860655+0000 mgr.y (mgr.24739) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:50.860655+0000 mgr.y (mgr.24739) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:51 smithi007 bash[23378]: cluster 2024-09-11T08:24:50.860655+0000 mgr.y (mgr.24739) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:50.860655+0000 mgr.y (mgr.24739) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:51 smithi007 bash[26113]: cluster 2024-09-11T08:24:50.860655+0000 mgr.y (mgr.24739) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:52.860996+0000 mgr.y (mgr.24739) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:53 smithi155 bash[23209]: cluster 2024-09-11T08:24:52.860996+0000 mgr.y (mgr.24739) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:52.860996+0000 mgr.y (mgr.24739) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:53 smithi007 bash[23378]: cluster 2024-09-11T08:24:52.860996+0000 mgr.y (mgr.24739) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:52.860996+0000 mgr.y (mgr.24739) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:53 smithi007 bash[26113]: cluster 2024-09-11T08:24:52.860996+0000 mgr.y (mgr.24739) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:54.861762+0000 mgr.y (mgr.24739) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:55 smithi155 bash[23209]: cluster 2024-09-11T08:24:54.861762+0000 mgr.y (mgr.24739) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:54.861762+0000 mgr.y (mgr.24739) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:55 smithi007 bash[23378]: cluster 2024-09-11T08:24:54.861762+0000 mgr.y (mgr.24739) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:54.861762+0000 mgr.y (mgr.24739) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:55 smithi007 bash[26113]: cluster 2024-09-11T08:24:54.861762+0000 mgr.y (mgr.24739) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:56.862246+0000 mgr.y (mgr.24739) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:57 smithi155 bash[23209]: cluster 2024-09-11T08:24:56.862246+0000 mgr.y (mgr.24739) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:56.862246+0000 mgr.y (mgr.24739) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:57 smithi007 bash[23378]: cluster 2024-09-11T08:24:56.862246+0000 mgr.y (mgr.24739) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:56.862246+0000 mgr.y (mgr.24739) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:24:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:57 smithi007 bash[26113]: cluster 2024-09-11T08:24:56.862246+0000 mgr.y (mgr.24739) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:24:58.863107+0000 mgr.y (mgr.24739) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:24:59 smithi155 bash[23209]: cluster 2024-09-11T08:24:58.863107+0000 mgr.y (mgr.24739) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:24:58.863107+0000 mgr.y (mgr.24739) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:24:59 smithi007 bash[23378]: cluster 2024-09-11T08:24:58.863107+0000 mgr.y (mgr.24739) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:24:58.863107+0000 mgr.y (mgr.24739) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:24:59 smithi007 bash[26113]: cluster 2024-09-11T08:24:58.863107+0000 mgr.y (mgr.24739) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:00.863467+0000 mgr.y (mgr.24739) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:01 smithi155 bash[23209]: cluster 2024-09-11T08:25:00.863467+0000 mgr.y (mgr.24739) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:00.863467+0000 mgr.y (mgr.24739) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:01 smithi007 bash[23378]: cluster 2024-09-11T08:25:00.863467+0000 mgr.y (mgr.24739) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:00.863467+0000 mgr.y (mgr.24739) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:01 smithi007 bash[26113]: cluster 2024-09-11T08:25:00.863467+0000 mgr.y (mgr.24739) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:02.864004+0000 mgr.y (mgr.24739) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:03 smithi155 bash[23209]: cluster 2024-09-11T08:25:02.864004+0000 mgr.y (mgr.24739) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:02.864004+0000 mgr.y (mgr.24739) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:03 smithi007 bash[23378]: cluster 2024-09-11T08:25:02.864004+0000 mgr.y (mgr.24739) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:02.864004+0000 mgr.y (mgr.24739) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:03 smithi007 bash[26113]: cluster 2024-09-11T08:25:02.864004+0000 mgr.y (mgr.24739) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:04.864824+0000 mgr.y (mgr.24739) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:05 smithi155 bash[23209]: cluster 2024-09-11T08:25:04.864824+0000 mgr.y (mgr.24739) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:04.864824+0000 mgr.y (mgr.24739) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:05 smithi007 bash[26113]: cluster 2024-09-11T08:25:04.864824+0000 mgr.y (mgr.24739) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:05 smithi007 bash[23378]: cluster 2024-09-11T08:25:04.864824+0000 mgr.y (mgr.24739) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:04.864824+0000 mgr.y (mgr.24739) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:06.865285+0000 mgr.y (mgr.24739) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:07 smithi155 bash[23209]: cluster 2024-09-11T08:25:06.865285+0000 mgr.y (mgr.24739) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:06.865285+0000 mgr.y (mgr.24739) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:07 smithi007 bash[23378]: cluster 2024-09-11T08:25:06.865285+0000 mgr.y (mgr.24739) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:06.865285+0000 mgr.y (mgr.24739) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:07 smithi007 bash[26113]: cluster 2024-09-11T08:25:06.865285+0000 mgr.y (mgr.24739) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:08.865924+0000 mgr.y (mgr.24739) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:09 smithi155 bash[23209]: cluster 2024-09-11T08:25:08.865924+0000 mgr.y (mgr.24739) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:08.865924+0000 mgr.y (mgr.24739) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:09 smithi007 bash[23378]: cluster 2024-09-11T08:25:08.865924+0000 mgr.y (mgr.24739) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:08.865924+0000 mgr.y (mgr.24739) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:09 smithi007 bash[26113]: cluster 2024-09-11T08:25:08.865924+0000 mgr.y (mgr.24739) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:10.866277+0000 mgr.y (mgr.24739) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:12.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:11 smithi155 bash[23209]: cluster 2024-09-11T08:25:10.866277+0000 mgr.y (mgr.24739) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:10.866277+0000 mgr.y (mgr.24739) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:11 smithi007 bash[23378]: cluster 2024-09-11T08:25:10.866277+0000 mgr.y (mgr.24739) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:10.866277+0000 mgr.y (mgr.24739) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:11 smithi007 bash[26113]: cluster 2024-09-11T08:25:10.866277+0000 mgr.y (mgr.24739) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:12.866642+0000 mgr.y (mgr.24739) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:13 smithi155 bash[23209]: cluster 2024-09-11T08:25:12.866642+0000 mgr.y (mgr.24739) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:12.866642+0000 mgr.y (mgr.24739) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:13 smithi007 bash[23378]: cluster 2024-09-11T08:25:12.866642+0000 mgr.y (mgr.24739) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:12.866642+0000 mgr.y (mgr.24739) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:13 smithi007 bash[26113]: cluster 2024-09-11T08:25:12.866642+0000 mgr.y (mgr.24739) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:14.867483+0000 mgr.y (mgr.24739) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:15 smithi155 bash[23209]: cluster 2024-09-11T08:25:14.867483+0000 mgr.y (mgr.24739) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:14.867483+0000 mgr.y (mgr.24739) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:15 smithi007 bash[23378]: cluster 2024-09-11T08:25:14.867483+0000 mgr.y (mgr.24739) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:14.867483+0000 mgr.y (mgr.24739) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:15 smithi007 bash[26113]: cluster 2024-09-11T08:25:14.867483+0000 mgr.y (mgr.24739) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:16.867843+0000 mgr.y (mgr.24739) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:17 smithi155 bash[23209]: cluster 2024-09-11T08:25:16.867843+0000 mgr.y (mgr.24739) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:16.867843+0000 mgr.y (mgr.24739) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:17 smithi007 bash[23378]: cluster 2024-09-11T08:25:16.867843+0000 mgr.y (mgr.24739) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:16.867843+0000 mgr.y (mgr.24739) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:17 smithi007 bash[26113]: cluster 2024-09-11T08:25:16.867843+0000 mgr.y (mgr.24739) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:19.943 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:25:20.177 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:18.868747+0000 mgr.y (mgr.24739) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:20.177 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:19 smithi007 bash[23378]: cluster 2024-09-11T08:25:18.868747+0000 mgr.y (mgr.24739) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:20.177 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:18.868747+0000 mgr.y (mgr.24739) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:20.178 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:19 smithi007 bash[26113]: cluster 2024-09-11T08:25:18.868747+0000 mgr.y (mgr.24739) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:18.868747+0000 mgr.y (mgr.24739) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:19 smithi155 bash[23209]: cluster 2024-09-11T08:25:18.868747+0000 mgr.y (mgr.24739) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (8m) 2m ago 17m 17.3M - 0.27.0 11f11916f8cd ae9fc6219cf8 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (17m) 2m ago 17m 38.0M - 6.6.2 87a51ecf0b1c 8c751f3da660 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 running (12m) 2m ago 21m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 85355100cdbe 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (5m) 2m ago 22m 421M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (22m) 2m ago 22m 125M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (21m) 2m ago 21m 136M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (21m) 2m ago 21m 132M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:25:21.879 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (18m) 2m ago 18m 11.0M - 1.8.2 71dc9668b154 550dc5450d6e 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (18m) 2m ago 18m 10.6M - 1.8.2 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (21m) 2m ago 21m 46.4M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (20m) 2m ago 20m 46.9M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (20m) 2m ago 20m 43.4M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (20m) 2m ago 20m 46.3M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (19m) 2m ago 19m 47.3M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (19m) 2m ago 19m 44.4M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (19m) 2m ago 19m 48.6M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (18m) 2m ago 18m 47.2M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (8m) 2m ago 18m 49.2M - 2.54.1 4022a502929b e44a7af880b7 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (16m) 2m ago 16m 36.7M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:25:21.880 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (16m) 2m ago 16m 35.8M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:25:22.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:20.869035+0000 mgr.y (mgr.24739) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:22.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.863979+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:21 smithi007 bash[23378]: cluster 2024-09-11T08:25:20.869035+0000 mgr.y (mgr.24739) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:22.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:21 smithi007 bash[23378]: audit 2024-09-11T08:25:21.863979+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:21 smithi007 bash[23378]: audit 2024-09-11T08:25:21.864408+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.864408+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:21 smithi007 bash[26113]: cluster 2024-09-11T08:25:20.869035+0000 mgr.y (mgr.24739) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:22.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:21 smithi007 bash[26113]: audit 2024-09-11T08:25:21.863979+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:21 smithi007 bash[26113]: audit 2024-09-11T08:25:21.864408+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:20.869035+0000 mgr.y (mgr.24739) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:22.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.863979+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.154 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.864408+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:20.869035+0000 mgr.y (mgr.24739) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.863979+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:21 smithi155 bash[23209]: cluster 2024-09-11T08:25:20.869035+0000 mgr.y (mgr.24739) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:21 smithi155 bash[23209]: audit 2024-09-11T08:25:21.863979+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:21 smithi155 bash[23209]: audit 2024-09-11T08:25:21.864408+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.864408+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.454 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:25:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.862033+0000 mgr.y (mgr.24739) 96 : audit [DBG] from='client.24796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.862033+0000 mgr.y (mgr.24739) 96 : audit [DBG] from='client.24796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.865104+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.865410+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.865690+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.868580+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.872893+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.873237+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.942 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.873527+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.942 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.873788+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.942 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[26113]: audit 2024-09-11T08:25:21.874050+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.942 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.865104+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.942 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.865410+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.942 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.865690+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.942 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.868580+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.942 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.862033+0000 mgr.y (mgr.24739) 96 : audit [DBG] from='client.24796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.862033+0000 mgr.y (mgr.24739) 96 : audit [DBG] from='client.24796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.865104+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.865410+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.865690+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.868580+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.872893+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.873237+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.873527+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.873788+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 bash[23378]: audit 2024-09-11T08:25:21.874050+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.865104+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.865410+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.943 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.865690+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.868580+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.872893+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.873237+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.873527+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.873788+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:21.874050+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.872893+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.873237+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.873527+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.873788+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:22.944 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:21.874050+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.862033+0000 mgr.y (mgr.24739) 96 : audit [DBG] from='client.24796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.865104+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.862033+0000 mgr.y (mgr.24739) 96 : audit [DBG] from='client.24796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.865104+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.865410+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.865690+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.868580+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.872893+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.873237+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.873527+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.873788+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 bash[23209]: audit 2024-09-11T08:25:21.874050+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.865410+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.865690+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.868580+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.872893+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:25:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.873237+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.873527+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.873788+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:21.874050+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:22.869344+0000 mgr.y (mgr.24739) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[26113]: cluster 2024-09-11T08:25:22.869344+0000 mgr.y (mgr.24739) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[26113]: audit 2024-09-11T08:25:23.326827+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[26113]: audit 2024-09-11T08:25:23.327053+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[26113]: audit 2024-09-11T08:25:23.327212+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[26113]: audit 2024-09-11T08:25:23.327355+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:23.326827+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:23.327053+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.058 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:23.327212+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:23.327355+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:22.869344+0000 mgr.y (mgr.24739) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[23378]: cluster 2024-09-11T08:25:22.869344+0000 mgr.y (mgr.24739) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[23378]: audit 2024-09-11T08:25:23.326827+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[23378]: audit 2024-09-11T08:25:23.327053+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[23378]: audit 2024-09-11T08:25:23.327212+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 bash[23378]: audit 2024-09-11T08:25:23.327355+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:23.326827+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:23.327053+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:23.327212+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-11T08:25:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:23.327355+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:22.869344+0000 mgr.y (mgr.24739) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:23.326827+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:25:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 bash[23209]: cluster 2024-09-11T08:25:22.869344+0000 mgr.y (mgr.24739) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 bash[23209]: audit 2024-09-11T08:25:23.326827+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:25:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 bash[23209]: audit 2024-09-11T08:25:23.327053+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 bash[23209]: audit 2024-09-11T08:25:23.327212+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-11T08:25:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 bash[23209]: audit 2024-09-11T08:25:23.327355+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:23.327053+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:23.327212+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-11T08:25:24.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:23.327355+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:25:24.482 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:25:24.483 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:25:25.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:24.481332+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.7:0/1913489533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:25.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:24 smithi007 bash[26113]: audit 2024-09-11T08:25:24.481332+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.7:0/1913489533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:25.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:24.481332+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.7:0/1913489533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:25.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:24 smithi007 bash[23378]: audit 2024-09-11T08:25:24.481332+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.7:0/1913489533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:25.078 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:25:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:24.481332+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.7:0/1913489533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:24 smithi155 bash[23209]: audit 2024-09-11T08:25:24.481332+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.7:0/1913489533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:26.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:24.870115+0000 mgr.y (mgr.24739) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:26.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:25 smithi007 bash[23378]: cluster 2024-09-11T08:25:24.870115+0000 mgr.y (mgr.24739) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:26.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:24.870115+0000 mgr.y (mgr.24739) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:26.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:25 smithi007 bash[26113]: cluster 2024-09-11T08:25:24.870115+0000 mgr.y (mgr.24739) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:24.870115+0000 mgr.y (mgr.24739) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:26.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:25 smithi155 bash[23209]: cluster 2024-09-11T08:25:24.870115+0000 mgr.y (mgr.24739) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: cluster: 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: id: 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: health: HEALTH_OK 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: services: 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: mon: 3 daemons, quorum a,c,b (age 21m) 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: mgr: y(active, since 3m), standbys: x 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: osd: 8 osds: 8 up (since 18m), 8 in (since 18m) 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: rgw: 2 daemons active (r.z.smithi007.usgcjp, r.z.smithi155.gxngma) 2024-09-11T08:25:27.054 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:25:27.055 INFO:teuthology.orchestra.run.smithi007.stdout: task status: 2024-09-11T08:25:27.055 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:25:27.055 INFO:teuthology.orchestra.run.smithi007.stdout: data: 2024-09-11T08:25:27.055 INFO:teuthology.orchestra.run.smithi007.stdout: pools: 5 pools, 129 pgs 2024-09-11T08:25:27.055 INFO:teuthology.orchestra.run.smithi007.stdout: objects: 203 objects, 584 KiB 2024-09-11T08:25:27.055 INFO:teuthology.orchestra.run.smithi007.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:27.055 INFO:teuthology.orchestra.run.smithi007.stdout: pgs: 129 active+clean 2024-09-11T08:25:27.055 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-11T08:25:27.655 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-11T08:25:28.161 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:26.870473+0000 mgr.y (mgr.24739) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:28.162 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:27 smithi007 bash[23378]: cluster 2024-09-11T08:25:26.870473+0000 mgr.y (mgr.24739) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:28.162 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:27 smithi007 bash[23378]: audit 2024-09-11T08:25:27.053646+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.7:0/1260712743' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:25:28.162 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:27.053646+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.7:0/1260712743' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:25:28.162 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:26.870473+0000 mgr.y (mgr.24739) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:28.162 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:27 smithi007 bash[26113]: cluster 2024-09-11T08:25:26.870473+0000 mgr.y (mgr.24739) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:28.162 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:27 smithi007 bash[26113]: audit 2024-09-11T08:25:27.053646+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.7:0/1260712743' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:25:28.162 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:27.053646+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.7:0/1260712743' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:25:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:26.870473+0000 mgr.y (mgr.24739) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:27.053646+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.7:0/1260712743' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:25:28.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:27 smithi155 bash[23209]: cluster 2024-09-11T08:25:26.870473+0000 mgr.y (mgr.24739) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:28.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:27 smithi155 bash[23209]: audit 2024-09-11T08:25:27.053646+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.7:0/1260712743' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:25:29.818 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:25:30.254 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:28.871224+0000 mgr.y (mgr.24739) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:30.254 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:29 smithi007 bash[23378]: cluster 2024-09-11T08:25:28.871224+0000 mgr.y (mgr.24739) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:30.255 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:29 smithi007 bash[23378]: audit 2024-09-11T08:25:29.807240+0000 mon.a (mon.0) 970 : audit [DBG] from='client.? 172.21.15.7:0/300956180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:30.255 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:29.807240+0000 mon.a (mon.0) 970 : audit [DBG] from='client.? 172.21.15.7:0/300956180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:30.255 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:28.871224+0000 mgr.y (mgr.24739) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:30.255 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:29 smithi007 bash[26113]: cluster 2024-09-11T08:25:28.871224+0000 mgr.y (mgr.24739) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:30.255 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:29 smithi007 bash[26113]: audit 2024-09-11T08:25:29.807240+0000 mon.a (mon.0) 970 : audit [DBG] from='client.? 172.21.15.7:0/300956180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:30.255 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:29.807240+0000 mon.a (mon.0) 970 : audit [DBG] from='client.? 172.21.15.7:0/300956180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:28.871224+0000 mgr.y (mgr.24739) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:29.807240+0000 mon.a (mon.0) 970 : audit [DBG] from='client.? 172.21.15.7:0/300956180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:29 smithi155 bash[23209]: cluster 2024-09-11T08:25:28.871224+0000 mgr.y (mgr.24739) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:29 smithi155 bash[23209]: audit 2024-09-11T08:25:29.807240+0000 mon.a (mon.0) 970 : audit [DBG] from='client.? 172.21.15.7:0/300956180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:30.536 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T08:25:31.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:30.871536+0000 mgr.y (mgr.24739) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:31.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:31 smithi007 bash[23378]: cluster 2024-09-11T08:25:30.871536+0000 mgr.y (mgr.24739) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:31.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:31 smithi007 bash[23378]: audit 2024-09-11T08:25:31.041950+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:31.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:31 smithi007 bash[23378]: audit 2024-09-11T08:25:31.045314+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:31.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:31.041950+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:31.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:31.045314+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:31.981 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:30.871536+0000 mgr.y (mgr.24739) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:31.981 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:31 smithi007 bash[26113]: cluster 2024-09-11T08:25:30.871536+0000 mgr.y (mgr.24739) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:31.982 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:31 smithi007 bash[26113]: audit 2024-09-11T08:25:31.041950+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:31.982 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:31 smithi007 bash[26113]: audit 2024-09-11T08:25:31.045314+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:31.982 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:31.041950+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:31.982 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:31.045314+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:30.871536+0000 mgr.y (mgr.24739) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:31.041950+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:31 smithi155 bash[23209]: cluster 2024-09-11T08:25:30.871536+0000 mgr.y (mgr.24739) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:31 smithi155 bash[23209]: audit 2024-09-11T08:25:31.041950+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:31 smithi155 bash[23209]: audit 2024-09-11T08:25:31.045314+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:32.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:31.045314+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24739 172.21.15.7:0/1230046890' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:33.152 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:32.498161+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.7:0/2966257077' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.152 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:32.498515+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.152 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:32 smithi007 bash[23378]: audit 2024-09-11T08:25:32.498161+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.7:0/2966257077' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.152 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:32 smithi007 bash[23378]: audit 2024-09-11T08:25:32.498515+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.152 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:32 smithi007 bash[23378]: cluster 2024-09-11T08:25:32.504140+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T08:25:33.153 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:32.504140+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T08:25:33.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:32 smithi007 bash[26113]: audit 2024-09-11T08:25:32.498161+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.7:0/2966257077' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:32 smithi007 bash[26113]: audit 2024-09-11T08:25:32.498515+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:32 smithi007 bash[26113]: cluster 2024-09-11T08:25:32.504140+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T08:25:33.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:32.498161+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.7:0/2966257077' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:32.498515+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.153 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:32.504140+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T08:25:33.153 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:32.880+0000 7f0b345d9640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:25:33.154 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: ignoring --setuser ceph since I am not root 2024-09-11T08:25:33.154 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: ignoring --setgroup ceph since I am not root 2024-09-11T08:25:33.154 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:32 smithi007 ceph-mgr[44734]: -- 172.21.15.7:0/3782444438 <== mon.0 v2:172.21.15.7:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560c0fff6340 con 0x560c10003000 2024-09-11T08:25:33.154 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:33.026+0000 7f872b11aec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:25:33.154 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:33.084+0000 7f872b11aec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:25:33.154 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:33.151+0000 7f872b11aec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:25:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:32.498161+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.7:0/2966257077' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:32.498515+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:32 smithi155 bash[23209]: audit 2024-09-11T08:25:32.498161+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.7:0/2966257077' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:32 smithi155 bash[23209]: audit 2024-09-11T08:25:32.498515+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:25:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:32 smithi155 bash[23209]: cluster 2024-09-11T08:25:32.504140+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T08:25:33.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:32.504140+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T08:25:33.431 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:33.285+0000 7f872b11aec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:25:33.588 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:25:33.709 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:33.430+0000 7f872b11aec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:25:33.709 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:33.708+0000 7f872b11aec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:25:33.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:32.882206+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:25:33.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:33 smithi007 bash[23378]: audit 2024-09-11T08:25:32.882206+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:25:33.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:33 smithi007 bash[23378]: cluster 2024-09-11T08:25:32.882269+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e27: x(active, starting, since 0.383332s) 2024-09-11T08:25:33.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:32.882269+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e27: x(active, starting, since 0.383332s) 2024-09-11T08:25:33.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:33 smithi007 bash[26113]: audit 2024-09-11T08:25:32.882206+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:25:33.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:33 smithi007 bash[26113]: cluster 2024-09-11T08:25:32.882269+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e27: x(active, starting, since 0.383332s) 2024-09-11T08:25:33.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:32.882206+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:25:33.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:32.882269+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e27: x(active, starting, since 0.383332s) 2024-09-11T08:25:33.985 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:33.778+0000 7f872b11aec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:25:33.985 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:33.952+0000 7f872b11aec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:25:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:32.882206+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:25:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:32.882269+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e27: x(active, starting, since 0.383332s) 2024-09-11T08:25:34.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:33 smithi155 bash[23209]: audit 2024-09-11T08:25:32.882206+0000 mon.a (mon.0) 975 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:25:34.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:33 smithi155 bash[23209]: cluster 2024-09-11T08:25:32.882269+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e27: x(active, starting, since 0.383332s) 2024-09-11T08:25:35.030 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:34.859+0000 7f872b11aec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:25:35.030 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:34.930+0000 7f872b11aec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:25:35.990 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:35.684+0000 7f872b11aec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:25:35.990 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:35.801+0000 7f872b11aec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:25:35.991 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:35.927+0000 7f872b11aec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:25:35.991 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:35.989+0000 7f872b11aec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:25:36.252 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.120+0000 7f872b11aec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:25:36.252 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.190+0000 7f872b11aec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:25:36.252 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.250+0000 7f872b11aec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:25:36.527 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.391+0000 7f872b11aec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:25:36.527 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.458+0000 7f872b11aec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:25:36.528 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.526+0000 7f872b11aec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:25:36.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.610+0000 7f872b11aec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:25:36.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.670+0000 7f872b11aec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:25:36.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:36.730+0000 7f872b11aec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:25:37.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:25:37.515+0000 7f872b11aec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:25:37.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[26113]: cluster 2024-09-11T08:25:37.518586+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:25:37.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[26113]: audit 2024-09-11T08:25:37.519150+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:25:37.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[26113]: audit 2024-09-11T08:25:37.519439+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[26113]: audit 2024-09-11T08:25:37.520095+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[26113]: audit 2024-09-11T08:25:37.520351+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:37.518586+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:37.519150+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:37.519439+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:37.520095+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:37.520351+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:37.518586+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:37.519150+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[23378]: cluster 2024-09-11T08:25:37.518586+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:25:37.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[23378]: audit 2024-09-11T08:25:37.519150+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:25:37.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[23378]: audit 2024-09-11T08:25:37.519439+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:37.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[23378]: audit 2024-09-11T08:25:37.520095+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:25:37.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 bash[23378]: audit 2024-09-11T08:25:37.520351+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:37.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:37.519439+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:37.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:37.520095+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:25:37.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:37.520351+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:37.518586+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:25:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:37.519150+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:25:38.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 bash[23209]: cluster 2024-09-11T08:25:37.518586+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:25:38.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 bash[23209]: audit 2024-09-11T08:25:37.519150+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:25:38.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 bash[23209]: audit 2024-09-11T08:25:37.519439+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:38.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 bash[23209]: audit 2024-09-11T08:25:37.520095+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:25:38.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 bash[23209]: audit 2024-09-11T08:25:37.520351+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:38.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:37.519439+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:38.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:37.520095+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:25:38.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:37.520351+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:39.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:37.576790+0000 mon.a (mon.0) 982 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-11T08:25:39.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:37.579113+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:25:39.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:38 smithi155 bash[23209]: cluster 2024-09-11T08:25:37.576790+0000 mon.a (mon.0) 982 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-11T08:25:39.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:38 smithi155 bash[23209]: audit 2024-09-11T08:25:37.579113+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:25:39.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:38 smithi155 bash[23209]: audit 2024-09-11T08:25:37.579213+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:39.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:37.579213+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:39.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:37.576790+0000 mon.a (mon.0) 982 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-11T08:25:39.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:37.579113+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:25:39.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:38 smithi007 bash[23378]: cluster 2024-09-11T08:25:37.576790+0000 mon.a (mon.0) 982 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-11T08:25:39.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:38 smithi007 bash[23378]: audit 2024-09-11T08:25:37.579113+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:25:39.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:38 smithi007 bash[23378]: audit 2024-09-11T08:25:37.579213+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:39.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:37.579213+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:39.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:38 smithi007 bash[26113]: cluster 2024-09-11T08:25:37.576790+0000 mon.a (mon.0) 982 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-11T08:25:39.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:38 smithi007 bash[26113]: audit 2024-09-11T08:25:37.579113+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:25:39.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:38 smithi007 bash[26113]: audit 2024-09-11T08:25:37.579213+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:39.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:37.576790+0000 mon.a (mon.0) 982 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-11T08:25:39.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:37.579113+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:25:39.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:37.579213+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.? 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.884413+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.884591+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.884413+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.884591+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.884735+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.886823+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.887091+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.887361+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:25:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.887615+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.887839+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.888093+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.888321+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.888570+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.889557+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.889805+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.890326+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.891125+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.891887+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.892222+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.892546+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.884735+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:25:40.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.892884+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.893206+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.893525+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.893854+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.894217+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.894531+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.894871+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.895187+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.895498+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.895793+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.896118+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.896412+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:25:40.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.896706+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.897008+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.897312+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.897610+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.897905+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.898216+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.898513+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.898808+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.899110+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.899410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.899708+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.900005+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:25:40.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.900306+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:38.900602+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: cluster 2024-09-11T08:25:39.174490+0000 mon.a (mon.0) 983 : cluster [INF] Manager daemon x is now available 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:39.216492+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.886823+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:39.216757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:39.221643+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:39.221754+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:39.425127+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 bash[23209]: audit 2024-09-11T08:25:39.431975+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.887091+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.887361+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.887615+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.887839+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:25:40.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.888093+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:25:40.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.888321+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:25:40.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.888570+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:25:40.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.889557+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:40.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.889805+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:40.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.890326+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:40.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.891125+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.891887+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.892222+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.892546+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.892884+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.893206+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.893525+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.893854+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.894217+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.894531+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.894871+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.895187+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.895498+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:25:40.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.895793+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.896118+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.896412+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.896706+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.897008+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.897312+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.897610+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.897905+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.898216+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.898513+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.898808+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.899110+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.899410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:25:40.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.899708+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.900005+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.900306+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:38.900602+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:39.174490+0000 mon.a (mon.0) 983 : cluster [INF] Manager daemon x is now available 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:39.216492+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:39.216757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:39.221643+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:39.221754+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:39.425127+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:39.431975+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.884413+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.884591+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.884413+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.884591+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.884735+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.886823+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.887091+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.887361+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.887615+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.887839+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:25:40.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.888093+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:25:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.888321+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:25:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.888570+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:25:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.889557+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.889805+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.890326+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.891125+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:40.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.891887+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:25:40.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.884413+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.884591+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.884413+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.884591+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.884735+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.886823+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.887091+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.887361+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.887615+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.887839+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.888093+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.888321+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.888570+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:25:40.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.889557+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.889805+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.890326+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.891125+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.891887+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.892222+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.892546+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.892884+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.893206+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.893525+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.893854+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.894217+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.894531+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.894871+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.895187+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:25:40.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.895498+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.895793+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.896118+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.896412+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.896706+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.897008+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.892222+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.892546+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.892884+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.893206+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.893525+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:25:40.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.893854+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.894217+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.894531+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.894871+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.895187+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.895498+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.895793+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.896118+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.896412+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.896706+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:25:40.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.897008+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.897312+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.897610+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.897905+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.898216+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.898513+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.898808+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.899110+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.899410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.899708+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.900005+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.900306+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:38.900602+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:25:40.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: cluster 2024-09-11T08:25:39.174490+0000 mon.a (mon.0) 983 : cluster [INF] Manager daemon x is now available 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:39.216492+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:39.216757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:39.221643+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:39.221754+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.897312+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.897610+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.897905+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.884735+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.898216+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.898513+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:25:40.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.898808+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.899110+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.899410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.899708+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.900005+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.900306+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:38.900602+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: cluster 2024-09-11T08:25:39.174490+0000 mon.a (mon.0) 983 : cluster [INF] Manager daemon x is now available 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:39.216492+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:39.216757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:39.221643+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.048 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:39.425127+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[26113]: audit 2024-09-11T08:25:39.431975+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.884735+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.886823+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.887091+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.887361+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.887615+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.887839+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.888093+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.888321+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.888570+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.889557+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:40.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.889805+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.890326+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.891125+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:39.221754+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:39.425127+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 bash[23378]: audit 2024-09-11T08:25:39.431975+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.886823+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.887091+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.887361+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.887615+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:25:40.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.887839+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:25:40.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.888093+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:25:40.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.888321+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:25:40.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.888570+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:25:40.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.889557+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:40.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.889805+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:40.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.890326+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:40.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.891125+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:40.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.891887+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.892222+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.892546+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.892884+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.893206+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.893525+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.893854+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.894217+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.894531+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.894871+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.895187+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.895498+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:25:40.052 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.895793+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.896118+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.891887+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.892222+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.892546+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.892884+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.893206+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.893525+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.893854+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.894217+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:25:40.053 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.894531+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:25:40.054 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.894871+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:25:40.054 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.895187+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:25:40.054 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.895498+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:25:40.054 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.895793+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:25:40.054 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.896118+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:25:40.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.896412+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:25:40.054 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.896706+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.897008+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.897312+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.897610+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.897905+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.898216+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.898513+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.898808+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.899110+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.899410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:25:40.055 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.899708+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.900005+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.900306+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:38.900602+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:39.174490+0000 mon.a (mon.0) 983 : cluster [INF] Manager daemon x is now available 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:39.216492+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:39.216757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:39.221643+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:39.221754+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.056 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:39.425127+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.057 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:39.431975+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.896412+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:25:40.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.896706+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:25:40.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.897008+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:25:40.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.897312+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:25:40.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.897610+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:25:40.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.897905+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:25:40.057 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.898216+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.898513+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.898808+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.899110+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.899410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.899708+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.900005+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.900306+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:38.900602+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:39.174490+0000 mon.a (mon.0) 983 : cluster [INF] Manager daemon x is now available 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:39.216492+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:39.216757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:39.221643+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:39.221754+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:25:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:39.425127+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:39.431975+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:40.882 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:40 smithi007 bash[26113]: cluster 2024-09-11T08:25:39.597527+0000 mon.a (mon.0) 986 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:25:40.882 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:40 smithi007 bash[26113]: cluster 2024-09-11T08:25:39.604806+0000 mgr.x (mgr.34673) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:40.883 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:39.597527+0000 mon.a (mon.0) 986 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:25:40.883 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:39.604806+0000 mgr.x (mgr.34673) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:40.883 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:39.597527+0000 mon.a (mon.0) 986 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:25:40.883 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:39.604806+0000 mgr.x (mgr.34673) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:40.883 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:40 smithi007 bash[23378]: cluster 2024-09-11T08:25:39.597527+0000 mon.a (mon.0) 986 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:25:40.883 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:40 smithi007 bash[23378]: cluster 2024-09-11T08:25:39.604806+0000 mgr.x (mgr.34673) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:39.597527+0000 mon.a (mon.0) 986 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:25:41.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:39.604806+0000 mgr.x (mgr.34673) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:41.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[23209]: cluster 2024-09-11T08:25:39.597527+0000 mon.a (mon.0) 986 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:25:41.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[23209]: cluster 2024-09-11T08:25:39.604806+0000 mgr.x (mgr.34673) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:41.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:25:40.599+0000 7fc29f7b6640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:25:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:25:41.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: Traceback (most recent call last): 2024-09-11T08:25:41.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: debug 2024-09-11T08:25:40.599+0000 7fc29f7b6640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:25:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:25:41.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: Traceback (most recent call last): 2024-09-11T08:25:41.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:25:41.012 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: self._connections.run(self.expiration_interval) 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: self._run(expiration_interval) 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: s = self.context.wrap_socket( 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: return self.sslsocket_class._create( 2024-09-11T08:25:41.013 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: self.do_handshake() 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: self._sslobj.do_handshake() 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 bash[33768]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: self._connections.run(self.expiration_interval) 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: self._run(expiration_interval) 2024-09-11T08:25:41.014 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:25:41.015 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:25:41.015 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:25:41.015 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:25:41.015 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:25:41.015 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: s = self.context.wrap_socket( 2024-09-11T08:25:41.015 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:25:41.015 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: return self.sslsocket_class._create( 2024-09-11T08:25:41.015 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:25:41.016 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: self.do_handshake() 2024-09-11T08:25:41.016 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:25:41.016 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: self._sslobj.do_handshake() 2024-09-11T08:25:41.016 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:25:41.016 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:25:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: 2024-09-11T08:25:42.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:25:40.483246+0000 mgr.x (mgr.34673) 2 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTING 2024-09-11T08:25:42.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:25:40.598992+0000 mgr.x (mgr.34673) 3 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:25:42.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: cephadm 2024-09-11T08:25:40.483246+0000 mgr.x (mgr.34673) 2 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTING 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: cephadm 2024-09-11T08:25:40.598992+0000 mgr.x (mgr.34673) 3 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: cephadm 2024-09-11T08:25:40.599106+0000 mgr.x (mgr.34673) 4 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTED 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: audit 2024-09-11T08:25:40.599899+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: audit 2024-09-11T08:25:40.600087+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: cephadm 2024-09-11T08:25:40.600474+0000 mgr.x (mgr.34673) 5 : cephadm [ERR] [11/Sep/2024:08:25:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: Traceback (most recent call last): 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: self._connections.run(self.expiration_interval) 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:25:42.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: self._run(expiration_interval) 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: s = self.context.wrap_socket( 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: return self.sslsocket_class._create( 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: self.do_handshake() 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: self._sslobj.do_handshake() 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:25:42.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:25:40.599106+0000 mgr.x (mgr.34673) 4 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTED 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 bash[23209]: audit 2024-09-11T08:25:40.602599+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:40.599899+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:40.600087+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:25:40.600474+0000 mgr.x (mgr.34673) 5 : cephadm [ERR] [11/Sep/2024:08:25:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Traceback (most recent call last): 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._connections.run(self.expiration_interval) 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._run(expiration_interval) 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:25:42.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: s = self.context.wrap_socket( 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: return self.sslsocket_class._create( 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self.do_handshake() 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._sslobj.do_handshake() 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:25:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:40.602599+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:25:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: cephadm 2024-09-11T08:25:40.483246+0000 mgr.x (mgr.34673) 2 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTING 2024-09-11T08:25:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: cephadm 2024-09-11T08:25:40.598992+0000 mgr.x (mgr.34673) 3 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:25:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: cephadm 2024-09-11T08:25:40.599106+0000 mgr.x (mgr.34673) 4 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTED 2024-09-11T08:25:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:25:40.483246+0000 mgr.x (mgr.34673) 2 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTING 2024-09-11T08:25:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:25:40.598992+0000 mgr.x (mgr.34673) 3 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:25:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: cephadm 2024-09-11T08:25:40.483246+0000 mgr.x (mgr.34673) 2 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTING 2024-09-11T08:25:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: cephadm 2024-09-11T08:25:40.598992+0000 mgr.x (mgr.34673) 3 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:25:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: cephadm 2024-09-11T08:25:40.599106+0000 mgr.x (mgr.34673) 4 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTED 2024-09-11T08:25:42.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: audit 2024-09-11T08:25:40.599899+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: audit 2024-09-11T08:25:40.599899+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: audit 2024-09-11T08:25:40.600087+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: cephadm 2024-09-11T08:25:40.600474+0000 mgr.x (mgr.34673) 5 : cephadm [ERR] [11/Sep/2024:08:25:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: Traceback (most recent call last): 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: self._connections.run(self.expiration_interval) 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: self._run(expiration_interval) 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:25:42.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:25:42.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: audit 2024-09-11T08:25:40.600087+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: cephadm 2024-09-11T08:25:40.600474+0000 mgr.x (mgr.34673) 5 : cephadm [ERR] [11/Sep/2024:08:25:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:25:42.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: Traceback (most recent call last): 2024-09-11T08:25:42.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:25:42.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: self._connections.run(self.expiration_interval) 2024-09-11T08:25:42.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:25:42.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: self._run(expiration_interval) 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: s = self.context.wrap_socket( 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: return self.sslsocket_class._create( 2024-09-11T08:25:42.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:25:42.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: self.do_handshake() 2024-09-11T08:25:42.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:25:42.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: self._sslobj.do_handshake() 2024-09-11T08:25:42.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:25:42.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:25:40.599106+0000 mgr.x (mgr.34673) 4 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTED 2024-09-11T08:25:42.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:25:42.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:25:42.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:25:42.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: s = self.context.wrap_socket( 2024-09-11T08:25:42.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:25:42.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: return self.sslsocket_class._create( 2024-09-11T08:25:42.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:25:42.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: self.do_handshake() 2024-09-11T08:25:42.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:25:42.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: self._sslobj.do_handshake() 2024-09-11T08:25:42.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:25:42.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[23378]: audit 2024-09-11T08:25:40.602599+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:25:42.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:40.599899+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 bash[26113]: audit 2024-09-11T08:25:40.602599+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:25:42.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:25:40.483246+0000 mgr.x (mgr.34673) 2 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTING 2024-09-11T08:25:42.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:25:40.598992+0000 mgr.x (mgr.34673) 3 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Serving on https://172.21.15.155:7150 2024-09-11T08:25:42.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:25:40.599106+0000 mgr.x (mgr.34673) 4 : cephadm [INF] [11/Sep/2024:08:25:40] ENGINE Bus STARTED 2024-09-11T08:25:42.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:40.599899+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:40.600087+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:25:40.600474+0000 mgr.x (mgr.34673) 5 : cephadm [ERR] [11/Sep/2024:08:25:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Traceback (most recent call last): 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._connections.run(self.expiration_interval) 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._run(expiration_interval) 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:25:42.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: s = self.context.wrap_socket( 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: return self.sslsocket_class._create( 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self.do_handshake() 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._sslobj.do_handshake() 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:25:42.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:40.602599+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:40.600087+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:25:40.600474+0000 mgr.x (mgr.34673) 5 : cephadm [ERR] [11/Sep/2024:08:25:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Traceback (most recent call last): 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._connections.run(self.expiration_interval) 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._run(expiration_interval) 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:25:42.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s = self.context.wrap_socket( 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: return self.sslsocket_class._create( 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self.do_handshake() 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._sslobj.do_handshake() 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:25:42.051 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:40.602599+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:25:42.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:40.889770+0000 mgr.x (mgr.34673) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:42.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:41.880086+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:25:42.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:42 smithi155 bash[23209]: cluster 2024-09-11T08:25:40.889770+0000 mgr.x (mgr.34673) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:42.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:42 smithi155 bash[23209]: cluster 2024-09-11T08:25:41.880086+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:25:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:40.889770+0000 mgr.x (mgr.34673) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:41.880086+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:25:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:42 smithi007 bash[23378]: cluster 2024-09-11T08:25:40.889770+0000 mgr.x (mgr.34673) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:42 smithi007 bash[23378]: cluster 2024-09-11T08:25:41.880086+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:25:43.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:42 smithi007 bash[26113]: cluster 2024-09-11T08:25:40.889770+0000 mgr.x (mgr.34673) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:43.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:42 smithi007 bash[26113]: cluster 2024-09-11T08:25:41.880086+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:25:43.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:40.889770+0000 mgr.x (mgr.34673) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:41.880086+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:25:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:42.890108+0000 mgr.x (mgr.34673) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:45.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:43.879142+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: cluster 2024-09-11T08:25:42.890108+0000 mgr.x (mgr.34673) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:45.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:43.879142+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:43.880302+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:43.880352+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:43.882773+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:43.880302+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:43.884773+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:43.880352+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:43.885014+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:43.882773+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:43.887522+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.251492+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.520925+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:43.884773+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.521566+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.521640+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.524731+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:43.885014+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.525956+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:43.887522+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.526128+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.251492+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.528846+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.529723+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.529973+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.530201+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.530413+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.530623+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.530824+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.531038+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.531241+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.531454+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.816510+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.520925+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.817073+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.817226+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.820195+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.521566+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.821328+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.521640+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.821541+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.524731+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 bash[23209]: audit 2024-09-11T08:25:44.824251+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.525956+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74e 2024-09-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: a03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.526128+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_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-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: /ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.528846+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"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-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.529723+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.529973+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.530201+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.530413+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.530623+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.530824+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.531038+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.531241+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.531454+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.816510+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.817073+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.817226+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.820195+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.821328+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503 2024-09-11T08:25:45.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.821541+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13% 2024-09-11T08:25:45.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:44.824251+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.1 2024-09-11T08:25:45.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 3%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.277 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:42.890108+0000 mgr.x (mgr.34673) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:45.277 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: cluster 2024-09-11T08:25:42.890108+0000 mgr.x (mgr.34673) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:45.277 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:43.879142+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.277 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:43.880302+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:42.890108+0000 mgr.x (mgr.34673) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:45.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: cluster 2024-09-11T08:25:42.890108+0000 mgr.x (mgr.34673) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:45.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:43.879142+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:43.880302+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.278 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:43.880352+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:43.880352+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.278 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:43.882773+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.279 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:43.882773+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.279 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:43.879142+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.279 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:43.884773+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:43.885014+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:43.887522+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.251492+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:45.280 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:43.884773+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.280 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:43.880302+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.280 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.520925+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:43.879142+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.521566+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.281 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:43.885014+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.281 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.521640+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.524731+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.282 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:43.880352+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:43.880302+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:43.887522+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.251492+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:45.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.520925+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.525956+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.521566+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:43.880352+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.526128+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.521640+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.524731+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.528846+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.529723+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.529973+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.530201+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.530413+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.530623+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.530824+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.531038+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.531241+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.531454+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.525956+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.816510+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.817073+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.526128+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.817226+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.820195+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:43.882773+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:43.882773+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.821328+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.821541+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.528846+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.529723+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.529973+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.530201+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.530413+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.530623+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.530824+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.531038+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.531241+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.531454+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.816510+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[26113]: audit 2024-09-11T08:25:44.824251+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:43.884773+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:43.884773+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.817073+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.817226+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:43.885014+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:43.887522+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.820195+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.251492+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:45.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.520925+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.521566+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.521640+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.821328+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.524731+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:43.885014+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.525956+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69 2024-09-11T08:25:45.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.526128+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.821541+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.528846+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1 2024-09-11T08:25:45.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:43.887522+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 bash[23378]: audit 2024-09-11T08:25:44.824251+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.529723+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.529973+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.530201+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.530413+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.530623+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.530824+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.531038+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.531241+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.531454+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.816510+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.817073+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.817226+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.251492+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:45.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.520925+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.521566+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.521640+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.820195+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.524731+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.821328+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38 2024-09-11T08:25:45.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.821541+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_ 2024-09-11T08:25:45.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.525956+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:44.824251+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", 2024-09-11T08:25:45.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.526128+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.528846+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:19:49.779316Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.879560Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:45.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.529723+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.529973+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.530201+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.530413+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.530623+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.530824+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.531038+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.531241+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.531454+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.816510+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.817073+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.817226+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:45.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.820195+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:45.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.821328+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f9 2024-09-11T08:25:45.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 6ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.821541+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:45.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:44.824251+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": 2024-09-11T08:25:45.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:46.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.174097+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:46.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.429475+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:46.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.174097+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.429475+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.430004+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.430132+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.433158+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.430004+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.434360+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.430132+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.434522+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.433158+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.436880+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.437728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.437990+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.438295+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.438578+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.438836+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.439125+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.439386+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.439617+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.439864+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.441140+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.441359+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.443512+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.434360+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.515619+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.515933+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 bash[23209]: audit 2024-09-11T08:25:45.518716+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.434522+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.436880+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:46.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.437728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.437990+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.438295+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.438578+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.438836+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.439125+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.439386+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.439617+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.439864+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.441140+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.441359+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.443512+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.515619+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.515933+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:25:45.518716+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.174097+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.429475+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.430004+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.174097+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.174097+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.429475+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.430004+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.430132+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.430132+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.433158+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:46.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.429475+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:46.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.433158+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:46.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.434360+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.430004+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.434522+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.434360+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.430132+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.434522+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.436880+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:46.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.437728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.437990+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.436880+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:46.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.437728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.437990+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.438295+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.438578+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.438836+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.439125+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.439386+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.439617+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.439864+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.441140+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.441359+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.443512+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.515619+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.515933+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.438295+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.438578+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.438836+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.439125+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.439386+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.439617+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.439864+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.441140+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.441359+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.443512+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.515619+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.515933+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[26113]: audit 2024-09-11T08:25:45.518716+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.174097+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:25:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.429475+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:25:46.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.433158+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:46.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 bash[23378]: audit 2024-09-11T08:25:45.518716+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.430004+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.434360+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \ 2024-09-11T08:25:46.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: "cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.430132+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:25:46.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.434522+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \ 2024-09-11T08:25:46.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: "0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.433158+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:25:46.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.436880+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \ 2024-09-11T08:25:46.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:46.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.437728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.437990+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.434360+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:25:46.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.434522+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.438295+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.438578+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.438836+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.439125+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.439386+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.439617+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.439864+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.441140+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.441359+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.443512+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.515619+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.515933+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:25:45.518716+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:25:46.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.436880+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.1 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 3%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:18:59.585117Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:16:01.856849Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.437728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.437990+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.438295+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.438578+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.438836+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.439125+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.439386+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.439617+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.439864+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.441140+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.441359+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.443512+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:46.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.515619+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.515933+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:25:46.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:25:45.518716+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:25:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:44.890850+0000 mgr.x (mgr.34673) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:25:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:46 smithi155 bash[23209]: cluster 2024-09-11T08:25:44.890850+0000 mgr.x (mgr.34673) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:25:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:44.890850+0000 mgr.x (mgr.34673) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:25:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:46 smithi007 bash[23378]: cluster 2024-09-11T08:25:44.890850+0000 mgr.x (mgr.34673) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:25:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:44.890850+0000 mgr.x (mgr.34673) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:25:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:46 smithi007 bash[26113]: cluster 2024-09-11T08:25:44.890850+0000 mgr.x (mgr.34673) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:25:49.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:48 smithi155 bash[23209]: cluster 2024-09-11T08:25:46.891215+0000 mgr.x (mgr.34673) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:25:49.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:46.891215+0000 mgr.x (mgr.34673) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:25:49.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:46.891215+0000 mgr.x (mgr.34673) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:25:49.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:48 smithi007 bash[23378]: cluster 2024-09-11T08:25:46.891215+0000 mgr.x (mgr.34673) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:25:49.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:46.891215+0000 mgr.x (mgr.34673) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:25:49.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:48 smithi007 bash[26113]: cluster 2024-09-11T08:25:46.891215+0000 mgr.x (mgr.34673) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:25:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:48.891623+0000 mgr.x (mgr.34673) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:25:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:49 smithi155 bash[23209]: cluster 2024-09-11T08:25:48.891623+0000 mgr.x (mgr.34673) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:25:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:48.891623+0000 mgr.x (mgr.34673) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:25:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:49 smithi007 bash[23378]: cluster 2024-09-11T08:25:48.891623+0000 mgr.x (mgr.34673) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:25:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:48.891623+0000 mgr.x (mgr.34673) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:25:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:49 smithi007 bash[26113]: cluster 2024-09-11T08:25:48.891623+0000 mgr.x (mgr.34673) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:25:53.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:50.892481+0000 mgr.x (mgr.34673) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:25:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:52 smithi155 bash[23209]: cluster 2024-09-11T08:25:50.892481+0000 mgr.x (mgr.34673) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:25:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:50.892481+0000 mgr.x (mgr.34673) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:25:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:52 smithi007 bash[23378]: cluster 2024-09-11T08:25:50.892481+0000 mgr.x (mgr.34673) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:25:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:50.892481+0000 mgr.x (mgr.34673) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:25:53.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:52 smithi007 bash[26113]: cluster 2024-09-11T08:25:50.892481+0000 mgr.x (mgr.34673) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:25:55.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:52.892959+0000 mgr.x (mgr.34673) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:55.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:54 smithi007 bash[23378]: cluster 2024-09-11T08:25:52.892959+0000 mgr.x (mgr.34673) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:52.892959+0000 mgr.x (mgr.34673) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:54 smithi007 bash[26113]: cluster 2024-09-11T08:25:52.892959+0000 mgr.x (mgr.34673) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:55.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:52.892959+0000 mgr.x (mgr.34673) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:54 smithi155 bash[23209]: cluster 2024-09-11T08:25:52.892959+0000 mgr.x (mgr.34673) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:57.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:54.893741+0000 mgr.x (mgr.34673) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:57.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:56 smithi155 bash[23209]: cluster 2024-09-11T08:25:54.893741+0000 mgr.x (mgr.34673) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:54.893741+0000 mgr.x (mgr.34673) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:56 smithi007 bash[23378]: cluster 2024-09-11T08:25:54.893741+0000 mgr.x (mgr.34673) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:54.893741+0000 mgr.x (mgr.34673) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:56 smithi007 bash[26113]: cluster 2024-09-11T08:25:54.893741+0000 mgr.x (mgr.34673) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:25:59.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:56.894211+0000 mgr.x (mgr.34673) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:59.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:25:58 smithi155 bash[23209]: cluster 2024-09-11T08:25:56.894211+0000 mgr.x (mgr.34673) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:56.894211+0000 mgr.x (mgr.34673) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:25:58 smithi007 bash[23378]: cluster 2024-09-11T08:25:56.894211+0000 mgr.x (mgr.34673) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:56.894211+0000 mgr.x (mgr.34673) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:25:59.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:25:58 smithi007 bash[26113]: cluster 2024-09-11T08:25:56.894211+0000 mgr.x (mgr.34673) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:25:58.894565+0000 mgr.x (mgr.34673) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:00 smithi155 bash[23209]: cluster 2024-09-11T08:25:58.894565+0000 mgr.x (mgr.34673) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:00 smithi007 bash[23378]: cluster 2024-09-11T08:25:58.894565+0000 mgr.x (mgr.34673) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:25:58.894565+0000 mgr.x (mgr.34673) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:25:58.894565+0000 mgr.x (mgr.34673) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:00 smithi007 bash[26113]: cluster 2024-09-11T08:25:58.894565+0000 mgr.x (mgr.34673) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:00.895270+0000 mgr.x (mgr.34673) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:01 smithi007 bash[23378]: cluster 2024-09-11T08:26:00.895270+0000 mgr.x (mgr.34673) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:02.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:00.895270+0000 mgr.x (mgr.34673) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:02.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:01 smithi007 bash[26113]: cluster 2024-09-11T08:26:00.895270+0000 mgr.x (mgr.34673) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:00.895270+0000 mgr.x (mgr.34673) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:02.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:01 smithi155 bash[23209]: cluster 2024-09-11T08:26:00.895270+0000 mgr.x (mgr.34673) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:02.895801+0000 mgr.x (mgr.34673) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:03 smithi155 bash[23209]: cluster 2024-09-11T08:26:02.895801+0000 mgr.x (mgr.34673) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:02.895801+0000 mgr.x (mgr.34673) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:03 smithi007 bash[23378]: cluster 2024-09-11T08:26:02.895801+0000 mgr.x (mgr.34673) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:02.895801+0000 mgr.x (mgr.34673) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:03 smithi007 bash[26113]: cluster 2024-09-11T08:26:02.895801+0000 mgr.x (mgr.34673) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:04.896522+0000 mgr.x (mgr.34673) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:06 smithi155 bash[23209]: cluster 2024-09-11T08:26:04.896522+0000 mgr.x (mgr.34673) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:04.896522+0000 mgr.x (mgr.34673) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:06 smithi007 bash[23378]: cluster 2024-09-11T08:26:04.896522+0000 mgr.x (mgr.34673) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:07.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:04.896522+0000 mgr.x (mgr.34673) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:06 smithi007 bash[26113]: cluster 2024-09-11T08:26:04.896522+0000 mgr.x (mgr.34673) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:06.897064+0000 mgr.x (mgr.34673) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:08 smithi155 bash[23209]: cluster 2024-09-11T08:26:06.897064+0000 mgr.x (mgr.34673) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:06.897064+0000 mgr.x (mgr.34673) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:08 smithi007 bash[23378]: cluster 2024-09-11T08:26:06.897064+0000 mgr.x (mgr.34673) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:06.897064+0000 mgr.x (mgr.34673) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:09.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:08 smithi007 bash[26113]: cluster 2024-09-11T08:26:06.897064+0000 mgr.x (mgr.34673) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:08.897438+0000 mgr.x (mgr.34673) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:10 smithi155 bash[23209]: cluster 2024-09-11T08:26:08.897438+0000 mgr.x (mgr.34673) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:08.897438+0000 mgr.x (mgr.34673) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:10 smithi007 bash[23378]: cluster 2024-09-11T08:26:08.897438+0000 mgr.x (mgr.34673) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:11.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:08.897438+0000 mgr.x (mgr.34673) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:11.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:10 smithi007 bash[26113]: cluster 2024-09-11T08:26:08.897438+0000 mgr.x (mgr.34673) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:13.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:10.898126+0000 mgr.x (mgr.34673) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:13.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:12 smithi155 bash[23209]: cluster 2024-09-11T08:26:10.898126+0000 mgr.x (mgr.34673) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:13.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:10.898126+0000 mgr.x (mgr.34673) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:13.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:12 smithi007 bash[26113]: cluster 2024-09-11T08:26:10.898126+0000 mgr.x (mgr.34673) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:10.898126+0000 mgr.x (mgr.34673) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:13.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:12 smithi007 bash[23378]: cluster 2024-09-11T08:26:10.898126+0000 mgr.x (mgr.34673) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:15.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:12.898463+0000 mgr.x (mgr.34673) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:15.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:14 smithi155 bash[23209]: cluster 2024-09-11T08:26:12.898463+0000 mgr.x (mgr.34673) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:12.898463+0000 mgr.x (mgr.34673) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:14 smithi007 bash[23378]: cluster 2024-09-11T08:26:12.898463+0000 mgr.x (mgr.34673) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:15.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:12.898463+0000 mgr.x (mgr.34673) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:14 smithi007 bash[26113]: cluster 2024-09-11T08:26:12.898463+0000 mgr.x (mgr.34673) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:17.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:14.899068+0000 mgr.x (mgr.34673) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:17.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:16 smithi155 bash[23209]: cluster 2024-09-11T08:26:14.899068+0000 mgr.x (mgr.34673) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:17.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:14.899068+0000 mgr.x (mgr.34673) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:17.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:16 smithi007 bash[26113]: cluster 2024-09-11T08:26:14.899068+0000 mgr.x (mgr.34673) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:14.899068+0000 mgr.x (mgr.34673) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:16 smithi007 bash[23378]: cluster 2024-09-11T08:26:14.899068+0000 mgr.x (mgr.34673) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:16.899428+0000 mgr.x (mgr.34673) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:18 smithi155 bash[23209]: cluster 2024-09-11T08:26:16.899428+0000 mgr.x (mgr.34673) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:19.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:16.899428+0000 mgr.x (mgr.34673) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:19.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:18 smithi007 bash[26113]: cluster 2024-09-11T08:26:16.899428+0000 mgr.x (mgr.34673) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:18 smithi007 bash[23378]: cluster 2024-09-11T08:26:16.899428+0000 mgr.x (mgr.34673) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:19.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:16.899428+0000 mgr.x (mgr.34673) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:18.899876+0000 mgr.x (mgr.34673) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:20 smithi155 bash[23209]: cluster 2024-09-11T08:26:18.899876+0000 mgr.x (mgr.34673) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:20 smithi007 bash[23378]: cluster 2024-09-11T08:26:18.899876+0000 mgr.x (mgr.34673) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:18.899876+0000 mgr.x (mgr.34673) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:21.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:18.899876+0000 mgr.x (mgr.34673) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:21.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:20 smithi007 bash[26113]: cluster 2024-09-11T08:26:18.899876+0000 mgr.x (mgr.34673) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:23.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:20.900550+0000 mgr.x (mgr.34673) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:23.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:22 smithi155 bash[23209]: cluster 2024-09-11T08:26:20.900550+0000 mgr.x (mgr.34673) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:20.900550+0000 mgr.x (mgr.34673) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:22 smithi007 bash[23378]: cluster 2024-09-11T08:26:20.900550+0000 mgr.x (mgr.34673) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:20.900550+0000 mgr.x (mgr.34673) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:22 smithi007 bash[26113]: cluster 2024-09-11T08:26:20.900550+0000 mgr.x (mgr.34673) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:22.901012+0000 mgr.x (mgr.34673) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:23 smithi155 bash[23209]: cluster 2024-09-11T08:26:22.901012+0000 mgr.x (mgr.34673) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:22.901012+0000 mgr.x (mgr.34673) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:23 smithi007 bash[23378]: cluster 2024-09-11T08:26:22.901012+0000 mgr.x (mgr.34673) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:22.901012+0000 mgr.x (mgr.34673) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:23 smithi007 bash[26113]: cluster 2024-09-11T08:26:22.901012+0000 mgr.x (mgr.34673) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:27.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:24.901803+0000 mgr.x (mgr.34673) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:27.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:26 smithi155 bash[23209]: cluster 2024-09-11T08:26:24.901803+0000 mgr.x (mgr.34673) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:24.901803+0000 mgr.x (mgr.34673) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:26 smithi007 bash[23378]: cluster 2024-09-11T08:26:24.901803+0000 mgr.x (mgr.34673) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:27.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:24.901803+0000 mgr.x (mgr.34673) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:27.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:26 smithi007 bash[26113]: cluster 2024-09-11T08:26:24.901803+0000 mgr.x (mgr.34673) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:29.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:26.902339+0000 mgr.x (mgr.34673) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:29.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:28 smithi155 bash[23209]: cluster 2024-09-11T08:26:26.902339+0000 mgr.x (mgr.34673) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:26.902339+0000 mgr.x (mgr.34673) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:28 smithi007 bash[23378]: cluster 2024-09-11T08:26:26.902339+0000 mgr.x (mgr.34673) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:29.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:26.902339+0000 mgr.x (mgr.34673) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:29.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:28 smithi007 bash[26113]: cluster 2024-09-11T08:26:26.902339+0000 mgr.x (mgr.34673) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:28.902829+0000 mgr.x (mgr.34673) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:30 smithi155 bash[23209]: cluster 2024-09-11T08:26:28.902829+0000 mgr.x (mgr.34673) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:28.902829+0000 mgr.x (mgr.34673) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:31.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:30 smithi007 bash[26113]: cluster 2024-09-11T08:26:28.902829+0000 mgr.x (mgr.34673) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:28.902829+0000 mgr.x (mgr.34673) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:30 smithi007 bash[23378]: cluster 2024-09-11T08:26:28.902829+0000 mgr.x (mgr.34673) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:33.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:30.903520+0000 mgr.x (mgr.34673) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:33.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:32 smithi155 bash[23209]: cluster 2024-09-11T08:26:30.903520+0000 mgr.x (mgr.34673) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:30.903520+0000 mgr.x (mgr.34673) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:32 smithi007 bash[23378]: cluster 2024-09-11T08:26:30.903520+0000 mgr.x (mgr.34673) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:30.903520+0000 mgr.x (mgr.34673) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:32 smithi007 bash[26113]: cluster 2024-09-11T08:26:30.903520+0000 mgr.x (mgr.34673) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:33 smithi155 bash[23209]: cluster 2024-09-11T08:26:32.904029+0000 mgr.x (mgr.34673) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:32.904029+0000 mgr.x (mgr.34673) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:32.904029+0000 mgr.x (mgr.34673) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:33 smithi007 bash[26113]: cluster 2024-09-11T08:26:32.904029+0000 mgr.x (mgr.34673) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:32.904029+0000 mgr.x (mgr.34673) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:33 smithi007 bash[23378]: cluster 2024-09-11T08:26:32.904029+0000 mgr.x (mgr.34673) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:37.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:36 smithi155 bash[23209]: cluster 2024-09-11T08:26:34.904649+0000 mgr.x (mgr.34673) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:37.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:34.904649+0000 mgr.x (mgr.34673) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:34.904649+0000 mgr.x (mgr.34673) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:36 smithi007 bash[23378]: cluster 2024-09-11T08:26:34.904649+0000 mgr.x (mgr.34673) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:34.904649+0000 mgr.x (mgr.34673) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:37.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:36 smithi007 bash[26113]: cluster 2024-09-11T08:26:34.904649+0000 mgr.x (mgr.34673) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:39.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:36.905219+0000 mgr.x (mgr.34673) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:39.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:38 smithi155 bash[23209]: cluster 2024-09-11T08:26:36.905219+0000 mgr.x (mgr.34673) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:36.905219+0000 mgr.x (mgr.34673) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:39.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:38 smithi007 bash[23378]: cluster 2024-09-11T08:26:36.905219+0000 mgr.x (mgr.34673) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:36.905219+0000 mgr.x (mgr.34673) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:39.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:38 smithi007 bash[26113]: cluster 2024-09-11T08:26:36.905219+0000 mgr.x (mgr.34673) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:39.179329+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:39.179623+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 bash[23209]: audit 2024-09-11T08:26:39.179329+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 bash[23209]: audit 2024-09-11T08:26:39.179623+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 bash[23209]: audit 2024-09-11T08:26:39.179660+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 bash[23209]: audit 2024-09-11T08:26:39.179802+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 bash[23209]: audit 2024-09-11T08:26:39.179989+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 bash[23209]: audit 2024-09-11T08:26:39.180346+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 bash[23209]: audit 2024-09-11T08:26:39.180690+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 bash[23209]: audit 2024-09-11T08:26:39.180990+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:39.179660+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:39.179802+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:39.179989+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:39.180346+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:39.180690+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:39.180990+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:39.179329+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:39.179623+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[23378]: audit 2024-09-11T08:26:39.179329+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[23378]: audit 2024-09-11T08:26:39.179623+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[23378]: audit 2024-09-11T08:26:39.179660+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[23378]: audit 2024-09-11T08:26:39.179802+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[23378]: audit 2024-09-11T08:26:39.179989+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[23378]: audit 2024-09-11T08:26:39.180346+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[23378]: audit 2024-09-11T08:26:39.180690+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[23378]: audit 2024-09-11T08:26:39.180990+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:39.179660+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:39.179802+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:39.179989+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:39.180346+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:39.180690+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:39.180990+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[26113]: audit 2024-09-11T08:26:39.179329+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[26113]: audit 2024-09-11T08:26:39.179623+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[26113]: audit 2024-09-11T08:26:39.179660+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[26113]: audit 2024-09-11T08:26:39.179802+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[26113]: audit 2024-09-11T08:26:39.179989+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[26113]: audit 2024-09-11T08:26:39.180346+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[26113]: audit 2024-09-11T08:26:39.180690+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 bash[26113]: audit 2024-09-11T08:26:39.180990+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:39.179329+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:39.179623+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:39.179660+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:26:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:39.179802+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:39.179989+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:39.180346+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:26:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:39.180690+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:26:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:39.180990+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:26:41.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:38.905733+0000 mgr.x (mgr.34673) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:41.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:40 smithi155 bash[23209]: cluster 2024-09-11T08:26:38.905733+0000 mgr.x (mgr.34673) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:41.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:38.905733+0000 mgr.x (mgr.34673) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:41.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:40 smithi007 bash[26113]: cluster 2024-09-11T08:26:38.905733+0000 mgr.x (mgr.34673) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:38.905733+0000 mgr.x (mgr.34673) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:40 smithi007 bash[23378]: cluster 2024-09-11T08:26:38.905733+0000 mgr.x (mgr.34673) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:40.906457+0000 mgr.x (mgr.34673) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:41 smithi155 bash[23209]: cluster 2024-09-11T08:26:40.906457+0000 mgr.x (mgr.34673) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:40.906457+0000 mgr.x (mgr.34673) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:41 smithi007 bash[23378]: cluster 2024-09-11T08:26:40.906457+0000 mgr.x (mgr.34673) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:40.906457+0000 mgr.x (mgr.34673) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:41 smithi007 bash[26113]: cluster 2024-09-11T08:26:40.906457+0000 mgr.x (mgr.34673) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:42.906894+0000 mgr.x (mgr.34673) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:43 smithi155 bash[23209]: cluster 2024-09-11T08:26:42.906894+0000 mgr.x (mgr.34673) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:42.906894+0000 mgr.x (mgr.34673) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:43 smithi007 bash[23378]: cluster 2024-09-11T08:26:42.906894+0000 mgr.x (mgr.34673) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:42.906894+0000 mgr.x (mgr.34673) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:43 smithi007 bash[26113]: cluster 2024-09-11T08:26:42.906894+0000 mgr.x (mgr.34673) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:46.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:44.907482+0000 mgr.x (mgr.34673) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:46.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.865549+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: cluster 2024-09-11T08:26:44.907482+0000 mgr.x (mgr.34673) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.865549+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.866162+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.866288+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.869148+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.866162+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.870768+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.866288+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.871008+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.869148+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.873943+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.892736+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.870768+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503 2024-09-11T08:26:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.893396+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.893511+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.896294+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.898200+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.871008+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.898343+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.873943+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 bash[23209]: audit 2024-09-11T08:26:45.900776+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.892736+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.893396+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.893511+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.896294+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.898200+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16 2024-09-11T08:26:46.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: .576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.898343+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:45.900776+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:44.907482+0000 mgr.x (mgr.34673) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.865549+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: cluster 2024-09-11T08:26:44.907482+0000 mgr.x (mgr.34673) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.865549+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.866162+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.866288+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: cluster 2024-09-11T08:26:44.907482+0000 mgr.x (mgr.34673) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.865549+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.866162+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.869148+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.866288+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.866162+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.870768+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.869148+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.866288+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.870768+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.871008+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.869148+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.871008+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.873943+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.892736+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.873943+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.892736+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.893396+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.870768+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:26:46.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.893511+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.893396+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.893511+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.896294+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.896294+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: : 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.898200+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.898200+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.898343+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.871008+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_u 2024-09-11T08:26:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[26113]: audit 2024-09-11T08:26:45.900776+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:44.907482+0000 mgr.x (mgr.34673) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.865549+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.866162+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.866288+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.898343+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: sage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.869148+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 bash[23378]: audit 2024-09-11T08:26:45.900776+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.873943+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory 2024-09-11T08:26:46.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: _usage\": 38503710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.892736+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.870768+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503 2024-09-11T08:26:46.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 710, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.893396+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.871008+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\ 2024-09-11T08:26:46.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.893511+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.896294+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.873943+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 167247872, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815037Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440401920, \"cpu_percentage\": \"2.18%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815191Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815284Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46944747, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815349Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51118080, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815412Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815487Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 51883540, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815545Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11523850, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815603Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 39929774, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:44.815660Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38503710, \"cpu_percentage\": 2024-09-11T08:26:46.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:44.815717Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:44.815841Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:25:45.428809Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.892736+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:26:46.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.893396+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.898200+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:26:46.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ocker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.893511+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:26:46.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.898343+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:26:46.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.896294+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:26:46.306 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.898200+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a146 2024-09-11T08:26:46.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 7c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:45.900776+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256: 2024-09-11T08:26:46.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:46.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.898343+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_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-11T08:26:46.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: /ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:26:46.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:45.900776+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 177419059, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.875909Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 414397235, \"cpu_percentage\": \"3.98%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:25:43.876082Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 161061273, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876157Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876223Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49251614, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876286Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45675970, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876348Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48779755, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876408Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12876513, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876467Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 17553162, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:25:43.876527Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ce 2024-09-11T08:26:46.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39384514, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:25:43.876586Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:25:43.876716Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:25:44.520305Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:26:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:46 smithi155 bash[23209]: audit 2024-09-11T08:26:46.261069+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:46 smithi155 bash[23209]: audit 2024-09-11T08:26:46.261387+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:46.261069+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:46 smithi155 bash[23209]: audit 2024-09-11T08:26:46.264236+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:26:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:46.261387+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:26:46.264236+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:26:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:46.261069+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:46.261387+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:46 smithi007 bash[23378]: audit 2024-09-11T08:26:46.261069+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:46 smithi007 bash[23378]: audit 2024-09-11T08:26:46.261387+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:46 smithi007 bash[23378]: audit 2024-09-11T08:26:46.264236+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:26:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:26:46.264236+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:26:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:46.261069+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:46.261387+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:46 smithi007 bash[26113]: audit 2024-09-11T08:26:46.261069+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:46 smithi007 bash[26113]: audit 2024-09-11T08:26:46.261387+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:26:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:46 smithi007 bash[26113]: audit 2024-09-11T08:26:46.264236+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:26:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:26:46.264236+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:26:48.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:46.907982+0000 mgr.x (mgr.34673) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:48.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:48 smithi007 bash[23378]: cluster 2024-09-11T08:26:46.907982+0000 mgr.x (mgr.34673) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:48.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:46.907982+0000 mgr.x (mgr.34673) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:48.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:48 smithi007 bash[26113]: cluster 2024-09-11T08:26:46.907982+0000 mgr.x (mgr.34673) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:48.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:46.907982+0000 mgr.x (mgr.34673) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:48.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:48 smithi155 bash[23209]: cluster 2024-09-11T08:26:46.907982+0000 mgr.x (mgr.34673) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:50.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:48.908484+0000 mgr.x (mgr.34673) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:50.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:50 smithi007 bash[23378]: cluster 2024-09-11T08:26:48.908484+0000 mgr.x (mgr.34673) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:50.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:48.908484+0000 mgr.x (mgr.34673) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:50.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:50 smithi007 bash[26113]: cluster 2024-09-11T08:26:48.908484+0000 mgr.x (mgr.34673) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:50.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:48.908484+0000 mgr.x (mgr.34673) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:50.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:50 smithi155 bash[23209]: cluster 2024-09-11T08:26:48.908484+0000 mgr.x (mgr.34673) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:53.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:50.909300+0000 mgr.x (mgr.34673) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:53.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:52 smithi155 bash[23209]: cluster 2024-09-11T08:26:50.909300+0000 mgr.x (mgr.34673) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:50.909300+0000 mgr.x (mgr.34673) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:52 smithi007 bash[23378]: cluster 2024-09-11T08:26:50.909300+0000 mgr.x (mgr.34673) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:53.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:50.909300+0000 mgr.x (mgr.34673) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:53.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:52 smithi007 bash[26113]: cluster 2024-09-11T08:26:50.909300+0000 mgr.x (mgr.34673) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:55.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:52.909652+0000 mgr.x (mgr.34673) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:55.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:54 smithi155 bash[23209]: cluster 2024-09-11T08:26:52.909652+0000 mgr.x (mgr.34673) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:52.909652+0000 mgr.x (mgr.34673) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:54 smithi007 bash[23378]: cluster 2024-09-11T08:26:52.909652+0000 mgr.x (mgr.34673) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:52.909652+0000 mgr.x (mgr.34673) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:54 smithi007 bash[26113]: cluster 2024-09-11T08:26:52.909652+0000 mgr.x (mgr.34673) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:57.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:54.910376+0000 mgr.x (mgr.34673) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:57.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:56 smithi155 bash[23209]: cluster 2024-09-11T08:26:54.910376+0000 mgr.x (mgr.34673) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:57.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:54.910376+0000 mgr.x (mgr.34673) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:57.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:56 smithi007 bash[26113]: cluster 2024-09-11T08:26:54.910376+0000 mgr.x (mgr.34673) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:54.910376+0000 mgr.x (mgr.34673) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:56 smithi007 bash[23378]: cluster 2024-09-11T08:26:54.910376+0000 mgr.x (mgr.34673) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:56.910795+0000 mgr.x (mgr.34673) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:57 smithi155 bash[23209]: cluster 2024-09-11T08:26:56.910795+0000 mgr.x (mgr.34673) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:56.910795+0000 mgr.x (mgr.34673) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:57 smithi007 bash[26113]: cluster 2024-09-11T08:26:56.910795+0000 mgr.x (mgr.34673) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:56.910795+0000 mgr.x (mgr.34673) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:26:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:57 smithi007 bash[23378]: cluster 2024-09-11T08:26:56.910795+0000 mgr.x (mgr.34673) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:26:58.911311+0000 mgr.x (mgr.34673) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:26:59 smithi155 bash[23209]: cluster 2024-09-11T08:26:58.911311+0000 mgr.x (mgr.34673) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:26:58.911311+0000 mgr.x (mgr.34673) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:26:59 smithi007 bash[26113]: cluster 2024-09-11T08:26:58.911311+0000 mgr.x (mgr.34673) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:59 smithi007 bash[23378]: cluster 2024-09-11T08:26:58.911311+0000 mgr.x (mgr.34673) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:00.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:26:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:26:58.911311+0000 mgr.x (mgr.34673) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:00.912084+0000 mgr.x (mgr.34673) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:02 smithi155 bash[23209]: cluster 2024-09-11T08:27:00.912084+0000 mgr.x (mgr.34673) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:00.912084+0000 mgr.x (mgr.34673) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:02 smithi007 bash[23378]: cluster 2024-09-11T08:27:00.912084+0000 mgr.x (mgr.34673) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:03.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:00.912084+0000 mgr.x (mgr.34673) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:03.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:02 smithi007 bash[26113]: cluster 2024-09-11T08:27:00.912084+0000 mgr.x (mgr.34673) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:02.912481+0000 mgr.x (mgr.34673) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:04 smithi155 bash[23209]: cluster 2024-09-11T08:27:02.912481+0000 mgr.x (mgr.34673) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:02.912481+0000 mgr.x (mgr.34673) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:04 smithi007 bash[23378]: cluster 2024-09-11T08:27:02.912481+0000 mgr.x (mgr.34673) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:02.912481+0000 mgr.x (mgr.34673) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:04 smithi007 bash[26113]: cluster 2024-09-11T08:27:02.912481+0000 mgr.x (mgr.34673) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:04.913168+0000 mgr.x (mgr.34673) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:07.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:06 smithi155 bash[23209]: cluster 2024-09-11T08:27:04.913168+0000 mgr.x (mgr.34673) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:04.913168+0000 mgr.x (mgr.34673) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:06 smithi007 bash[23378]: cluster 2024-09-11T08:27:04.913168+0000 mgr.x (mgr.34673) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:04.913168+0000 mgr.x (mgr.34673) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:07.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:06 smithi007 bash[26113]: cluster 2024-09-11T08:27:04.913168+0000 mgr.x (mgr.34673) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:06.913643+0000 mgr.x (mgr.34673) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:07 smithi155 bash[23209]: cluster 2024-09-11T08:27:06.913643+0000 mgr.x (mgr.34673) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:06.913643+0000 mgr.x (mgr.34673) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:07 smithi007 bash[23378]: cluster 2024-09-11T08:27:06.913643+0000 mgr.x (mgr.34673) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:06.913643+0000 mgr.x (mgr.34673) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:07 smithi007 bash[26113]: cluster 2024-09-11T08:27:06.913643+0000 mgr.x (mgr.34673) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:08.914235+0000 mgr.x (mgr.34673) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:09 smithi155 bash[23209]: cluster 2024-09-11T08:27:08.914235+0000 mgr.x (mgr.34673) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:08.914235+0000 mgr.x (mgr.34673) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:09 smithi007 bash[23378]: cluster 2024-09-11T08:27:08.914235+0000 mgr.x (mgr.34673) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:08.914235+0000 mgr.x (mgr.34673) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:09 smithi007 bash[26113]: cluster 2024-09-11T08:27:08.914235+0000 mgr.x (mgr.34673) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:13.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:10.914983+0000 mgr.x (mgr.34673) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:13.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:12 smithi155 bash[23209]: cluster 2024-09-11T08:27:10.914983+0000 mgr.x (mgr.34673) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:10.914983+0000 mgr.x (mgr.34673) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:12 smithi007 bash[23378]: cluster 2024-09-11T08:27:10.914983+0000 mgr.x (mgr.34673) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:13.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:10.914983+0000 mgr.x (mgr.34673) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:13.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:12 smithi007 bash[26113]: cluster 2024-09-11T08:27:10.914983+0000 mgr.x (mgr.34673) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:15.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:12.915463+0000 mgr.x (mgr.34673) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:15.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:14 smithi155 bash[23209]: cluster 2024-09-11T08:27:12.915463+0000 mgr.x (mgr.34673) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:12.915463+0000 mgr.x (mgr.34673) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:14 smithi007 bash[23378]: cluster 2024-09-11T08:27:12.915463+0000 mgr.x (mgr.34673) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:15.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:12.915463+0000 mgr.x (mgr.34673) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:15.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:14 smithi007 bash[26113]: cluster 2024-09-11T08:27:12.915463+0000 mgr.x (mgr.34673) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:17.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:14.916233+0000 mgr.x (mgr.34673) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:17.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:16 smithi155 bash[23209]: cluster 2024-09-11T08:27:14.916233+0000 mgr.x (mgr.34673) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:14.916233+0000 mgr.x (mgr.34673) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:16 smithi007 bash[23378]: cluster 2024-09-11T08:27:14.916233+0000 mgr.x (mgr.34673) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:17.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:14.916233+0000 mgr.x (mgr.34673) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:17.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:16 smithi007 bash[26113]: cluster 2024-09-11T08:27:14.916233+0000 mgr.x (mgr.34673) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:16.916660+0000 mgr.x (mgr.34673) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:17 smithi155 bash[23209]: cluster 2024-09-11T08:27:16.916660+0000 mgr.x (mgr.34673) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:16.916660+0000 mgr.x (mgr.34673) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:17 smithi007 bash[23378]: cluster 2024-09-11T08:27:16.916660+0000 mgr.x (mgr.34673) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:16.916660+0000 mgr.x (mgr.34673) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:17 smithi007 bash[26113]: cluster 2024-09-11T08:27:16.916660+0000 mgr.x (mgr.34673) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:18.917185+0000 mgr.x (mgr.34673) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:19 smithi155 bash[23209]: cluster 2024-09-11T08:27:18.917185+0000 mgr.x (mgr.34673) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:18.917185+0000 mgr.x (mgr.34673) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:19 smithi007 bash[23378]: cluster 2024-09-11T08:27:18.917185+0000 mgr.x (mgr.34673) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:20.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:18.917185+0000 mgr.x (mgr.34673) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:20.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:19 smithi007 bash[26113]: cluster 2024-09-11T08:27:18.917185+0000 mgr.x (mgr.34673) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:23.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:20.917867+0000 mgr.x (mgr.34673) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:23.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:22 smithi155 bash[23209]: cluster 2024-09-11T08:27:20.917867+0000 mgr.x (mgr.34673) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:20.917867+0000 mgr.x (mgr.34673) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:22 smithi007 bash[23378]: cluster 2024-09-11T08:27:20.917867+0000 mgr.x (mgr.34673) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:23.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:20.917867+0000 mgr.x (mgr.34673) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:23.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:22 smithi007 bash[26113]: cluster 2024-09-11T08:27:20.917867+0000 mgr.x (mgr.34673) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:22.918273+0000 mgr.x (mgr.34673) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:24 smithi155 bash[23209]: cluster 2024-09-11T08:27:22.918273+0000 mgr.x (mgr.34673) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:22.918273+0000 mgr.x (mgr.34673) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:24 smithi007 bash[23378]: cluster 2024-09-11T08:27:22.918273+0000 mgr.x (mgr.34673) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:25.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:22.918273+0000 mgr.x (mgr.34673) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:25.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:24 smithi007 bash[26113]: cluster 2024-09-11T08:27:22.918273+0000 mgr.x (mgr.34673) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:27.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:24.919281+0000 mgr.x (mgr.34673) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:27.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:26 smithi155 bash[23209]: cluster 2024-09-11T08:27:24.919281+0000 mgr.x (mgr.34673) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:24.919281+0000 mgr.x (mgr.34673) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:26 smithi007 bash[23378]: cluster 2024-09-11T08:27:24.919281+0000 mgr.x (mgr.34673) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:27.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:24.919281+0000 mgr.x (mgr.34673) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:27.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:26 smithi007 bash[26113]: cluster 2024-09-11T08:27:24.919281+0000 mgr.x (mgr.34673) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:28.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:26.919644+0000 mgr.x (mgr.34673) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:28.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:27 smithi155 bash[23209]: cluster 2024-09-11T08:27:26.919644+0000 mgr.x (mgr.34673) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:26.919644+0000 mgr.x (mgr.34673) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:27 smithi007 bash[23378]: cluster 2024-09-11T08:27:26.919644+0000 mgr.x (mgr.34673) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:26.919644+0000 mgr.x (mgr.34673) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:28.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:27 smithi007 bash[26113]: cluster 2024-09-11T08:27:26.919644+0000 mgr.x (mgr.34673) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:28.920140+0000 mgr.x (mgr.34673) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:29 smithi155 bash[23209]: cluster 2024-09-11T08:27:28.920140+0000 mgr.x (mgr.34673) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:28.920140+0000 mgr.x (mgr.34673) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:29 smithi007 bash[23378]: cluster 2024-09-11T08:27:28.920140+0000 mgr.x (mgr.34673) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:28.920140+0000 mgr.x (mgr.34673) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:29 smithi007 bash[26113]: cluster 2024-09-11T08:27:28.920140+0000 mgr.x (mgr.34673) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:33.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:30.920797+0000 mgr.x (mgr.34673) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:33.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:32 smithi155 bash[23209]: cluster 2024-09-11T08:27:30.920797+0000 mgr.x (mgr.34673) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:30.920797+0000 mgr.x (mgr.34673) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:32 smithi007 bash[23378]: cluster 2024-09-11T08:27:30.920797+0000 mgr.x (mgr.34673) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:30.920797+0000 mgr.x (mgr.34673) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:32 smithi007 bash[26113]: cluster 2024-09-11T08:27:30.920797+0000 mgr.x (mgr.34673) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:35.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:32.921369+0000 mgr.x (mgr.34673) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:35.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:34 smithi155 bash[23209]: cluster 2024-09-11T08:27:32.921369+0000 mgr.x (mgr.34673) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:35.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:32.921369+0000 mgr.x (mgr.34673) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:35.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:34 smithi007 bash[23378]: cluster 2024-09-11T08:27:32.921369+0000 mgr.x (mgr.34673) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:35.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:32.921369+0000 mgr.x (mgr.34673) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:35.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:34 smithi007 bash[26113]: cluster 2024-09-11T08:27:32.921369+0000 mgr.x (mgr.34673) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:37.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:34.922174+0000 mgr.x (mgr.34673) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:37.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:36 smithi155 bash[23209]: cluster 2024-09-11T08:27:34.922174+0000 mgr.x (mgr.34673) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:34.922174+0000 mgr.x (mgr.34673) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:36 smithi007 bash[23378]: cluster 2024-09-11T08:27:34.922174+0000 mgr.x (mgr.34673) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:34.922174+0000 mgr.x (mgr.34673) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:36 smithi007 bash[26113]: cluster 2024-09-11T08:27:34.922174+0000 mgr.x (mgr.34673) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:36.922500+0000 mgr.x (mgr.34673) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:37 smithi155 bash[23209]: cluster 2024-09-11T08:27:36.922500+0000 mgr.x (mgr.34673) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:36.922500+0000 mgr.x (mgr.34673) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:37 smithi007 bash[23378]: cluster 2024-09-11T08:27:36.922500+0000 mgr.x (mgr.34673) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:36.922500+0000 mgr.x (mgr.34673) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:37 smithi007 bash[26113]: cluster 2024-09-11T08:27:36.922500+0000 mgr.x (mgr.34673) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:38.923031+0000 mgr.x (mgr.34673) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:39.183554+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: cluster 2024-09-11T08:27:38.923031+0000 mgr.x (mgr.34673) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: audit 2024-09-11T08:27:39.183554+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: audit 2024-09-11T08:27:39.183739+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: audit 2024-09-11T08:27:39.183791+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: audit 2024-09-11T08:27:39.183995+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: audit 2024-09-11T08:27:39.184164+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: audit 2024-09-11T08:27:39.184274+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: audit 2024-09-11T08:27:39.184521+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 bash[23209]: audit 2024-09-11T08:27:39.184733+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:39.183739+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:39.183791+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:39.183995+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:39.184164+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:39.184274+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:39.184521+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:39.184733+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:38.923031+0000 mgr.x (mgr.34673) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:39.183554+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: cluster 2024-09-11T08:27:38.923031+0000 mgr.x (mgr.34673) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: audit 2024-09-11T08:27:39.183554+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: audit 2024-09-11T08:27:39.183739+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: audit 2024-09-11T08:27:39.183791+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: audit 2024-09-11T08:27:39.183995+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: audit 2024-09-11T08:27:39.184164+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: audit 2024-09-11T08:27:39.184274+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: audit 2024-09-11T08:27:39.184521+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[23378]: audit 2024-09-11T08:27:39.184733+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:39.183739+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:39.183791+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:39.183995+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:39.184164+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: cluster 2024-09-11T08:27:38.923031+0000 mgr.x (mgr.34673) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: audit 2024-09-11T08:27:39.183554+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: audit 2024-09-11T08:27:39.183739+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: audit 2024-09-11T08:27:39.183791+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: audit 2024-09-11T08:27:39.183995+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:38.923031+0000 mgr.x (mgr.34673) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: audit 2024-09-11T08:27:39.184164+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: audit 2024-09-11T08:27:39.184274+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: audit 2024-09-11T08:27:39.184521+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 bash[26113]: audit 2024-09-11T08:27:39.184733+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:39.183554+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:39.183739+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:39.183791+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:39.183995+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:39.184164+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:39.184274+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:39.184521+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:39.184733+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:39.184274+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:39.184521+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:27:40.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:39.184733+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:27:43.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:40.923995+0000 mgr.x (mgr.34673) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:43.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:42 smithi155 bash[23209]: cluster 2024-09-11T08:27:40.923995+0000 mgr.x (mgr.34673) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:40.923995+0000 mgr.x (mgr.34673) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:42 smithi007 bash[23378]: cluster 2024-09-11T08:27:40.923995+0000 mgr.x (mgr.34673) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:40.923995+0000 mgr.x (mgr.34673) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:43.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:42 smithi007 bash[26113]: cluster 2024-09-11T08:27:40.923995+0000 mgr.x (mgr.34673) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:42.924427+0000 mgr.x (mgr.34673) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:44 smithi155 bash[23209]: cluster 2024-09-11T08:27:42.924427+0000 mgr.x (mgr.34673) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:42.924427+0000 mgr.x (mgr.34673) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:44 smithi007 bash[23378]: cluster 2024-09-11T08:27:42.924427+0000 mgr.x (mgr.34673) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:42.924427+0000 mgr.x (mgr.34673) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:44 smithi007 bash[26113]: cluster 2024-09-11T08:27:42.924427+0000 mgr.x (mgr.34673) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:44.925133+0000 mgr.x (mgr.34673) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:46.723332+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:46 smithi155 bash[23209]: cluster 2024-09-11T08:27:44.925133+0000 mgr.x (mgr.34673) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:46 smithi155 bash[23209]: audit 2024-09-11T08:27:46.723332+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:46 smithi155 bash[23209]: audit 2024-09-11T08:27:46.723625+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:46 smithi155 bash[23209]: audit 2024-09-11T08:27:46.726391+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:27:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:46.723625+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:27:46.726391+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:27:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[26113]: cluster 2024-09-11T08:27:44.925133+0000 mgr.x (mgr.34673) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[26113]: audit 2024-09-11T08:27:46.723332+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[26113]: audit 2024-09-11T08:27:46.723625+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[26113]: audit 2024-09-11T08:27:46.726391+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:27:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:44.925133+0000 mgr.x (mgr.34673) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:46.723332+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:46.723625+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:27:46.726391+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:27:47.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:27:46.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 16 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-11T08:27:47.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[42985]: ts=2024-09-11T08:27:46.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 16 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-11T08:27:47.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[42985]: ts=2024-09-11T08:27:46.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-11T08:27:47.290 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:27:46.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-11T08:27:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:44.925133+0000 mgr.x (mgr.34673) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:46.723332+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[23378]: cluster 2024-09-11T08:27:44.925133+0000 mgr.x (mgr.34673) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[23378]: audit 2024-09-11T08:27:46.723332+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[23378]: audit 2024-09-11T08:27:46.723625+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:46 smithi007 bash[23378]: audit 2024-09-11T08:27:46.726391+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:27:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:46.723625+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:27:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:27:46.726391+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:27:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:46.925553+0000 mgr.x (mgr.34673) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:47 smithi155 bash[23209]: cluster 2024-09-11T08:27:46.925553+0000 mgr.x (mgr.34673) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:46.925553+0000 mgr.x (mgr.34673) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:47 smithi007 bash[23378]: cluster 2024-09-11T08:27:46.925553+0000 mgr.x (mgr.34673) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:46.925553+0000 mgr.x (mgr.34673) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:47 smithi007 bash[26113]: cluster 2024-09-11T08:27:46.925553+0000 mgr.x (mgr.34673) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:48.926072+0000 mgr.x (mgr.34673) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:49 smithi155 bash[23209]: cluster 2024-09-11T08:27:48.926072+0000 mgr.x (mgr.34673) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:48.926072+0000 mgr.x (mgr.34673) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:49 smithi007 bash[26113]: cluster 2024-09-11T08:27:48.926072+0000 mgr.x (mgr.34673) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:48.926072+0000 mgr.x (mgr.34673) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:50.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:49 smithi007 bash[23378]: cluster 2024-09-11T08:27:48.926072+0000 mgr.x (mgr.34673) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:53.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:50.927014+0000 mgr.x (mgr.34673) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:53.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:52 smithi155 bash[23209]: cluster 2024-09-11T08:27:50.927014+0000 mgr.x (mgr.34673) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:50.927014+0000 mgr.x (mgr.34673) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:52 smithi007 bash[23378]: cluster 2024-09-11T08:27:50.927014+0000 mgr.x (mgr.34673) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:53.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:50.927014+0000 mgr.x (mgr.34673) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:53.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:52 smithi007 bash[26113]: cluster 2024-09-11T08:27:50.927014+0000 mgr.x (mgr.34673) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:55.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:52.927395+0000 mgr.x (mgr.34673) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:55.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:54 smithi155 bash[23209]: cluster 2024-09-11T08:27:52.927395+0000 mgr.x (mgr.34673) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:54 smithi007 bash[26113]: cluster 2024-09-11T08:27:52.927395+0000 mgr.x (mgr.34673) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:52.927395+0000 mgr.x (mgr.34673) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:54 smithi007 bash[23378]: cluster 2024-09-11T08:27:52.927395+0000 mgr.x (mgr.34673) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:52.927395+0000 mgr.x (mgr.34673) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:57.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:54.928059+0000 mgr.x (mgr.34673) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:57.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:56 smithi155 bash[23209]: cluster 2024-09-11T08:27:54.928059+0000 mgr.x (mgr.34673) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:57.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:54.928059+0000 mgr.x (mgr.34673) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:57.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:56 smithi007 bash[26113]: cluster 2024-09-11T08:27:54.928059+0000 mgr.x (mgr.34673) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:54.928059+0000 mgr.x (mgr.34673) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:56 smithi007 bash[23378]: cluster 2024-09-11T08:27:54.928059+0000 mgr.x (mgr.34673) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:56.928506+0000 mgr.x (mgr.34673) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:58.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:57 smithi155 bash[23209]: cluster 2024-09-11T08:27:56.928506+0000 mgr.x (mgr.34673) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:57 smithi007 bash[23378]: cluster 2024-09-11T08:27:56.928506+0000 mgr.x (mgr.34673) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:56.928506+0000 mgr.x (mgr.34673) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:56.928506+0000 mgr.x (mgr.34673) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:27:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:57 smithi007 bash[26113]: cluster 2024-09-11T08:27:56.928506+0000 mgr.x (mgr.34673) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:27:58.928977+0000 mgr.x (mgr.34673) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:27:59 smithi155 bash[23209]: cluster 2024-09-11T08:27:58.928977+0000 mgr.x (mgr.34673) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:27:58.928977+0000 mgr.x (mgr.34673) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:27:59 smithi007 bash[23378]: cluster 2024-09-11T08:27:58.928977+0000 mgr.x (mgr.34673) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:27:58.928977+0000 mgr.x (mgr.34673) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:27:59 smithi007 bash[26113]: cluster 2024-09-11T08:27:58.928977+0000 mgr.x (mgr.34673) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:00.929759+0000 mgr.x (mgr.34673) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:02 smithi155 bash[23209]: cluster 2024-09-11T08:28:00.929759+0000 mgr.x (mgr.34673) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:03.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:00.929759+0000 mgr.x (mgr.34673) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:03.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:02 smithi007 bash[26113]: cluster 2024-09-11T08:28:00.929759+0000 mgr.x (mgr.34673) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:00.929759+0000 mgr.x (mgr.34673) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:02 smithi007 bash[23378]: cluster 2024-09-11T08:28:00.929759+0000 mgr.x (mgr.34673) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:02.930270+0000 mgr.x (mgr.34673) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:04 smithi155 bash[23209]: cluster 2024-09-11T08:28:02.930270+0000 mgr.x (mgr.34673) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:02.930270+0000 mgr.x (mgr.34673) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:04 smithi007 bash[26113]: cluster 2024-09-11T08:28:02.930270+0000 mgr.x (mgr.34673) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:04 smithi007 bash[23378]: cluster 2024-09-11T08:28:02.930270+0000 mgr.x (mgr.34673) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:02.930270+0000 mgr.x (mgr.34673) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:04.931012+0000 mgr.x (mgr.34673) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:06 smithi155 bash[23209]: cluster 2024-09-11T08:28:04.931012+0000 mgr.x (mgr.34673) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:04.931012+0000 mgr.x (mgr.34673) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:06 smithi007 bash[23378]: cluster 2024-09-11T08:28:04.931012+0000 mgr.x (mgr.34673) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:07.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:04.931012+0000 mgr.x (mgr.34673) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:07.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:06 smithi007 bash[26113]: cluster 2024-09-11T08:28:04.931012+0000 mgr.x (mgr.34673) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:06.931504+0000 mgr.x (mgr.34673) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:07 smithi155 bash[23209]: cluster 2024-09-11T08:28:06.931504+0000 mgr.x (mgr.34673) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:06.931504+0000 mgr.x (mgr.34673) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:07 smithi007 bash[23378]: cluster 2024-09-11T08:28:06.931504+0000 mgr.x (mgr.34673) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:06.931504+0000 mgr.x (mgr.34673) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:07 smithi007 bash[26113]: cluster 2024-09-11T08:28:06.931504+0000 mgr.x (mgr.34673) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:08.931896+0000 mgr.x (mgr.34673) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:09 smithi155 bash[23209]: cluster 2024-09-11T08:28:08.931896+0000 mgr.x (mgr.34673) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:08.931896+0000 mgr.x (mgr.34673) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:09 smithi007 bash[23378]: cluster 2024-09-11T08:28:08.931896+0000 mgr.x (mgr.34673) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:08.931896+0000 mgr.x (mgr.34673) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:09 smithi007 bash[26113]: cluster 2024-09-11T08:28:08.931896+0000 mgr.x (mgr.34673) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:13.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:10.932706+0000 mgr.x (mgr.34673) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:13.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:12 smithi007 bash[23378]: cluster 2024-09-11T08:28:10.932706+0000 mgr.x (mgr.34673) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:13.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:10.932706+0000 mgr.x (mgr.34673) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:13.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:12 smithi007 bash[26113]: cluster 2024-09-11T08:28:10.932706+0000 mgr.x (mgr.34673) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:13.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:10.932706+0000 mgr.x (mgr.34673) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:13.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:12 smithi155 bash[23209]: cluster 2024-09-11T08:28:10.932706+0000 mgr.x (mgr.34673) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:13.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:28:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:28:13.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 17 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-11T08:28:13.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:28:13 smithi007 bash[42985]: ts=2024-09-11T08:28:13.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 17 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-11T08:28:13.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:28:13 smithi007 bash[42985]: ts=2024-09-11T08:28:13.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-11T08:28:13.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:28:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:28:13.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-11T08:28:15.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:12.933121+0000 mgr.x (mgr.34673) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:15.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:14 smithi155 bash[23209]: cluster 2024-09-11T08:28:12.933121+0000 mgr.x (mgr.34673) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:12.933121+0000 mgr.x (mgr.34673) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:15.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:14 smithi007 bash[23378]: cluster 2024-09-11T08:28:12.933121+0000 mgr.x (mgr.34673) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:15.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:12.933121+0000 mgr.x (mgr.34673) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:15.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:14 smithi007 bash[26113]: cluster 2024-09-11T08:28:12.933121+0000 mgr.x (mgr.34673) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:17.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:14.933817+0000 mgr.x (mgr.34673) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:16 smithi155 bash[23209]: cluster 2024-09-11T08:28:14.933817+0000 mgr.x (mgr.34673) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:14.933817+0000 mgr.x (mgr.34673) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:16 smithi007 bash[23378]: cluster 2024-09-11T08:28:14.933817+0000 mgr.x (mgr.34673) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:17.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:14.933817+0000 mgr.x (mgr.34673) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:17.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:16 smithi007 bash[26113]: cluster 2024-09-11T08:28:14.933817+0000 mgr.x (mgr.34673) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:16.934192+0000 mgr.x (mgr.34673) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:18 smithi155 bash[23209]: cluster 2024-09-11T08:28:16.934192+0000 mgr.x (mgr.34673) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:16.934192+0000 mgr.x (mgr.34673) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:18 smithi007 bash[23378]: cluster 2024-09-11T08:28:16.934192+0000 mgr.x (mgr.34673) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:19.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:16.934192+0000 mgr.x (mgr.34673) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:19.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:18 smithi007 bash[26113]: cluster 2024-09-11T08:28:16.934192+0000 mgr.x (mgr.34673) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:18.934699+0000 mgr.x (mgr.34673) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:20 smithi155 bash[23209]: cluster 2024-09-11T08:28:18.934699+0000 mgr.x (mgr.34673) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:18.934699+0000 mgr.x (mgr.34673) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:20 smithi007 bash[23378]: cluster 2024-09-11T08:28:18.934699+0000 mgr.x (mgr.34673) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:21.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:18.934699+0000 mgr.x (mgr.34673) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:21.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:20 smithi007 bash[26113]: cluster 2024-09-11T08:28:18.934699+0000 mgr.x (mgr.34673) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:20.935570+0000 mgr.x (mgr.34673) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:21 smithi155 bash[23209]: cluster 2024-09-11T08:28:20.935570+0000 mgr.x (mgr.34673) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:20.935570+0000 mgr.x (mgr.34673) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:21 smithi007 bash[23378]: cluster 2024-09-11T08:28:20.935570+0000 mgr.x (mgr.34673) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:20.935570+0000 mgr.x (mgr.34673) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:22.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:21 smithi007 bash[26113]: cluster 2024-09-11T08:28:20.935570+0000 mgr.x (mgr.34673) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:22.936067+0000 mgr.x (mgr.34673) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:23 smithi155 bash[23209]: cluster 2024-09-11T08:28:22.936067+0000 mgr.x (mgr.34673) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:22.936067+0000 mgr.x (mgr.34673) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:23 smithi007 bash[23378]: cluster 2024-09-11T08:28:22.936067+0000 mgr.x (mgr.34673) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:22.936067+0000 mgr.x (mgr.34673) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:23 smithi007 bash[26113]: cluster 2024-09-11T08:28:22.936067+0000 mgr.x (mgr.34673) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:27.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:24.936823+0000 mgr.x (mgr.34673) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:27.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:26 smithi155 bash[23209]: cluster 2024-09-11T08:28:24.936823+0000 mgr.x (mgr.34673) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:24.936823+0000 mgr.x (mgr.34673) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:27.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:26 smithi007 bash[23378]: cluster 2024-09-11T08:28:24.936823+0000 mgr.x (mgr.34673) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:27.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:24.936823+0000 mgr.x (mgr.34673) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:27.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:26 smithi007 bash[26113]: cluster 2024-09-11T08:28:24.936823+0000 mgr.x (mgr.34673) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:29.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:26.937123+0000 mgr.x (mgr.34673) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:29.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:28 smithi155 bash[23209]: cluster 2024-09-11T08:28:26.937123+0000 mgr.x (mgr.34673) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:26.937123+0000 mgr.x (mgr.34673) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:29.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:28 smithi007 bash[23378]: cluster 2024-09-11T08:28:26.937123+0000 mgr.x (mgr.34673) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:29.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:26.937123+0000 mgr.x (mgr.34673) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:29.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:28 smithi007 bash[26113]: cluster 2024-09-11T08:28:26.937123+0000 mgr.x (mgr.34673) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:28.937506+0000 mgr.x (mgr.34673) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:29 smithi155 bash[23209]: cluster 2024-09-11T08:28:28.937506+0000 mgr.x (mgr.34673) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:28.937506+0000 mgr.x (mgr.34673) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:29 smithi007 bash[23378]: cluster 2024-09-11T08:28:28.937506+0000 mgr.x (mgr.34673) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:28.937506+0000 mgr.x (mgr.34673) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:30.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:29 smithi007 bash[26113]: cluster 2024-09-11T08:28:28.937506+0000 mgr.x (mgr.34673) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:28:33.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:30.938260+0000 mgr.x (mgr.34673) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:33.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:32 smithi155 bash[23209]: cluster 2024-09-11T08:28:30.938260+0000 mgr.x (mgr.34673) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:30.938260+0000 mgr.x (mgr.34673) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:32 smithi007 bash[23378]: cluster 2024-09-11T08:28:30.938260+0000 mgr.x (mgr.34673) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:30.938260+0000 mgr.x (mgr.34673) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:33.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:32 smithi007 bash[26113]: cluster 2024-09-11T08:28:30.938260+0000 mgr.x (mgr.34673) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:35.174 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:32.938819+0000 mgr.x (mgr.34673) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:35.174 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:34 smithi007 bash[23378]: cluster 2024-09-11T08:28:32.938819+0000 mgr.x (mgr.34673) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:35.175 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:32.938819+0000 mgr.x (mgr.34673) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:35.175 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:34 smithi007 bash[26113]: cluster 2024-09-11T08:28:32.938819+0000 mgr.x (mgr.34673) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:35.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:32.938819+0000 mgr.x (mgr.34673) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:35.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:34 smithi155 bash[23209]: cluster 2024-09-11T08:28:32.938819+0000 mgr.x (mgr.34673) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:35.981 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:28:37.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:34.939619+0000 mgr.x (mgr.34673) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:37.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:36 smithi007 bash[23378]: cluster 2024-09-11T08:28:34.939619+0000 mgr.x (mgr.34673) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:37.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:34.939619+0000 mgr.x (mgr.34673) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:37.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:36 smithi007 bash[26113]: cluster 2024-09-11T08:28:34.939619+0000 mgr.x (mgr.34673) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:37.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:34.939619+0000 mgr.x (mgr.34673) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:37.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:36 smithi155 bash[23209]: cluster 2024-09-11T08:28:34.939619+0000 mgr.x (mgr.34673) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:28:38.048 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:28:38.049 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (12m) 2m ago 21m 16.7M - 0.27.0 11f11916f8cd ae9fc6219cf8 2024-09-11T08:28:38.049 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (20m) 2m ago 20m 38.0M - 6.6.2 87a51ecf0b1c 8c751f3da660 2024-09-11T08:28:38.049 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 running (16m) 2m ago 24m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 85355100cdbe 2024-09-11T08:28:38.049 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (8m) 2m ago 25m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:28:38.049 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (25m) 2m ago 25m 169M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:28:38.050 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (24m) 2m ago 24m 159M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:28:38.050 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (25m) 2m ago 25m 153M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:28:38.050 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (21m) 2m ago 21m 12.2M - 1.8.2 71dc9668b154 550dc5450d6e 2024-09-11T08:28:38.050 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (21m) 2m ago 21m 10.9M - 1.8.2 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:28:38.050 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (24m) 2m ago 24m 46.5M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:28:38.050 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (24m) 2m ago 24m 46.9M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:28:38.050 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (23m) 2m ago 23m 43.5M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:28:38.051 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (23m) 2m ago 23m 46.5M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:28:38.051 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (23m) 2m ago 23m 47.4M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:28:38.051 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (22m) 2m ago 22m 44.7M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:28:38.051 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (22m) 2m ago 22m 48.7M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:28:38.051 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (22m) 2m ago 22m 47.4M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:28:38.052 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (12m) 2m ago 21m 49.4M - 2.54.1 4022a502929b e44a7af880b7 2024-09-11T08:28:38.052 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (20m) 2m ago 20m 37.5M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:28:38.052 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (20m) 2m ago 20m 36.7M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:28:38.732 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:28:38.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:36.940110+0000 mgr.x (mgr.34673) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:38.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: cluster 2024-09-11T08:28:36.940110+0000 mgr.x (mgr.34673) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.037973+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.038382+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.038752+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.039136+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.039489+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.039815+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.041845+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.042285+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.042674+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.043043+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[23378]: audit 2024-09-11T08:28:38.043422+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.037973+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.038382+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:36.940110+0000 mgr.x (mgr.34673) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: cluster 2024-09-11T08:28:36.940110+0000 mgr.x (mgr.34673) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.037973+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.038382+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.038752+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.039136+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.039489+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.039815+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.041845+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.042285+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.042674+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.043043+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 bash[26113]: audit 2024-09-11T08:28:38.043422+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.037973+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.038382+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.038752+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.039136+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.039489+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.039815+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.041845+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.042285+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.042674+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.043043+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.043422+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.038752+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.039136+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.039489+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.039815+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.041845+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.042285+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.042674+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.043043+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:38.989 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:38 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.043422+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:36.940110+0000 mgr.x (mgr.34673) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.037973+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: cluster 2024-09-11T08:28:36.940110+0000 mgr.x (mgr.34673) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.037973+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.038382+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.038752+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.039136+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.039489+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.039815+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.041845+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.042285+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.042674+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.043043+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 bash[23209]: audit 2024-09-11T08:28:38.043422+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.038382+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.038752+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.039136+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.039489+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.039815+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.041845+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.042285+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.042674+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.043043+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.043422+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:39.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:38.035610+0000 mgr.x (mgr.34673) 95 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:38.940595+0000 mgr.x (mgr.34673) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:38.035610+0000 mgr.x (mgr.34673) 95 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: cluster 2024-09-11T08:28:38.940595+0000 mgr.x (mgr.34673) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:39.187596+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:39.187791+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:39.187883+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:39.188070+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:39.188137+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:39.188259+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:39.188401+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[23378]: audit 2024-09-11T08:28:39.188453+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.992 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:39.187596+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:39.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:39.187791+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:39.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:39.187883+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:38.035610+0000 mgr.x (mgr.34673) 95 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:39.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: cluster 2024-09-11T08:28:38.940595+0000 mgr.x (mgr.34673) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:39.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:39.187596+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:39.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:39.187791+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:39.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:39.187883+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:39.188070+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:39.188137+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:39.188259+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:39.188401+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 bash[26113]: audit 2024-09-11T08:28:39.188453+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:38.035610+0000 mgr.x (mgr.34673) 95 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:38.940595+0000 mgr.x (mgr.34673) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:39.187596+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:39.187791+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:39.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:39.187883+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:39.188070+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:39.188137+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:39.188259+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:39.188401+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:39.188453+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:39.188070+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:39.188137+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:39.188259+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:39.188401+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:39.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:39.188453+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:38.035610+0000 mgr.x (mgr.34673) 95 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:38.940595+0000 mgr.x (mgr.34673) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:38.035610+0000 mgr.x (mgr.34673) 95 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: cluster 2024-09-11T08:28:38.940595+0000 mgr.x (mgr.34673) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:39.187596+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:39.187791+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:39.187883+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:39.188070+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:39.188137+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:39.188259+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:39.188401+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 bash[23209]: audit 2024-09-11T08:28:39.188453+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:39.187596+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:39.187791+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:28:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:39.187883+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:39.188070+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:39.188137+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:39.188259+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:28:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:39.188401+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:39.188453+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:28:40.754 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:28:40.754 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:28:40.754 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:28:40.755 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:28:40.756 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:28:40.756 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:28:40.756 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:28:41.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:40.754139+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.7:0/1828132892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:41.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:40 smithi007 bash[23378]: audit 2024-09-11T08:28:40.754139+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.7:0/1828132892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:41.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:40.754139+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.7:0/1828132892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:41.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:40 smithi007 bash[26113]: audit 2024-09-11T08:28:40.754139+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.7:0/1828132892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:41.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:40.754139+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.7:0/1828132892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:41.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:40 smithi155 bash[23209]: audit 2024-09-11T08:28:40.754139+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.7:0/1828132892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:41.374 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-11T08:28:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:40.941336+0000 mgr.x (mgr.34673) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:41 smithi155 bash[23209]: cluster 2024-09-11T08:28:40.941336+0000 mgr.x (mgr.34673) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:40.941336+0000 mgr.x (mgr.34673) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:41 smithi007 bash[23378]: cluster 2024-09-11T08:28:40.941336+0000 mgr.x (mgr.34673) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:40.941336+0000 mgr.x (mgr.34673) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:41 smithi007 bash[26113]: cluster 2024-09-11T08:28:40.941336+0000 mgr.x (mgr.34673) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:28:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:42.941815+0000 mgr.x (mgr.34673) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:43.275455+0000 mgr.x (mgr.34673) 99 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:43 smithi155 bash[23209]: cluster 2024-09-11T08:28:42.941815+0000 mgr.x (mgr.34673) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:43 smithi155 bash[23209]: audit 2024-09-11T08:28:43.275455+0000 mgr.x (mgr.34673) 99 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:42.941815+0000 mgr.x (mgr.34673) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:43 smithi007 bash[23378]: cluster 2024-09-11T08:28:42.941815+0000 mgr.x (mgr.34673) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:43 smithi007 bash[23378]: audit 2024-09-11T08:28:43.275455+0000 mgr.x (mgr.34673) 99 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:43.275455+0000 mgr.x (mgr.34673) 99 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:42.941815+0000 mgr.x (mgr.34673) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:43 smithi007 bash[26113]: cluster 2024-09-11T08:28:42.941815+0000 mgr.x (mgr.34673) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:43 smithi007 bash[26113]: audit 2024-09-11T08:28:43.275455+0000 mgr.x (mgr.34673) 99 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:43.275455+0000 mgr.x (mgr.34673) 99 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:44.598 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:44.593540+0000 mgr.x (mgr.34673) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:45 smithi155 bash[23209]: cephadm 2024-09-11T08:28:44.593540+0000 mgr.x (mgr.34673) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:45 smithi155 bash[23209]: audit 2024-09-11T08:28:44.594375+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:45 smithi155 bash[23209]: audit 2024-09-11T08:28:44.594709+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:45 smithi155 bash[23209]: audit 2024-09-11T08:28:44.597994+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:45 smithi155 bash[23209]: audit 2024-09-11T08:28:44.600984+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:45 smithi155 bash[23209]: audit 2024-09-11T08:28:44.601130+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:45 smithi155 bash[23209]: audit 2024-09-11T08:28:44.604597+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:45 smithi155 bash[23209]: cephadm 2024-09-11T08:28:44.687018+0000 mgr.x (mgr.34673) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:44.594375+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:44.594709+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:44.597994+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:44.600984+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:44.601130+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:44.604597+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:28:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:44.687018+0000 mgr.x (mgr.34673) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:44.593540+0000 mgr.x (mgr.34673) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:44.594375+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[23378]: cephadm 2024-09-11T08:28:44.593540+0000 mgr.x (mgr.34673) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[23378]: audit 2024-09-11T08:28:44.594375+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[23378]: audit 2024-09-11T08:28:44.594709+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[23378]: audit 2024-09-11T08:28:44.597994+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[23378]: audit 2024-09-11T08:28:44.600984+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[23378]: audit 2024-09-11T08:28:44.601130+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[23378]: audit 2024-09-11T08:28:44.604597+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:28:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[23378]: cephadm 2024-09-11T08:28:44.687018+0000 mgr.x (mgr.34673) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:44.594709+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:44.597994+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:44.600984+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:44.601130+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:44.604597+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:28:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:44.687018+0000 mgr.x (mgr.34673) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[26113]: cephadm 2024-09-11T08:28:44.593540+0000 mgr.x (mgr.34673) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[26113]: audit 2024-09-11T08:28:44.594375+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[26113]: audit 2024-09-11T08:28:44.594709+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 bash[26113]: audit 2024-09-11T08:28:44.597994+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:45 smithi007 bash[26113]: audit 2024-09-11T08:28:44.600984+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:45 smithi007 bash[26113]: audit 2024-09-11T08:28:44.601130+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:45 smithi007 bash[26113]: audit 2024-09-11T08:28:44.604597+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:28:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:45 smithi007 bash[26113]: cephadm 2024-09-11T08:28:44.687018+0000 mgr.x (mgr.34673) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:44.593540+0000 mgr.x (mgr.34673) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:44.594375+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:44.594709+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:44.597994+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"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-11T08:28:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:44.600984+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:44.601130+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:28:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:44.604597+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:28:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:44.687018+0000 mgr.x (mgr.34673) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:28:45.303 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:28:47.015 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:46 smithi007 bash[23378]: cluster 2024-09-11T08:28:44.942489+0000 mgr.x (mgr.34673) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:47.015 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:44.942489+0000 mgr.x (mgr.34673) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:47.015 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:46 smithi007 bash[26113]: cluster 2024-09-11T08:28:44.942489+0000 mgr.x (mgr.34673) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:47.015 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:44.942489+0000 mgr.x (mgr.34673) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:44.942489+0000 mgr.x (mgr.34673) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:46 smithi155 bash[23209]: cluster 2024-09-11T08:28:44.942489+0000 mgr.x (mgr.34673) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:47.748 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:28:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.881394+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.881578+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.881394+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.881578+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.881394+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.881578+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.884604+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.886914+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.887909+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.887921+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.892856+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.899179+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: audit 2024-09-11T08:28:47.899203+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.884604+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.886914+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.887909+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.887921+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.892856+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.899179+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: audit 2024-09-11T08:28:47.899203+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[23378]: cluster 2024-09-11T08:28:47.903191+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.884604+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.886914+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:28:48.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.887909+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.887921+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.892856+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:28:48.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 bash[26113]: cluster 2024-09-11T08:28:47.903191+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:28:48.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.881394+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.881578+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.884604+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.886914+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:28:48.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.887909+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.887921+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.892856+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:28:48.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.899179+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.899203+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:47.903191+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:28:48.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.899179+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.899203+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:47.903191+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:28:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.881394+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.881578+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.881394+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.881578+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.884604+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.886914+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.887909+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.887921+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.892856+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.899179+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: audit 2024-09-11T08:28:47.899203+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 bash[23209]: cluster 2024-09-11T08:28:47.903191+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:28:48.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.884604+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"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-11T08:28:48.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.886914+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:28:48.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.887909+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.887921+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:28:48.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.892856+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:28:48.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.899179+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.899203+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:28:48.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:47.903191+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:28:48.439 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (12m) 3m ago 21m 16.7M - 0.27.0 11f11916f8cd ae9fc6219cf8 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (21m) 3m ago 21m 38.0M - 6.6.2 87a51ecf0b1c 8c751f3da660 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 running (16m) 3m ago 24m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 85355100cdbe 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (9m) 3m ago 26m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (26m) 3m ago 26m 169M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (25m) 3m ago 25m 159M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (25m) 3m ago 25m 153M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (21m) 3m ago 21m 12.2M - 1.8.2 71dc9668b154 550dc5450d6e 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (21m) 3m ago 21m 10.9M - 1.8.2 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (24m) 3m ago 24m 46.5M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (24m) 3m ago 24m 46.9M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:28:48.440 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (23m) 3m ago 23m 43.5M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:28:48.441 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (23m) 3m ago 23m 46.5M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:28:48.441 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (23m) 3m ago 23m 47.4M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:28:48.441 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (22m) 3m ago 23m 44.7M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:28:48.441 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (22m) 3m ago 22m 48.7M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:28:48.441 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (22m) 3m ago 22m 47.4M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:28:48.441 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (12m) 3m ago 21m 49.4M - 2.54.1 4022a502929b e44a7af880b7 2024-09-11T08:28:48.441 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (20m) 3m ago 20m 37.5M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:28:48.441 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (20m) 3m ago 20m 36.7M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:28:48.864 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:28:48.864 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:28:48.864 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:28:48.864 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:28:48.864 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:28:48.864 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:28:48.864 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:28:48.864 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:28:48.865 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:28:49.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:46.943021+0000 mgr.x (mgr.34673) 103 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:49.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:47.736831+0000 mgr.x (mgr.34673) 104 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:49.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: cluster 2024-09-11T08:28:46.943021+0000 mgr.x (mgr.34673) 103 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:49.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:47.736831+0000 mgr.x (mgr.34673) 104 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:49.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: cephadm 2024-09-11T08:28:47.885955+0000 mgr.x (mgr.34673) 105 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: cephadm 2024-09-11T08:28:47.886024+0000 mgr.x (mgr.34673) 106 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: cephadm 2024-09-11T08:28:47.895459+0000 mgr.x (mgr.34673) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: cephadm 2024-09-11T08:28:47.895970+0000 mgr.x (mgr.34673) 108 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: cephadm 2024-09-11T08:28:47.898897+0000 mgr.x (mgr.34673) 109 : cephadm [INF] Failing over to other MGR 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.430131+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.430624+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.430994+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.431378+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.431730+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.432085+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.434078+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.434451+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:46.943021+0000 mgr.x (mgr.34673) 103 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:47.736831+0000 mgr.x (mgr.34673) 104 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:47.885955+0000 mgr.x (mgr.34673) 105 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:47.886024+0000 mgr.x (mgr.34673) 106 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:47.895459+0000 mgr.x (mgr.34673) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:47.895970+0000 mgr.x (mgr.34673) 108 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:47.898897+0000 mgr.x (mgr.34673) 109 : cephadm [INF] Failing over to other MGR 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: cluster 2024-09-11T08:28:46.943021+0000 mgr.x (mgr.34673) 103 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:49.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:47.736831+0000 mgr.x (mgr.34673) 104 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: cephadm 2024-09-11T08:28:47.885955+0000 mgr.x (mgr.34673) 105 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: cephadm 2024-09-11T08:28:47.886024+0000 mgr.x (mgr.34673) 106 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: cephadm 2024-09-11T08:28:47.895459+0000 mgr.x (mgr.34673) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: cephadm 2024-09-11T08:28:47.895970+0000 mgr.x (mgr.34673) 108 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: cephadm 2024-09-11T08:28:47.898897+0000 mgr.x (mgr.34673) 109 : cephadm [INF] Failing over to other MGR 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.430131+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.430131+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.430624+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.434818+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.435183+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.435523+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.863612+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.7:0/207244391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: audit 2024-09-11T08:28:48.895486+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[26113]: cluster 2024-09-11T08:28:48.895544+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e31: y(active, starting, since 0.995955s) 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:47.885955+0000 mgr.x (mgr.34673) 105 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:47.886024+0000 mgr.x (mgr.34673) 106 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:47.895459+0000 mgr.x (mgr.34673) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:47.895970+0000 mgr.x (mgr.34673) 108 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:47.898897+0000 mgr.x (mgr.34673) 109 : cephadm [INF] Failing over to other MGR 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.430131+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.430624+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.430994+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.431378+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.431730+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.432085+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.430994+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.431378+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.431730+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.432085+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.434078+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.434451+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.434818+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.435183+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.435523+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.863612+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.7:0/207244391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: audit 2024-09-11T08:28:48.895486+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 bash[23378]: cluster 2024-09-11T08:28:48.895544+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e31: y(active, starting, since 0.995955s) 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.430624+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.430994+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.431378+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.431730+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.432085+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.434078+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.434451+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.434818+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.435183+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.435523+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.863612+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.7:0/207244391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:48.895486+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:48.895544+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e31: y(active, starting, since 0.995955s) 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.434078+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.434451+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.434818+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.435183+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.435523+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.863612+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.7:0/207244391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:49.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:48.895486+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:28:49.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:48.895544+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e31: y(active, starting, since 0.995955s) 2024-09-11T08:28:49.162 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:48.894+0000 7fc2f0bba640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:28:49.162 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[33768]: debug 2024-09-11T08:28:48.894+0000 7fc2f0bba640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:28:49.162 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: ignoring --setuser ceph since I am not root 2024-09-11T08:28:49.162 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: ignoring --setgroup ceph since I am not root 2024-09-11T08:28:49.162 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[33768]: ignoring --setuser ceph since I am not root 2024-09-11T08:28:49.162 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[33768]: ignoring --setgroup ceph since I am not root 2024-09-11T08:28:49.162 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:48.942+0000 7fac216a0640 1 -- 172.21.15.155:0/3327706536 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5645ee0dc340 con 0x5645ee0e9000 2024-09-11T08:28:49.163 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[33768]: debug 2024-09-11T08:28:48.942+0000 7fac216a0640 1 -- 172.21.15.155:0/3327706536 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5645ee0dc340 con 0x5645ee0e9000 2024-09-11T08:28:49.163 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:49.039+0000 7fac23efaec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:28:49.163 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 bash[33768]: debug 2024-09-11T08:28:49.039+0000 7fac23efaec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:28:49.163 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:49.095+0000 7fac23efaec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:28:49.163 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 bash[33768]: debug 2024-09-11T08:28:49.095+0000 7fac23efaec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:28:49.163 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:49.161+0000 7fac23efaec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:28:49.163 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 bash[33768]: debug 2024-09-11T08:28:49.161+0000 7fac23efaec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:46.943021+0000 mgr.x (mgr.34673) 103 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:47.736831+0000 mgr.x (mgr.34673) 104 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: cluster 2024-09-11T08:28:46.943021+0000 mgr.x (mgr.34673) 103 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:47.736831+0000 mgr.x (mgr.34673) 104 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: cephadm 2024-09-11T08:28:47.885955+0000 mgr.x (mgr.34673) 105 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: cephadm 2024-09-11T08:28:47.886024+0000 mgr.x (mgr.34673) 106 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: cephadm 2024-09-11T08:28:47.895459+0000 mgr.x (mgr.34673) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: cephadm 2024-09-11T08:28:47.895970+0000 mgr.x (mgr.34673) 108 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: cephadm 2024-09-11T08:28:47.898897+0000 mgr.x (mgr.34673) 109 : cephadm [INF] Failing over to other MGR 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.430131+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.430624+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.164 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.430994+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.431378+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.431730+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.432085+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:47.885955+0000 mgr.x (mgr.34673) 105 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.434078+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.434451+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.434818+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.435183+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.435523+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.863612+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.7:0/207244391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: audit 2024-09-11T08:28:48.895486+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 bash[23209]: cluster 2024-09-11T08:28:48.895544+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e31: y(active, starting, since 0.995955s) 2024-09-11T08:28:49.165 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:47.886024+0000 mgr.x (mgr.34673) 106 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:47.895459+0000 mgr.x (mgr.34673) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:47.895970+0000 mgr.x (mgr.34673) 108 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:47.898897+0000 mgr.x (mgr.34673) 109 : cephadm [INF] Failing over to other MGR 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.430131+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.430624+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.430994+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.431378+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.431730+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.432085+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.434078+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.434451+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.166 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.434818+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.435183+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.435523+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.34673 172.21.15.155:0/2599856608' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:28:49.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.863612+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.7:0/207244391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:28:49.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:48.895486+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.34673 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:28:49.167 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:48.895544+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e31: y(active, starting, since 0.995955s) 2024-09-11T08:28:49.426 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:49.286+0000 7fac23efaec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:28:49.426 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 bash[33768]: debug 2024-09-11T08:28:49.286+0000 7fac23efaec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:28:49.426 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:49.425+0000 7fac23efaec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:28:49.426 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 bash[33768]: debug 2024-09-11T08:28:49.425+0000 7fac23efaec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:28:50.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:49.682+0000 7fac23efaec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:28:50.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 bash[33768]: debug 2024-09-11T08:28:49.682+0000 7fac23efaec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:28:50.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:49.743+0000 7fac23efaec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:28:50.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 bash[33768]: debug 2024-09-11T08:28:49.743+0000 7fac23efaec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:28:50.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:49.906+0000 7fac23efaec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:28:50.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:49 smithi155 bash[33768]: debug 2024-09-11T08:28:49.906+0000 7fac23efaec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:28:51.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:50.761+0000 7fac23efaec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:28:51.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:50 smithi155 bash[33768]: debug 2024-09-11T08:28:50.761+0000 7fac23efaec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:28:51.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:50.827+0000 7fac23efaec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:28:51.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:50 smithi155 bash[33768]: debug 2024-09-11T08:28:50.827+0000 7fac23efaec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:28:51.837 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:51.542+0000 7fac23efaec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:28:51.837 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 bash[33768]: debug 2024-09-11T08:28:51.542+0000 7fac23efaec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:28:51.837 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:51.654+0000 7fac23efaec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:28:51.837 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 bash[33768]: debug 2024-09-11T08:28:51.654+0000 7fac23efaec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:28:51.837 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:51.776+0000 7fac23efaec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:28:51.837 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 bash[33768]: debug 2024-09-11T08:28:51.776+0000 7fac23efaec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:28:51.838 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:51.836+0000 7fac23efaec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:28:51.838 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 bash[33768]: debug 2024-09-11T08:28:51.836+0000 7fac23efaec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:28:52.091 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:51.965+0000 7fac23efaec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:28:52.091 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:51 smithi155 bash[33768]: debug 2024-09-11T08:28:51.965+0000 7fac23efaec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:28:52.091 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:52.031+0000 7fac23efaec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:28:52.092 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 bash[33768]: debug 2024-09-11T08:28:52.031+0000 7fac23efaec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:28:52.092 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:52.091+0000 7fac23efaec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:28:52.092 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 bash[33768]: debug 2024-09-11T08:28:52.091+0000 7fac23efaec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:28:52.357 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:52.227+0000 7fac23efaec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:28:52.357 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 bash[33768]: debug 2024-09-11T08:28:52.227+0000 7fac23efaec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:28:52.357 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:52.291+0000 7fac23efaec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:28:52.358 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 bash[33768]: debug 2024-09-11T08:28:52.291+0000 7fac23efaec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:28:52.358 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:52.357+0000 7fac23efaec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:28:52.358 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 bash[33768]: debug 2024-09-11T08:28:52.357+0000 7fac23efaec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:28:52.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:52.438+0000 7fac23efaec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:28:52.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 bash[33768]: debug 2024-09-11T08:28:52.438+0000 7fac23efaec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:28:52.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:52.496+0000 7fac23efaec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:28:52.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 bash[33768]: debug 2024-09-11T08:28:52.496+0000 7fac23efaec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:28:52.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:52.552+0000 7fac23efaec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:28:52.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:52 smithi155 bash[33768]: debug 2024-09-11T08:28:52.552+0000 7fac23efaec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:28:53.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x[33811]: debug 2024-09-11T08:28:53.307+0000 7fac23efaec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:28:53.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:28:53 smithi155 bash[33768]: debug 2024-09-11T08:28:53.307+0000 7fac23efaec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:28:53.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:53.310135+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:28:53.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 bash[23209]: audit 2024-09-11T08:28:53.310135+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:28:53.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 bash[23209]: cluster 2024-09-11T08:28:53.310253+0000 mon.a (mon.0) 1047 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:28:53.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 bash[23209]: audit 2024-09-11T08:28:53.310423+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:53.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 bash[23209]: audit 2024-09-11T08:28:53.311061+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:28:53.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 bash[23209]: audit 2024-09-11T08:28:53.311286+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:53.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:53.310253+0000 mon.a (mon.0) 1047 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:28:53.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:53.310423+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:53.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:53.311061+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:28:53.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:53.311286+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:53.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:53.310135+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:28:53.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[26113]: audit 2024-09-11T08:28:53.310135+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:28:53.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[26113]: cluster 2024-09-11T08:28:53.310253+0000 mon.a (mon.0) 1047 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:28:53.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[26113]: audit 2024-09-11T08:28:53.310423+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[26113]: audit 2024-09-11T08:28:53.311061+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[26113]: audit 2024-09-11T08:28:53.311286+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:53.310253+0000 mon.a (mon.0) 1047 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:53.310423+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:53.311061+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:53.311286+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:53.310135+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[23378]: audit 2024-09-11T08:28:53.310135+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[23378]: cluster 2024-09-11T08:28:53.310253+0000 mon.a (mon.0) 1047 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[23378]: audit 2024-09-11T08:28:53.310423+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:53.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[23378]: audit 2024-09-11T08:28:53.311061+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:28:53.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 bash[23378]: audit 2024-09-11T08:28:53.311286+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:53.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:53.310253+0000 mon.a (mon.0) 1047 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:28:53.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:53.310423+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:53.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:53.311061+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:28:53.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:53.311286+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.? 172.21.15.155:0/1704215747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:54.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:53.370659+0000 mon.a (mon.0) 1048 : cluster [DBG] mgrmap e32: y(active, starting, since 5s), standbys: x 2024-09-11T08:28:54.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:53.371200+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:28:54.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:54 smithi155 bash[23209]: cluster 2024-09-11T08:28:53.370659+0000 mon.a (mon.0) 1048 : cluster [DBG] mgrmap e32: y(active, starting, since 5s), standbys: x 2024-09-11T08:28:54.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:54 smithi155 bash[23209]: audit 2024-09-11T08:28:53.371200+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:28:54.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:54 smithi155 bash[23209]: audit 2024-09-11T08:28:53.371487+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:28:54.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:53.371487+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:28:54.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:53.370659+0000 mon.a (mon.0) 1048 : cluster [DBG] mgrmap e32: y(active, starting, since 5s), standbys: x 2024-09-11T08:28:54.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:53.371200+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:28:54.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:54 smithi007 bash[23378]: cluster 2024-09-11T08:28:53.370659+0000 mon.a (mon.0) 1048 : cluster [DBG] mgrmap e32: y(active, starting, since 5s), standbys: x 2024-09-11T08:28:54.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:54 smithi007 bash[23378]: audit 2024-09-11T08:28:53.371200+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:28:54.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:54 smithi007 bash[23378]: audit 2024-09-11T08:28:53.371487+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:28:54.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:53.371487+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:28:54.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:54 smithi007 bash[26113]: cluster 2024-09-11T08:28:53.370659+0000 mon.a (mon.0) 1048 : cluster [DBG] mgrmap e32: y(active, starting, since 5s), standbys: x 2024-09-11T08:28:54.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:54 smithi007 bash[26113]: audit 2024-09-11T08:28:53.371200+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:28:54.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:54 smithi007 bash[26113]: audit 2024-09-11T08:28:53.371487+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:28:54.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:53.370659+0000 mon.a (mon.0) 1048 : cluster [DBG] mgrmap e32: y(active, starting, since 5s), standbys: x 2024-09-11T08:28:54.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:53.371200+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:28:54.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:53.371487+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:28:55.398 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:28:55.398 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:28:55.398 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:28:55.398 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:28:55.398 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [ 2024-09-11T08:28:55.398 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr" 2024-09-11T08:28:55.398 INFO:teuthology.orchestra.run.smithi007.stdout: ], 2024-09-11T08:28:55.399 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:28:55.399 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "", 2024-09-11T08:28:55.399 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:28:55.399 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:28:55.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.897117+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:28:55.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.897302+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:28:55.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.897117+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.897302+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.897494+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.899336+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.899609+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.899927+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.900221+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.900526+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.900864+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.901127+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.901365+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.901628+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.901834+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:28:55.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.902258+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:28:55.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.903173+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:28:55.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.904016+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.904360+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.904714+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.905088+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.905422+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.905770+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.906118+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.906480+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.906795+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.907116+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:28:55.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.907419+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:28:55.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.907752+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:28:55.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.908045+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:28:55.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.908346+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:28:55.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.908670+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:28:55.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.908973+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:28:55.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.897494+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:28:55.514 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.909273+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:28:55.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.909586+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:28:55.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.909886+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:28:55.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.910182+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:28:55.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.910501+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:28:55.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.910809+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:28:55.515 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.911106+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.911408+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.911745+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.912051+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.912353+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.912672+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.913000+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.913301+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: cluster 2024-09-11T08:28:54.943402+0000 mon.a (mon.0) 1096 : cluster [INF] Manager daemon y is now available 2024-09-11T08:28:55.516 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.988381+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:28:55.517 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:54.993182+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:28:55.517 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:55.226894+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.517 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 bash[23209]: audit 2024-09-11T08:28:55.230645+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.517 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.899336+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:28:55.517 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.899609+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:28:55.517 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.899927+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:55.517 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.900221+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:55.518 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.900526+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:55.518 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.900864+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:28:55.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.901127+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:28:55.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.901365+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:28:55.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.901628+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:28:55.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.901834+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:28:55.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.902258+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:28:55.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.903173+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:28:55.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.904016+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:28:55.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.904360+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.904714+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.905088+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.905422+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.905770+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.906118+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.906480+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.906795+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.907116+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.907419+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.907752+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.908045+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.908346+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:28:55.520 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.908670+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.908973+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.909273+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.909586+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.909886+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.910182+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.910501+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.910809+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.911106+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.911408+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.911745+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.912051+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.912353+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:28:55.521 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.912672+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:28:55.522 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.913000+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:28:55.522 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.913301+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:28:55.522 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:54.943402+0000 mon.a (mon.0) 1096 : cluster [INF] Manager daemon y is now available 2024-09-11T08:28:55.522 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.988381+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:28:55.522 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:54.993182+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:28:55.522 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:55.226894+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.522 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:55.230645+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.897117+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:28:55.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.897117+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:28:55.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.897302+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:28:55.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.897494+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.899336+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.899609+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.899927+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.900221+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.900526+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.900864+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.901127+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.901365+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.901628+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.901834+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.902258+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:28:55.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.903173+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:28:55.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.904016+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:28:55.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.904360+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:28:55.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.897117+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:28:55.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.897302+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:28:55.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.897494+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:28:55.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.899336+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.899609+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.899927+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.900221+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.897117+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.900526+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.900864+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.901127+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.901365+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.901628+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.901834+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.902258+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.903173+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:28:55.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.904016+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:28:55.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.904360+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:28:55.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.904714+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:28:55.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.905088+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:28:55.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.905422+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:28:55.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.905770+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:28:55.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.906118+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.906480+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.906795+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.907116+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.907419+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.907752+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.908045+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.908346+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.908670+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:28:55.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.908973+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.909273+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.909586+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.909886+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.910182+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.910501+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.910809+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.911106+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.911408+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.911745+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.912051+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.912353+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.912672+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:28:55.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.913000+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:28:55.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.913301+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:28:55.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: cluster 2024-09-11T08:28:54.943402+0000 mon.a (mon.0) 1096 : cluster [INF] Manager daemon y is now available 2024-09-11T08:28:55.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.988381+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:28:55.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:54.993182+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:28:55.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:55.226894+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[23378]: audit 2024-09-11T08:28:55.230645+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.546 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.904714+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.905088+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.905422+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.905770+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.906118+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.906480+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.906795+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.907116+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.907419+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.907752+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.908045+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.908346+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.908670+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.908973+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:28:55.547 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.909273+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.909586+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.897302+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.897494+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.899336+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.899609+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.899927+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.900221+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.900526+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:55.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.900864+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:28:55.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.901127+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:28:55.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.901365+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:28:55.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.901628+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:28:55.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.901834+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:28:55.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.902258+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:28:55.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.903173+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:28:55.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.904016+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:28:55.549 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.909886+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.910182+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.910501+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.910809+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.911106+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.911408+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.911745+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.912051+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.912353+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.912672+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.913000+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.913301+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: cluster 2024-09-11T08:28:54.943402+0000 mon.a (mon.0) 1096 : cluster [INF] Manager daemon y is now available 2024-09-11T08:28:55.550 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.988381+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:28:55.551 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:54.993182+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:28:55.551 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:55.226894+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.551 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 bash[26113]: audit 2024-09-11T08:28:55.230645+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.551 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.904360+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.904714+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.905088+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.905422+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.905770+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.906118+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.906480+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.906795+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.907116+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.907419+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.907752+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.908045+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:28:55.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.908346+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:28:55.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.908670+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:28:55.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.908973+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:28:55.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.909273+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:28:55.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.909586+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:28:55.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.909886+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:28:55.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.910182+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:28:55.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.910501+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:28:55.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.910809+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.911106+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.911408+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.911745+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.912051+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.912353+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.912672+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.913000+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.913301+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:54.943402+0000 mon.a (mon.0) 1096 : cluster [INF] Manager daemon y is now available 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.988381+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:54.993182+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:55.226894+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:55.230645+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.555 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.897302+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:28:55.555 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.897494+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.899336+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.899609+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.899927+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.900221+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.900526+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.900864+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.901127+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.901365+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.901628+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.901834+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.902258+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:28:55.556 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.903173+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.904016+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.904360+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.904714+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.905088+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.905422+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.905770+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.906118+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.906480+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.906795+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.907116+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:28:55.557 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.907419+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.907752+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.908045+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.908346+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.908670+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.908973+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.909273+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.909586+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.909886+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.910182+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.910501+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:28:55.558 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.910809+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.911106+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.911408+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.911745+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.912051+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.912353+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.912672+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.913000+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.913301+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:54.943402+0000 mon.a (mon.0) 1096 : cluster [INF] Manager daemon y is now available 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.988381+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:54.993182+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:28:55.559 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:55.226894+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:55.560 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:55.230645+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:28:56.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:55.391366+0000 mon.a (mon.0) 1101 : cluster [DBG] mgrmap e33: y(active, since 7s), standbys: x 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:56 smithi007 bash[23378]: cluster 2024-09-11T08:28:55.391366+0000 mon.a (mon.0) 1101 : cluster [DBG] mgrmap e33: y(active, since 7s), standbys: x 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:56 smithi007 bash[23378]: audit 2024-09-11T08:28:55.396084+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:56 smithi007 bash[23378]: cluster 2024-09-11T08:28:55.398939+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:55.396084+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:55.398939+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:55.391366+0000 mon.a (mon.0) 1101 : cluster [DBG] mgrmap e33: y(active, since 7s), standbys: x 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:56 smithi007 bash[26113]: cluster 2024-09-11T08:28:55.391366+0000 mon.a (mon.0) 1101 : cluster [DBG] mgrmap e33: y(active, since 7s), standbys: x 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:56 smithi007 bash[26113]: audit 2024-09-11T08:28:55.396084+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:56 smithi007 bash[26113]: cluster 2024-09-11T08:28:55.398939+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:56.695 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:55.396084+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:56.696 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:55.398939+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:56.758 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:55.391366+0000 mon.a (mon.0) 1101 : cluster [DBG] mgrmap e33: y(active, since 7s), standbys: x 2024-09-11T08:28:56.758 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:55.396084+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:56.758 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:56 smithi155 bash[23209]: cluster 2024-09-11T08:28:55.391366+0000 mon.a (mon.0) 1101 : cluster [DBG] mgrmap e33: y(active, since 7s), standbys: x 2024-09-11T08:28:56.758 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:56 smithi155 bash[23209]: audit 2024-09-11T08:28:55.396084+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:56.758 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:56 smithi155 bash[23209]: cluster 2024-09-11T08:28:55.398939+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:56.758 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:55.398939+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:57.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:28:56.929+0000 7f86d4cb7640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:28:56] ENGINE Error in HTTPServer.serve 2024-09-11T08:28:57.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: Traceback (most recent call last): 2024-09-11T08:28:57.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:28:57.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._connections.run(self.expiration_interval) 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._run(expiration_interval) 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: s = self.context.wrap_socket( 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: return self.sslsocket_class._create( 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:28:57.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self.do_handshake() 2024-09-11T08:28:57.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:28:57.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._sslobj.do_handshake() 2024-09-11T08:28:57.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:28:57.041 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:28:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:28:57.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:56.397967+0000 mon.a (mon.0) 1102 : cluster [DBG] mgrmap e34: y(active, since 8s), standbys: x 2024-09-11T08:28:57.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:56.808939+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTING 2024-09-11T08:28:57.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: cluster 2024-09-11T08:28:56.397967+0000 mon.a (mon.0) 1102 : cluster [DBG] mgrmap e34: y(active, since 8s), standbys: x 2024-09-11T08:28:57.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: cephadm 2024-09-11T08:28:56.808939+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTING 2024-09-11T08:28:57.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: cluster 2024-09-11T08:28:56.901212+0000 mgr.y (mgr.14916) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:57.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: cephadm 2024-09-11T08:28:56.928051+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:28:57.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: cephadm 2024-09-11T08:28:56.928140+0000 mgr.y (mgr.14916) 6 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTED 2024-09-11T08:28:57.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: audit 2024-09-11T08:28:56.928878+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: cephadm 2024-09-11T08:28:56.929541+0000 mgr.y (mgr.14916) 7 : cephadm [ERR] [11/Sep/2024:08:28:56] ENGINE Error in HTTPServer.serve 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: Traceback (most recent call last): 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: self._connections.run(self.expiration_interval) 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: self._run(expiration_interval) 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: s = self.context.wrap_socket( 2024-09-11T08:28:57.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: return self.sslsocket_class._create( 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: self.do_handshake() 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: self._sslobj.do_handshake() 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 bash[23209]: audit 2024-09-11T08:28:56.932031+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:56.901212+0000 mgr.y (mgr.14916) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:56.928051+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:56.928140+0000 mgr.y (mgr.14916) 6 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTED 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:56.928878+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:28:57.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:28:56.929541+0000 mgr.y (mgr.14916) 7 : cephadm [ERR] [11/Sep/2024:08:28:56] ENGINE Error in HTTPServer.serve 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: Traceback (most recent call last): 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._connections.run(self.expiration_interval) 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._run(expiration_interval) 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: s = self.context.wrap_socket( 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:28:57.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: return self.sslsocket_class._create( 2024-09-11T08:28:57.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:28:57.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self.do_handshake() 2024-09-11T08:28:57.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:28:57.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: self._sslobj.do_handshake() 2024-09-11T08:28:57.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:28:57.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2024-09-11T08:28:57.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:56.932031+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:28:57.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: cluster 2024-09-11T08:28:56.397967+0000 mon.a (mon.0) 1102 : cluster [DBG] mgrmap e34: y(active, since 8s), standbys: x 2024-09-11T08:28:57.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: cephadm 2024-09-11T08:28:56.808939+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTING 2024-09-11T08:28:57.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: cluster 2024-09-11T08:28:56.901212+0000 mgr.y (mgr.14916) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:57.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: cephadm 2024-09-11T08:28:56.928051+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:28:57.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: cephadm 2024-09-11T08:28:56.928140+0000 mgr.y (mgr.14916) 6 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTED 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:56.397967+0000 mon.a (mon.0) 1102 : cluster [DBG] mgrmap e34: y(active, since 8s), standbys: x 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:56.808939+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTING 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: cluster 2024-09-11T08:28:56.397967+0000 mon.a (mon.0) 1102 : cluster [DBG] mgrmap e34: y(active, since 8s), standbys: x 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: cephadm 2024-09-11T08:28:56.808939+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTING 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: cluster 2024-09-11T08:28:56.901212+0000 mgr.y (mgr.14916) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: cephadm 2024-09-11T08:28:56.928051+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: cephadm 2024-09-11T08:28:56.928140+0000 mgr.y (mgr.14916) 6 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTED 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: audit 2024-09-11T08:28:56.928878+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: cephadm 2024-09-11T08:28:56.929541+0000 mgr.y (mgr.14916) 7 : cephadm [ERR] [11/Sep/2024:08:28:56] ENGINE Error in HTTPServer.serve 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: Traceback (most recent call last): 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:28:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: self._connections.run(self.expiration_interval) 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: self._run(expiration_interval) 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: s = self.context.wrap_socket( 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: return self.sslsocket_class._create( 2024-09-11T08:28:57.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: audit 2024-09-11T08:28:56.928878+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: cephadm 2024-09-11T08:28:56.929541+0000 mgr.y (mgr.14916) 7 : cephadm [ERR] [11/Sep/2024:08:28:56] ENGINE Error in HTTPServer.serve 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: Traceback (most recent call last): 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: self._connections.run(self.expiration_interval) 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: self._run(expiration_interval) 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:28:57.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: s = self.context.wrap_socket( 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: return self.sslsocket_class._create( 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: self.do_handshake() 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: self._sslobj.do_handshake() 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: self.do_handshake() 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:28:57.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: self._sslobj.do_handshake() 2024-09-11T08:28:57.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:28:57.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:28:57.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[23378]: audit 2024-09-11T08:28:56.932031+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:28:57.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:56.901212+0000 mgr.y (mgr.14916) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:57.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:56.928051+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:28:57.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:56.928140+0000 mgr.y (mgr.14916) 6 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTED 2024-09-11T08:28:57.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:56.928878+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:28:57.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:28:56.929541+0000 mgr.y (mgr.14916) 7 : cephadm [ERR] [11/Sep/2024:08:28:56] ENGINE Error in HTTPServer.serve 2024-09-11T08:28:57.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 bash[26113]: audit 2024-09-11T08:28:56.932031+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:28:57.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:56.397967+0000 mon.a (mon.0) 1102 : cluster [DBG] mgrmap e34: y(active, since 8s), standbys: x 2024-09-11T08:28:57.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:56.808939+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTING 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:56.901212+0000 mgr.y (mgr.14916) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:56.928051+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:56.928140+0000 mgr.y (mgr.14916) 6 : cephadm [INF] [11/Sep/2024:08:28:56] ENGINE Bus STARTED 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:56.928878+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:28:56.929541+0000 mgr.y (mgr.14916) 7 : cephadm [ERR] [11/Sep/2024:08:28:56] ENGINE Error in HTTPServer.serve 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Traceback (most recent call last): 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._connections.run(self.expiration_interval) 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:28:57.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._run(expiration_interval) 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: s = self.context.wrap_socket( 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: return self.sslsocket_class._create( 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self.do_handshake() 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: self._sslobj.do_handshake() 2024-09-11T08:28:57.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:28:57.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:28:57.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:56.932031+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:28:57.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Traceback (most recent call last): 2024-09-11T08:28:57.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:28:57.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._connections.run(self.expiration_interval) 2024-09-11T08:28:57.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:28:57.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._run(expiration_interval) 2024-09-11T08:28:57.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:28:57.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:28:57.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:28:57.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:28:57.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:28:57.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s = self.context.wrap_socket( 2024-09-11T08:28:57.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:28:57.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: return self.sslsocket_class._create( 2024-09-11T08:28:57.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:28:57.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self.do_handshake() 2024-09-11T08:28:57.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:28:57.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._sslobj.do_handshake() 2024-09-11T08:28:57.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:28:57.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:28:57.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:56.932031+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUZlNGngAr5bFLdgdbSMWfzlgJL9gwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4MTYwMVoXDTM0\\nMDkxMjA4MTYwMVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu\\n3L519fVg+CPtkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko\\n1I2iFxjZ8ZVbiVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wD\\nzOtf07n8t9ofkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+\\nPBrIWX4iX8k1EylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED\\n73QRTSx5iHjb8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgp\\nO3MzjAy7xGa3zQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3\\nm7aaBcKcRgd4Y/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF\\n+M1cYZNQpYad7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDv\\nsL13CEKxOO0oonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEs\\nNqxKrqls62DApbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDw\\nL88qQxECAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPmzAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQA0joyr8CDe6/aJEZdGtrLFOXRAAlbskJ44ceE7\\n8dpLPkn3EOOsPqx+a9ydFOB4N+l1uLq/Jc+h2j5PhHP/14mMDRGq181Ofm6Wu30C\\nlvOJpXEf11aQGBqBvd+y2gPiQW8/xIV64uoCVpfB2oMKnpO6tiF/TxBTDq9fEASp\\nwXfK/zPcXH6VA9vPzQz1uajNuisUOMz2Nivzt8bEK06biTJjDABQjYQEPgOtontK\\nrA8IBc6slFH7zQeq/Q8SgNt1fBEfpNfefM73J5Vcr9yr1RvBgDsL0xrVwW1ZqkGR\\nCYlnylMnrCI0AaWyGeH1WWgTHFa5zOXMusTYcDZ/5CpHA8NGDXK1RYgaGC04MwrS\\nkPGb6hrSaBk0ty/2UQ9ZeDN5enR7wecOu/bwlOUWKQQvFN9zmyG9tc42DcFNxtm9\\nApFUzTM+F+pSnuFr70CHklGM+QFhoZBTMOJwtAdhedtgxcbfbWgOMhNk1szcEdwx\\nfVJwBMhJXZbR+OKXIzuwPCfTYyrHdsvCzsB2krfgFiTr/LAtEdOkaqcmZNhQ0HEJ\\n35GoU3fsd724wqkRsN2VqxjHJflxtKXLYGXLBloC+eKTVdmqQ1MIH8ipaWdJ1JGM\\n3lkkITLX3YeNMCk83W+GblTHR34/44ipM0PpYZ667ydUEGGCqGzKvrVyJobVmQpO\\nnrXWLw==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEArkWr8g8cRlpInI9xxWIdvzJWR63mRWtjjKLu3L519fVg+CPt\\nkLo8KRQcIEWjIDSuvgaHRmj7U0YjHGp9Ome37W7V+ayvfwrPjAko1I2iFxjZ8ZVb\\niVmog+e3x4TCxEJDY2zwi7hdaTo7FvnpPnjxi21WcM+Jexgxi5wDzOtf07n8t9of\\nkfWfyZMOGVcPzYVRuRiuH+INOsolm8/0PAn/neiHwpbfLeG970a+PBrIWX4iX8k1\\nEylxSS4cqw37d5zHuvlRQ1KK8zAldCkXO/HB/K9dBLbEIteQtkED73QRTSx5iHjb\\n8weisHU5NOAw/WlgLC6vpzcftESzV/bdedoz0iZwZh9coSGUKkgpO3MzjAy7xGa3\\nzQpd2KyaiIXz/ig1VC+XKSxOSSonoFuIxSVq4wrnUzQcKshe/DY3m7aaBcKcRgd4\\nY/PmcS9rjyZ9P5EB0z75xwVqCV0fG/jiAOPnUgYQDb3Ikj5mT6gF+M1cYZNQpYad\\n7dIhMyzYTDRzv5zaqrG0/tJR/m+D9vC+k3rv0pa0DdPa9seoFdDvsL13CEKxOO0o\\nonqhJhkCrOmC6dSyPAinU6YgEXGsZD5A7QXfjPj253GWlKrCOMEsNqxKrqls62DA\\npbAaoVZseqn09Vus5g8cQV6JHeAILWnEVocQXDdVINRlz69b1nDwL88qQxECAwEA\\nAQKCAgAFwwlSZG4hFBf3n61BezsMLNMSFYGCGPDql+I9f4lVRYy0RZVTojmuGsNr\\njHveSymeICeBtCO/mwd7B3kOmNppne8SjUNj6BjIuq6MOQbTfEuL544WSGXoPw16\\nKfU50Y5Kc7IQD4tcmNuWaNK9sVhcnZPEoPL85DXSpajRQhS58om0zzAZJoGnA679\\nFt4fk51qKRMMPDBHaeK0kCuFPugh+Zu/+vaj7OVXi3trj6/hOBi1OakA4j9T7eOu\\nIuUmHTOUFq1JdFmiXNyXJqrlTSrmkqp41v1dAMswwG1rscbm6h4WTVcp1c465vRK\\nT5GFFmJi8ZP2i423e0hB87g6wLRy+77HUT1P/F6npqnd23f2CvpuaRryl8vzFioL\\ntjg9mDBdKqVpsI8Za4ooLIQlAFCrqsG32Uwg4s7F8YXD28DQtZQ+v5UmQZXA4pfI\\n4L0gKI7XIuDp7jT9EH7hwcc0U/a9sVdoQfPkWYe5liV1o8OtGuCH7864V6pydgin\\nX0c6ym8SpM9T7bdjHYJ9t94GKqD4sAzzzIgesRoFonU9pbvX6iAxXWoniuBRF+sy\\nb75nwsiKAV6MDKLXmXlp/o2MlXJ55PqBKjqRd8ppwzWrwNZzCp37pZHz+ShgBJXV\\nVdWERR3MkRkn67ZT2KdlZkB1BODW5eF8QhUWpEHAwUZTmLFkYQKCAQEA24Boxvsi\\nAph+QCklUD3G2jhcnptToDOQ7+eSjMaGHfkpq1IkVbIZ7COUHZ3ytiNJY7JaOFZz\\nxiZHcwxg26BWgbuL2HvlbucMXflmdW7W1tTn8AqLm2D4LIahkImXdGfy/gRws/1y\\nXBdEiGGeFkT7MaiHnkCzWptTJOpoTQaWKzF3RG2SHahf+44a0jVF8kqjFyv5Ga0E\\nbnUUWzrDHTQR4WRx4DHEtrueZBDHk3PCmYswD1Hy2TSIuofqMUXewVJgA8c0uNo7\\n+1GFgNWPIH5jkchoVIdM/z6pgNtJ2+6NiYfin3q5WQlWBFRi+ie5zp6CUT5zQGgh\\nkizgzFhgPHpQIQKCAQEAyz/3jc/PklX/3MlQ5Y2SV7mUvyQ58QYPZcmBIfNxvgVk\\nmzmOVXyeskyX/O3PfkGsQUSZhQ9/Ws/nNnCaXeW60I5XRX9vBahJcte7H5EL2as7\\nKfLsr2s0+aJ0K9gudfrjlrloux7CHWrNJEnfW/TKjjYPw5ZmkikBPVb8GFOoCGMM\\nytElrhcfiDtkLHLszGwsGzOnaicRW5LlwccjyL4NjDYK/nWp/dWRuK0ue5yBwp2b\\n5rgmezDQRFy15T+9zbCKx0EXyj7WZPpitKOK1AcVzt6G/A5G8tE9iaG1/pfUsuEj\\nnQghpDiRmDKVpOt+iBDhPBcmI1HtuWvzclO6znpU8QKCAQB+npNSfVnAH5Fsl4+j\\nuw8zoKGlCLrzxetMyMvcE0UYkzu7TTYSjRuxAVEWyJ9S/AYA0ciDiTNd0YUT08cn\\nylU8nyBrsATItdWHfC/jfB3Ibaah7KNd7VEb9knK4+QPTUt5xrvwyDoo728kMRON\\nixtQKQSagH41vTX4LJQgIrWLkwxW19Ia857ysKW+Lub7fpyX6FDYw9qzkSw9+CbH\\neNr7pwKdrnfoZVBYLunBoFxYUFdX7xDkxQ4+c9rfs4ts/4TNiSNbouBI+FzH1emr\\nd90eIno0kJwU/WOwJk9z5CeXd2B+WMAEoYMSGk/COBpSG1PXY+v98lOzS9odZrmV\\nCYWhAoIBAEI8BUNcfmtUxT3BCTDVcuRNoPCtMIigDfKAuSlEOUPQZBnFpuGq69h0\\n527QXLbrVeQrI9Bd3YXNjK6MAXIqBDgkusH2Jkr0rYLUVLGTxgXYLD6eYI1F5YyY\\naT1EhNeDvBkJMN0Rx/ZoMJPr0vMXkc7IRVjasXBeFn5T03FmCbM5/Bg4EgxqkqcF\\nm750cUCo27K9oYgRVTG/bEo6yCmJ7cZMcka8N3p117gUD7rOpOa0D/Me/cNVg/lT\\nMR+VJxhZuM/4IXWSBrH/ep0dUoeIC45PrDOFv48vqtsoLLPb7L+iaMWqubPXj3LG\\nwUduStyyi4PWk2IdN9geGsaeDJlu+jECggEBALxkdI9pzgGT5I/1HH/xcgtSHbgp\\nvSH2hrBxmzu0f2Upo4vT7oIHnQ1ZiFW8lhVEwjEuVTzgOT6xFNFa1osEM7inwLaU\\n5+MBjr7bZjjt0we0PTGcKbtLg+NGx4hXEgMEG7mRllr8LEyWC290pQsEF9PGvmQ2\\nWUOZUNxbyNU0qEAWKGKIjBPEBnCW6LWM+5uTkzSsZKgQZXCmBb1FDrMwLA2U0fqm\\nvkMq1c9gZsOtWe1o+iin4LAvpVFC1kGvC+fjqQSQ+U70hmrLQ4KwBY74L5mZ0qcx\\nhvo2d7D7wpFBaKGiZD025Bdt5lhW1WdlM9vSv2qHGlNZOPS3jqe+MygkWR8=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:28:59.628 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:58.403727+0000 mon.a (mon.0) 1105 : cluster [DBG] mgrmap e35: y(active, since 10s), standbys: x 2024-09-11T08:28:59.628 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:59 smithi007 bash[23378]: cluster 2024-09-11T08:28:58.403727+0000 mon.a (mon.0) 1105 : cluster [DBG] mgrmap e35: y(active, since 10s), standbys: x 2024-09-11T08:28:59.628 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:59 smithi007 bash[23378]: cluster 2024-09-11T08:28:58.901613+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:59.628 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:28:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:28:58.901613+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:59.628 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:58.403727+0000 mon.a (mon.0) 1105 : cluster [DBG] mgrmap e35: y(active, since 10s), standbys: x 2024-09-11T08:28:59.628 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:59 smithi007 bash[26113]: cluster 2024-09-11T08:28:58.403727+0000 mon.a (mon.0) 1105 : cluster [DBG] mgrmap e35: y(active, since 10s), standbys: x 2024-09-11T08:28:59.628 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:59 smithi007 bash[26113]: cluster 2024-09-11T08:28:58.901613+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:59.628 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:28:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:28:58.901613+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:59.666 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:58.403727+0000 mon.a (mon.0) 1105 : cluster [DBG] mgrmap e35: y(active, since 10s), standbys: x 2024-09-11T08:28:59.666 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:28:58.901613+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:28:59.666 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:59 smithi155 bash[23209]: cluster 2024-09-11T08:28:58.403727+0000 mon.a (mon.0) 1105 : cluster [DBG] mgrmap e35: y(active, since 10s), standbys: x 2024-09-11T08:28:59.667 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:28:59 smithi155 bash[23209]: cluster 2024-09-11T08:28:58.901613+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:00.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:59.788828+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:59.789421+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:28:59.788828+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:28:59.789421+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:28:59.792501+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:59.792501+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:28:59.793351+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:59.793351+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:28:59.795792+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:29:00.156300+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:00.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:29:00.221505+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 92\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:29:00.222151+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:29:00.226468+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:28:59.795792+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"doc 2024-09-11T08:29:00.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:29:00.227412+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 bash[23209]: audit 2024-09-11T08:29:00.231262+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.764 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.156300+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:00.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.221505+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.222151+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.226468+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.227412+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_per 2024-09-11T08:29:00.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: centage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.231262+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_pe 2024-09-11T08:29:00.765 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: rcentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:28:59.788828+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:28:59.789421+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:59.788828+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:28:59.788828+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:28:59.789421+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:28:59.792501+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:28:59.792501+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:59.789421+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:28:59.793351+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:28:59.793351+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:59.792501+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:28:59.795792+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:29:00.156300+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:00.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:29:00.221505+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:29:00.222151+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:28:59.795792+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:29:00.156300+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:00.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:29:00.221505+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:59.793351+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"doc 2024-09-11T08:29:00.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:29:00.226468+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:29:00.222151+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:29:00.226468+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:29:00.227412+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[26113]: audit 2024-09-11T08:29:00.231262+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:59.788828+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:29:00.227412+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:28:59.795792+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:29:00.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:59.789421+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:59.792501+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:59.793351+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970a 2024-09-11T08:29:00.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 bash[23378]: audit 2024-09-11T08:29:00.231262+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.156300+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:00.797 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.221505+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.222151+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.226468+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.227412+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cp 2024-09-11T08:29:00.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:28:59.795792+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:29:00.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.156300+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:00.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.221505+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:00.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.222151+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:00.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: u_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.231262+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 4009754 2024-09-11T08:29:00.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 6, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:00.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.226468+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:00.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.227412+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc13 2024-09-11T08:29:00.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 7f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:00.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.231262+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-11T08:29:00.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: : 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.577 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.425647+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.577 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.426202+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.425647+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.426202+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.429163+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.429163+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.430006+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.430006+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.434851+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.435467+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.578 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.435767+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.436035+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.436304+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.436562+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.436808+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.437059+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.437300+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.437592+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.579525+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.830226+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.830887+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.834198+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.579 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.434851+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff5 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.835171+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.839128+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.839793+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.840119+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.840395+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.840683+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.840971+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.841229+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.580 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.841504+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.581 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.841763+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.582 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.842034+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.582 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.843404+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:01.582 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.846015+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: cluster 2024-09-11T08:29:00.902195+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.435467+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.918088+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 bash[23209]: audit 2024-09-11T08:29:00.918955+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.435767+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.436035+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.436304+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.436562+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.436808+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.437059+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.437300+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.437592+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.579525+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:01.583 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.830226+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.584 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.830887+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.584 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.834198+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.584 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.835171+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546 2024-09-11T08:29:01.584 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: , \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.584 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.839128+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_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-11T08:29:01.584 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: mory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.584 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.839793+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.584 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.840119+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.840395+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.840683+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.840971+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.841229+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.841504+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.841763+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.842034+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.843404+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.846015+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:00.902195+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.918088+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:01.585 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:00.918955+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:01.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.425647+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.426202+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.425647+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.425647+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.426202+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.426202+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.429163+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.429163+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.429163+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.430006+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.430006+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.430006+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.434851+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.435467+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.435767+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.436035+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.436304+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.436562+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.436808+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.437059+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.437300+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.437592+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.579525+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:01.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.830226+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.434851+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.435467+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.435767+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.436035+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.436304+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.436562+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.436808+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.437059+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.437300+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.437592+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.579525+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.830226+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.830887+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.834198+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.830887+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.834198+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.835171+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.796 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.434851+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"doc 2024-09-11T08:29:01.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.839128+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.839793+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.840119+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.840395+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.835171+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.798 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.840683+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.840971+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.841229+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.841504+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.841763+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.842034+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.843404+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.846015+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: cluster 2024-09-11T08:29:00.902195+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.918088+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[26113]: audit 2024-09-11T08:29:00.918955+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.425647+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.839128+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.839793+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.840119+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.799 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.840395+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.840683+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.840971+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.841229+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.841504+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.841763+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.426202+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.429163+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.842034+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.843404+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.846015+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: cluster 2024-09-11T08:29:00.902195+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.918088+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.435467+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 bash[23378]: audit 2024-09-11T08:29:00.918955+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:01.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.435767+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.436035+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.436304+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.436562+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.436808+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.437059+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.437300+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.437592+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.430006+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"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-11T08:29:01.802 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 92\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.579525+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:01.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.830226+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.803 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.830887+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.434851+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"550dc5450d6e\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.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.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787986Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:07:11.512464Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"doc 2024-09-11T08:29:01.804 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.834198+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.804 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.835171+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96e 2024-09-11T08:29:01.804 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: c7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:57.871176Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:28:59.788239Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.554684Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.435467+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.435767+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.436035+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.436304+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.436562+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.436808+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.437059+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.437300+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.437592+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.839128+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"] 2024-09-11T08:29:01.805 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: , \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.839793+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.840119+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.840395+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.579525+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:01.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.830226+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:01.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.830887+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:01.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.840683+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.840971+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.841229+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.841504+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.841763+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.842034+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.843404+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.846015+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:00.902195+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.918088+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:01.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:00.918955+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:01.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.834198+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:01.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.835171+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"c 2024-09-11T08:29:01.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: pu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:01.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.839128+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"85355100cdbe\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 415445811, \"cpu_percentage\": \"2.40%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219676Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:12:27.626330Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_pe 2024-09-11T08:29:01.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: rcentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:11:47.503498Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:00.220812Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:25:45.586571Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:01.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.839793+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.840119+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.840395+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.840683+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.840971+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.841229+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.841504+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.841763+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.842034+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.843404+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.846015+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:00.902195+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.918088+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:01.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:00.918955+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:02.924 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:02.239468+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:29:02.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:02.240432+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:29:02.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:02 smithi155 bash[23209]: audit 2024-09-11T08:29:02.239468+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:29:02.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:02 smithi155 bash[23209]: audit 2024-09-11T08:29:02.240432+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:29:02.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:02 smithi155 bash[23209]: audit 2024-09-11T08:29:02.241329+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:02.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:02 smithi155 bash[23209]: audit 2024-09-11T08:29:02.242702+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:29:02.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:02.241329+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:02.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:02.242702+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:29:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:02.239468+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:29:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:02 smithi007 bash[23378]: audit 2024-09-11T08:29:02.239468+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:29:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:02 smithi007 bash[23378]: audit 2024-09-11T08:29:02.240432+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:29:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:02 smithi007 bash[23378]: audit 2024-09-11T08:29:02.241329+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:02 smithi007 bash[23378]: audit 2024-09-11T08:29:02.242702+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:02.240432+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:02.241329+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:02.242702+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:02 smithi007 bash[26113]: audit 2024-09-11T08:29:02.239468+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:02 smithi007 bash[26113]: audit 2024-09-11T08:29:02.240432+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:02 smithi007 bash[26113]: audit 2024-09-11T08:29:02.241329+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:02 smithi007 bash[26113]: audit 2024-09-11T08:29:02.242702+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:02.239468+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:29:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:02.240432+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:29:03.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:02.241329+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:03.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:02.242702+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:29:04.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:03 smithi155 systemd[1]: Stopping Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:29:04.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:02.239006+0000 mgr.y (mgr.14916) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:29:04.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:02.242284+0000 mgr.y (mgr.14916) 11 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:29:04.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:02.902721+0000 mgr.y (mgr.14916) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:29:04.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:03 smithi155 bash[23209]: cephadm 2024-09-11T08:29:02.239006+0000 mgr.y (mgr.14916) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:29:04.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:03 smithi155 bash[23209]: cephadm 2024-09-11T08:29:02.242284+0000 mgr.y (mgr.14916) 11 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:29:04.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:03 smithi155 bash[23209]: cluster 2024-09-11T08:29:02.902721+0000 mgr.y (mgr.14916) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:29:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:02.239006+0000 mgr.y (mgr.14916) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:29:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:02.242284+0000 mgr.y (mgr.14916) 11 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:29:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:03 smithi007 bash[23378]: cephadm 2024-09-11T08:29:02.239006+0000 mgr.y (mgr.14916) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:29:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:03 smithi007 bash[23378]: cephadm 2024-09-11T08:29:02.242284+0000 mgr.y (mgr.14916) 11 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:29:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:03 smithi007 bash[23378]: cluster 2024-09-11T08:29:02.902721+0000 mgr.y (mgr.14916) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:29:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:02.902721+0000 mgr.y (mgr.14916) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:29:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:02.239006+0000 mgr.y (mgr.14916) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:29:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:03 smithi007 bash[26113]: cephadm 2024-09-11T08:29:02.239006+0000 mgr.y (mgr.14916) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:29:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:03 smithi007 bash[26113]: cephadm 2024-09-11T08:29:02.242284+0000 mgr.y (mgr.14916) 11 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:29:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:03 smithi007 bash[26113]: cluster 2024-09-11T08:29:02.902721+0000 mgr.y (mgr.14916) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:29:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:02.242284+0000 mgr.y (mgr.14916) 11 : cephadm [INF] Deploying daemon mgr.x on smithi155 2024-09-11T08:29:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:02.902721+0000 mgr.y (mgr.14916) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:29:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:04.903176+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:29:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:05 smithi155 bash[23209]: cluster 2024-09-11T08:29:04.903176+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:29:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:04.903176+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:29:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:05 smithi007 bash[26113]: cluster 2024-09-11T08:29:04.903176+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:29:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:04.903176+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:29:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:05 smithi007 bash[23378]: cluster 2024-09-11T08:29:04.903176+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:29:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:06.903889+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:29:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:07 smithi155 bash[23209]: cluster 2024-09-11T08:29:06.903889+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:29:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:06.903889+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:29:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:07 smithi007 bash[23378]: cluster 2024-09-11T08:29:06.903889+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:29:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:06.903889+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:29:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:07 smithi007 bash[26113]: cluster 2024-09-11T08:29:06.903889+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:29:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:09 smithi155 bash[23209]: cluster 2024-09-11T08:29:08.904349+0000 mgr.y (mgr.14916) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:08.904349+0000 mgr.y (mgr.14916) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:08.904349+0000 mgr.y (mgr.14916) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:09 smithi007 bash[26113]: cluster 2024-09-11T08:29:08.904349+0000 mgr.y (mgr.14916) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:10.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:08.904349+0000 mgr.y (mgr.14916) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:10.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:09 smithi007 bash[23378]: cluster 2024-09-11T08:29:08.904349+0000 mgr.y (mgr.14916) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:10.905113+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:11 smithi155 bash[23209]: cluster 2024-09-11T08:29:10.905113+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:10.905113+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:11 smithi007 bash[23378]: cluster 2024-09-11T08:29:10.905113+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:10.905113+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:11 smithi007 bash[26113]: cluster 2024-09-11T08:29:10.905113+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:29:14.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:13 smithi155 bash[43463]: time="2024-09-11T08:29:13Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x in 10 seconds, resorting to SIGKILL" 2024-09-11T08:29:14.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:14 smithi155 podman[33768]: 2024-09-11 08:29:14.027766651 +0000 UTC m=+1006.421027999 container died 85355100cdbecc851aa68d18dff8cb7f1ab65cdd4726d44d7d1e466e0746c0ef (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731) 2024-09-11T08:29:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:12.905730+0000 mgr.y (mgr.14916) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:14.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:13 smithi155 bash[23209]: cluster 2024-09-11T08:29:12.905730+0000 mgr.y (mgr.14916) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:12.905730+0000 mgr.y (mgr.14916) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:14.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:13 smithi007 bash[23378]: cluster 2024-09-11T08:29:12.905730+0000 mgr.y (mgr.14916) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:12.905730+0000 mgr.y (mgr.14916) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:14.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:13 smithi007 bash[26113]: cluster 2024-09-11T08:29:12.905730+0000 mgr.y (mgr.14916) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:14.666 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:14 smithi155 podman[43463]: 2024-09-11 08:29:14.457162842 +0000 UTC m=+10.567972453 container cleanup 85355100cdbecc851aa68d18dff8cb7f1ab65cdd4726d44d7d1e466e0746c0ef (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:29:14.666 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:14 smithi155 bash[43463]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:29:14.666 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:14 smithi155 podman[33768]: 2024-09-11 08:29:14.666662726 +0000 UTC m=+1007.059924073 container remove 85355100cdbecc851aa68d18dff8cb7f1ab65cdd4726d44d7d1e466e0746c0ef (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr.x, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:29:15.007 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:14 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-11T08:29:15.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-11T08:29:15.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 systemd[1]: Stopped Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:29:15.260 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.x.service: Consumed 1.605s CPU time. 2024-09-11T08:29:15.261 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 systemd[1]: Starting Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:29:15.737 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 podman[43617]: 2024-09-11 08:29:15.360290078 +0000 UTC m=+0.016297680 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:29:15.737 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 podman[43617]: 2024-09-11 08:29:15.459461644 +0000 UTC m=+0.115469245 container create 0b6b07128c38adb606ce4032b513d62b7329fefa8076c9c7df1b0c8a78665bd8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-11T08:29:15.737 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 podman[43617]: 2024-09-11 08:29:15.645151569 +0000 UTC m=+0.301159171 container init 0b6b07128c38adb606ce4032b513d62b7329fefa8076c9c7df1b0c8a78665bd8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=) 2024-09-11T08:29:15.737 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 podman[43617]: 2024-09-11 08:29:15.6483368 +0000 UTC m=+0.304344403 container start 0b6b07128c38adb606ce4032b513d62b7329fefa8076c9c7df1b0c8a78665bd8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T08:29:15.737 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-mgr[43637]: -- 172.21.15.155:0/2526230754 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c68d82c340 con 0x55c68d838c00 2024-09-11T08:29:15.737 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 bash[43617]: 0b6b07128c38adb606ce4032b513d62b7329fefa8076c9c7df1b0c8a78665bd8 2024-09-11T08:29:16.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 systemd[1]: Started Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:29:16.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:15.767+0000 7f9cf2105ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:29:16.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:15.830+0000 7f9cf2105ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:29:16.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:15.899+0000 7f9cf2105ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:29:16.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:14.906231+0000 mgr.y (mgr.14916) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:15.805729+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 bash[23209]: cluster 2024-09-11T08:29:14.906231+0000 mgr.y (mgr.14916) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 bash[23209]: audit 2024-09-11T08:29:15.805729+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 bash[23209]: audit 2024-09-11T08:29:15.806543+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 bash[23209]: audit 2024-09-11T08:29:15.810240+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:15.806543+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 bash[23209]: audit 2024-09-11T08:29:15.811299+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:15.810240+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 bash[23209]: audit 2024-09-11T08:29:15.814857+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:16.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 bash[23209]: audit 2024-09-11T08:29:15.816643+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:16.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:15.811299+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": 2024-09-11T08:29:16.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:16.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:15.814857+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"d 2024-09-11T08:29:16.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: eps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:16.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:15.816643+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:14.906231+0000 mgr.y (mgr.14916) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:15.805729+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[23378]: cluster 2024-09-11T08:29:14.906231+0000 mgr.y (mgr.14916) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[23378]: audit 2024-09-11T08:29:15.805729+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[26113]: cluster 2024-09-11T08:29:14.906231+0000 mgr.y (mgr.14916) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[26113]: audit 2024-09-11T08:29:15.805729+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[26113]: audit 2024-09-11T08:29:15.806543+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[23378]: audit 2024-09-11T08:29:15.806543+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[23378]: audit 2024-09-11T08:29:15.810240+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[26113]: audit 2024-09-11T08:29:15.810240+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[26113]: audit 2024-09-11T08:29:15.811299+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:16.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:15.806543+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:16.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:14.906231+0000 mgr.y (mgr.14916) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[23378]: audit 2024-09-11T08:29:15.811299+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:16.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[26113]: audit 2024-09-11T08:29:15.814857+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:16.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[26113]: audit 2024-09-11T08:29:15.816643+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:16.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:15.805729+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:16.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:15.806543+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:15.810240+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:16.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:15.810240+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[23378]: audit 2024-09-11T08:29:15.814857+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 bash[23378]: audit 2024-09-11T08:29:15.816643+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:15.811299+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T 2024-09-11T08:29:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:15.811299+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T 2024-09-11T08:29:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:15.814857+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:15.816643+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:16.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:15.814857+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184129945, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219465Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219828Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46976204, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.219969Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52911144, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220110Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51432652, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220248Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220395Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"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\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220535Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:00.220609Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40097546, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:00.220674Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"os 2024-09-11T08:29:16.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: d.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:16.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:15.816643+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:16.492 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:16.054+0000 7f9cf2105ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:29:16.492 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:16.218+0000 7f9cf2105ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:29:16.492 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:16.491+0000 7f9cf2105ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:29:16.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:16.552+0000 7f9cf2105ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:29:16.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:16.734+0000 7f9cf2105ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:29:17.733 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:17.664+0000 7f9cf2105ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:29:17.734 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:17.733+0000 7f9cf2105ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:29:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:16.907023+0000 mgr.y (mgr.14916) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:17 smithi155 bash[23209]: cluster 2024-09-11T08:29:16.907023+0000 mgr.y (mgr.14916) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:16.907023+0000 mgr.y (mgr.14916) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:17 smithi007 bash[26113]: cluster 2024-09-11T08:29:16.907023+0000 mgr.y (mgr.14916) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:16.907023+0000 mgr.y (mgr.14916) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:17 smithi007 bash[23378]: cluster 2024-09-11T08:29:16.907023+0000 mgr.y (mgr.14916) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:18.865 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:18.612+0000 7f9cf2105ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:29:18.865 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:18.742+0000 7f9cf2105ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:29:18.866 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:18.864+0000 7f9cf2105ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:29:19.129 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:18.931+0000 7f9cf2105ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:29:19.130 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.061+0000 7f9cf2105ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:29:19.130 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.129+0000 7f9cf2105ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:29:19.406 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.189+0000 7f9cf2105ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:29:19.406 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.327+0000 7f9cf2105ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:29:19.406 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.405+0000 7f9cf2105ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:29:19.682 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.477+0000 7f9cf2105ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:29:19.682 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.566+0000 7f9cf2105ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:29:19.682 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.624+0000 7f9cf2105ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:29:19.682 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:19.681+0000 7f9cf2105ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:29:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:19 smithi155 bash[23209]: cluster 2024-09-11T08:29:18.907390+0000 mgr.y (mgr.14916) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:18.907390+0000 mgr.y (mgr.14916) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:18.907390+0000 mgr.y (mgr.14916) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:20.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:19 smithi007 bash[26113]: cluster 2024-09-11T08:29:18.907390+0000 mgr.y (mgr.14916) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:18.907390+0000 mgr.y (mgr.14916) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:20.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:19 smithi007 bash[23378]: cluster 2024-09-11T08:29:18.907390+0000 mgr.y (mgr.14916) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:20.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:29:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:29:20.486+0000 7f9cf2105ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:29:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:20.490237+0000 mon.a (mon.0) 1160 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:29:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:20.490389+0000 mon.a (mon.0) 1161 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:29:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 bash[23209]: cluster 2024-09-11T08:29:20.490237+0000 mon.a (mon.0) 1160 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:29:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 bash[23209]: cluster 2024-09-11T08:29:20.490389+0000 mon.a (mon.0) 1161 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:29:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 bash[23209]: audit 2024-09-11T08:29:20.490765+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:29:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 bash[23209]: audit 2024-09-11T08:29:20.491142+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:29:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 bash[23209]: audit 2024-09-11T08:29:20.492051+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:29:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 bash[23209]: audit 2024-09-11T08:29:20.492313+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:29:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:20.490765+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:29:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:20.491142+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:29:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:20.492051+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:29:21.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:20.492313+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:29:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:20.490237+0000 mon.a (mon.0) 1160 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:29:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:20.490389+0000 mon.a (mon.0) 1161 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:29:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[23378]: cluster 2024-09-11T08:29:20.490237+0000 mon.a (mon.0) 1160 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:29:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[23378]: cluster 2024-09-11T08:29:20.490389+0000 mon.a (mon.0) 1161 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:29:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[23378]: audit 2024-09-11T08:29:20.490765+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[23378]: audit 2024-09-11T08:29:20.491142+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[23378]: audit 2024-09-11T08:29:20.492051+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[23378]: audit 2024-09-11T08:29:20.492313+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:20.490765+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:20.491142+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:20.492051+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:20.492313+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:20.490237+0000 mon.a (mon.0) 1160 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:20.490389+0000 mon.a (mon.0) 1161 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[26113]: cluster 2024-09-11T08:29:20.490237+0000 mon.a (mon.0) 1160 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:29:21.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[26113]: cluster 2024-09-11T08:29:20.490389+0000 mon.a (mon.0) 1161 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:29:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[26113]: audit 2024-09-11T08:29:20.490765+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:29:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[26113]: audit 2024-09-11T08:29:20.491142+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:29:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[26113]: audit 2024-09-11T08:29:20.492051+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:29:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 bash[26113]: audit 2024-09-11T08:29:20.492313+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:29:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:20.490765+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:29:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:20.491142+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:29:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:20.492051+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:29:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:20.492313+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.? 172.21.15.155:0/1081286335' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:29:22.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:20.908088+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:22.220 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:20.963347+0000 mon.a (mon.0) 1162 : cluster [DBG] mgrmap e36: y(active, since 33s), standbys: x 2024-09-11T08:29:22.220 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: cluster 2024-09-11T08:29:20.908088+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:22.220 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: cluster 2024-09-11T08:29:20.963347+0000 mon.a (mon.0) 1162 : cluster [DBG] mgrmap e36: y(active, since 33s), standbys: x 2024-09-11T08:29:22.220 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.174984+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.220 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.175809+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.220 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.179651+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.220 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.174984+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.220 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.180764+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.221 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.175809+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.221 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.184318+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.221 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.531577+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:22.221 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.783442+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.221 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.179651+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.221 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.784188+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.221 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.788039+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.221 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.180764+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.789113+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.792568+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 bash[23209]: audit 2024-09-11T08:29:21.793787+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.184318+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.531577+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.783442+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.784188+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.788039+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.789113+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.222 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.792568+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a6 2024-09-11T08:29:22.223 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 16656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.223 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:21.793787+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:20.908088+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: cluster 2024-09-11T08:29:20.908088+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: cluster 2024-09-11T08:29:20.963347+0000 mon.a (mon.0) 1162 : cluster [DBG] mgrmap e36: y(active, since 33s), standbys: x 2024-09-11T08:29:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.174984+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.175809+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: cluster 2024-09-11T08:29:20.908088+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: cluster 2024-09-11T08:29:20.963347+0000 mon.a (mon.0) 1162 : cluster [DBG] mgrmap e36: y(active, since 33s), standbys: x 2024-09-11T08:29:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.174984+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.175809+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.179651+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.179651+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:20.963347+0000 mon.a (mon.0) 1162 : cluster [DBG] mgrmap e36: y(active, since 33s), standbys: x 2024-09-11T08:29:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.180764+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.174984+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.180764+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.184318+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.531577+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:22.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.783442+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.184318+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.531577+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.783442+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.175809+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.784188+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.784188+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.788039+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.788039+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.179651+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.789113+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.789113+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.180764+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b6 2024-09-11T08:29:22.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.792568+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[26113]: audit 2024-09-11T08:29:21.793787+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:22.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:20.908088+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:22.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:20.963347+0000 mon.a (mon.0) 1162 : cluster [DBG] mgrmap e36: y(active, since 33s), standbys: x 2024-09-11T08:29:22.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.174984+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.175809+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.792568+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 bash[23378]: audit 2024-09-11T08:29:21.793787+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:22.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 9f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.179651+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.184318+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74 2024-09-11T08:29:22.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.531577+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:22.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.783442+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.180764+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b6 2024-09-11T08:29:22.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 9f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.184318+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a6 2024-09-11T08:29:22.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.784188+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.788039+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 16656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:00.829605Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.531577+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:22.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.783442+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:22.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.789113+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea 2024-09-11T08:29:22.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.784188+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:22.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.788039+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:13.705340Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:13.705351Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:22.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.792568+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74e 2024-09-11T08:29:22.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: a03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.789113+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a14 2024-09-11T08:29:22.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:21.793787+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:22.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 67c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:22.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.792568+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a14 2024-09-11T08:29:22.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 67c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:16:13.705362Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:22.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:21.793787+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:22.908579+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:23 smithi155 bash[23209]: cluster 2024-09-11T08:29:22.908579+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:22.908579+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:23 smithi007 bash[23378]: cluster 2024-09-11T08:29:22.908579+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:22.908579+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:24.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:23 smithi007 bash[26113]: cluster 2024-09-11T08:29:22.908579+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:25.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:24.403780+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:25.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:24 smithi155 bash[23209]: audit 2024-09-11T08:29:24.403780+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:24.403780+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:24 smithi007 bash[23378]: audit 2024-09-11T08:29:24.403780+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:25.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:24.403780+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:25.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:24 smithi007 bash[26113]: audit 2024-09-11T08:29:24.403780+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:25.774 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:29:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:24.909129+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:25 smithi007 bash[23378]: cluster 2024-09-11T08:29:24.909129+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:24.909129+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:25 smithi007 bash[26113]: cluster 2024-09-11T08:29:24.909129+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:26.091 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:24.909129+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:26.091 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:25 smithi155 bash[23209]: cluster 2024-09-11T08:29:24.909129+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:26.456 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:29:26.456 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (13m) 26s ago 21m 20.1M - 0.27.0 11f11916f8cd ae9fc6219cf8 2024-09-11T08:29:26.456 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (21m) 5s ago 21m 38.5M - 6.6.2 87a51ecf0b1c 8c751f3da660 2024-09-11T08:29:26.456 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (11s) 5s ago 25m 54.4M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:29:26.456 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (9m) 26s ago 26m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:29:26.456 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (26m) 26s ago 26m 195M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (25m) 5s ago 25m 176M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (25m) 26s ago 25m 168M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (22m) 26s ago 22m 10.8M - 1.8.2 71dc9668b154 550dc5450d6e 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (22m) 5s ago 22m 12.2M - 1.8.2 71dc9668b154 b1a3b2afa7c8 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (25m) 26s ago 25m 47.8M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (24m) 26s ago 24m 48.2M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (24m) 26s ago 24m 43.5M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (24m) 26s ago 24m 48.0M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (23m) 5s ago 24m 49.6M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (23m) 5s ago 23m 44.8M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (23m) 5s ago 23m 50.5M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (22m) 5s ago 23m 49.0M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (12m) 5s ago 22m 47.9M - 2.54.1 4022a502929b e44a7af880b7 2024-09-11T08:29:26.457 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (21m) 26s ago 21m 38.5M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:29:26.458 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (21m) 5s ago 21m 38.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:29:26.876 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:29:26.877 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:29:26.878 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:29:26.878 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:29:26.878 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:29:26.878 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:29:27.224 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:29:27.224 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:29:27.224 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:29:27.225 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:29:27.225 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [ 2024-09-11T08:29:27.225 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr" 2024-09-11T08:29:27.225 INFO:teuthology.orchestra.run.smithi007.stdout: ], 2024-09-11T08:29:27.225 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:29:27.225 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T08:29:27.225 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:29:27.225 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:29:27.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:25.762555+0000 mgr.y (mgr.14916) 24 : audit [DBG] from='client.24931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.447803+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.448152+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.448439+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.448719+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.449001+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.449288+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.450810+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.451101+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.451384+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.451651+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.451932+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[26113]: audit 2024-09-11T08:29:26.876830+0000 mon.a (mon.0) 1187 : audit [DBG] from='client.? 172.21.15.7:0/3688263771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:25.762555+0000 mgr.y (mgr.14916) 24 : audit [DBG] from='client.24931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:27.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.447803+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.448152+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:25.762555+0000 mgr.y (mgr.14916) 24 : audit [DBG] from='client.24931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.447803+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:25.762555+0000 mgr.y (mgr.14916) 24 : audit [DBG] from='client.24931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.447803+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.448152+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.448439+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.448719+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.449001+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.449288+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.450810+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.451101+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.451384+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.451651+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.451932+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.448152+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 bash[23378]: audit 2024-09-11T08:29:26.876830+0000 mon.a (mon.0) 1187 : audit [DBG] from='client.? 172.21.15.7:0/3688263771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.448439+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.448719+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.228 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.449001+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.449288+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.450810+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.451101+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.451384+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.451651+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.451932+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.876830+0000 mon.a (mon.0) 1187 : audit [DBG] from='client.? 172.21.15.7:0/3688263771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.448439+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.448719+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.449001+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.449288+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.450810+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.451101+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.451384+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.451651+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.451932+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.876830+0000 mon.a (mon.0) 1187 : audit [DBG] from='client.? 172.21.15.7:0/3688263771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:27.245 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:25.762555+0000 mgr.y (mgr.14916) 24 : audit [DBG] from='client.24931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:27.245 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.447803+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:25.762555+0000 mgr.y (mgr.14916) 24 : audit [DBG] from='client.24931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.447803+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.448152+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.448439+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.448719+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.449001+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.449288+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.450810+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.451101+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.451384+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.451651+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.451932+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.246 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 bash[23209]: audit 2024-09-11T08:29:26.876830+0000 mon.a (mon.0) 1187 : audit [DBG] from='client.? 172.21.15.7:0/3688263771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.448152+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.448439+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.448719+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.449001+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.449288+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.450810+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.451101+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.451384+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.451651+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.451932+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:27.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:26 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.876830+0000 mon.a (mon.0) 1187 : audit [DBG] from='client.? 172.21.15.7:0/3688263771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.110323+0000 mgr.y (mgr.14916) 25 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:26.445945+0000 mgr.y (mgr.14916) 26 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:26.110323+0000 mgr.y (mgr.14916) 25 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:26.445945+0000 mgr.y (mgr.14916) 26 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: cluster 2024-09-11T08:29:26.909745+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.224501+0000 mgr.y (mgr.14916) 28 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.597891+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.598520+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.601759+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:28.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:26.909745+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.602655+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.224501+0000 mgr.y (mgr.14916) 28 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.605445+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.607160+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.610677+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.684410+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.685352+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.686535+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.687243+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.691374+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:29:28.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.692638+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: cephadm 2024-09-11T08:29:27.693183+0000 mgr.y (mgr.14916) 29 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.693414+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.696864+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.698211+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.597891+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: cephadm 2024-09-11T08:29:27.698724+0000 mgr.y (mgr.14916) 30 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.698910+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.702649+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.703925+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: cephadm 2024-09-11T08:29:27.704423+0000 mgr.y (mgr.14916) 31 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.704616+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.707883+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.708869+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: cephadm 2024-09-11T08:29:27.709396+0000 mgr.y (mgr.14916) 32 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.709590+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.713360+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.714272+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: cephadm 2024-09-11T08:29:27.714779+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.714952+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.718218+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.719296+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: cephadm 2024-09-11T08:29:27.719841+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.720023+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 bash[23209]: audit 2024-09-11T08:29:27.723423+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.598520+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.601759+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:28.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.602655+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a146 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 7c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.605445+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a14 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 67c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.607160+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.610677+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.684410+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.685352+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.686535+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.687243+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.691374+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:29:28.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.692638+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:27.693183+0000 mgr.y (mgr.14916) 29 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.693414+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.696864+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.698211+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:27.698724+0000 mgr.y (mgr.14916) 30 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.698910+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.702649+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.703925+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:27.704423+0000 mgr.y (mgr.14916) 31 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.704616+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:29:28.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.707883+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.708869+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:27.709396+0000 mgr.y (mgr.14916) 32 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.709590+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.713360+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.714272+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:27.714779+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.714952+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.718218+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.719296+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:27.719841+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.720023+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:29:28.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:27.723423+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:29:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.110323+0000 mgr.y (mgr.14916) 25 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:26.110323+0000 mgr.y (mgr.14916) 25 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:26.445945+0000 mgr.y (mgr.14916) 26 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: cluster 2024-09-11T08:29:26.909745+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.224501+0000 mgr.y (mgr.14916) 28 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.597891+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:28.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:26.110323+0000 mgr.y (mgr.14916) 25 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:26.445945+0000 mgr.y (mgr.14916) 26 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: cluster 2024-09-11T08:29:26.909745+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:28.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.224501+0000 mgr.y (mgr.14916) 28 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.597891+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:28.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.598520+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:28.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.601759+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:28.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:26.445945+0000 mgr.y (mgr.14916) 26 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.598520+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:28.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.601759+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:28.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.602655+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:28.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:26.909745+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.602655+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.605445+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.607160+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:28.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.610677+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.684410+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.605445+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.607160+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.610677+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.684410+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.685352+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.686535+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.687243+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.691374+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:29:28.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.692638+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: cephadm 2024-09-11T08:29:27.693183+0000 mgr.y (mgr.14916) 29 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.693414+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.696864+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.698211+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: cephadm 2024-09-11T08:29:27.698724+0000 mgr.y (mgr.14916) 30 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.698910+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.224501+0000 mgr.y (mgr.14916) 28 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.685352+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:28.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.686535+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.687243+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.691374+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.692638+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: cephadm 2024-09-11T08:29:27.693183+0000 mgr.y (mgr.14916) 29 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.693414+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.696864+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.698211+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: cephadm 2024-09-11T08:29:27.698724+0000 mgr.y (mgr.14916) 30 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.698910+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.702649+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.703925+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: cephadm 2024-09-11T08:29:27.704423+0000 mgr.y (mgr.14916) 31 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.704616+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:29:28.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.707883+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:29:28.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.702649+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:29:28.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.703925+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: cephadm 2024-09-11T08:29:27.704423+0000 mgr.y (mgr.14916) 31 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:29:28.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.704616+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.707883+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.708869+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: cephadm 2024-09-11T08:29:27.709396+0000 mgr.y (mgr.14916) 32 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.709590+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.713360+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.714272+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: cephadm 2024-09-11T08:29:27.714779+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.714952+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.718218+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.719296+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: cephadm 2024-09-11T08:29:27.719841+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.720023+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:29:28.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[23378]: audit 2024-09-11T08:29:27.723423+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.597891+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.598520+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.601759+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.602655+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a14 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.708869+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: cephadm 2024-09-11T08:29:27.709396+0000 mgr.y (mgr.14916) 32 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.709590+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.713360+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:29:28.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.714272+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: cephadm 2024-09-11T08:29:27.714779+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.714952+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.718218+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.719296+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: cephadm 2024-09-11T08:29:27.719841+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.720023+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 bash[26113]: audit 2024-09-11T08:29:27.723423+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.110323+0000 mgr.y (mgr.14916) 25 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:26.445945+0000 mgr.y (mgr.14916) 26 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:26.909745+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:28.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 67c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:28.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.224501+0000 mgr.y (mgr.14916) 28 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:28.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.597891+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:28.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.598520+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:28.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.605445+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74 2024-09-11T08:29:28.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:28.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.607160+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:28.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.610677+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:28.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.684410+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:28.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.601759+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.602655+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc1 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 37f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.685352+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.686535+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.687243+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.691374+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.692638+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:27.693183+0000 mgr.y (mgr.14916) 29 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:29:28.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.693414+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.696864+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.698211+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:27.698724+0000 mgr.y (mgr.14916) 30 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.698910+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.702649+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.703925+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:27.704423+0000 mgr.y (mgr.14916) 31 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.704616+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:29:28.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.605445+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"b1a3b2afa7c8\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12897484, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173903Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:07:06.890834Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:58.598646Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:21.174242Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:00.915299Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.607160+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.610677+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.684410+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.707883+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.708869+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:27.709396+0000 mgr.y (mgr.14916) 32 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.709590+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.713360+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:29:28.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.714272+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:27.714779+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.714952+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.718218+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.719296+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:27.719841+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.720023+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:27.723423+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.685352+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:28.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.686535+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.687243+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.691374+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.692638+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:27.693183+0000 mgr.y (mgr.14916) 29 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.693414+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.696864+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.698211+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:27.698724+0000 mgr.y (mgr.14916) 30 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:29:28.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.698910+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.702649+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.703925+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:27.704423+0000 mgr.y (mgr.14916) 31 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.704616+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.707883+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.708869+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:27.709396+0000 mgr.y (mgr.14916) 32 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.709590+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.713360+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.714272+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:27.714779+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:29:28.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.714952+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:29:28.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.718218+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:29:28.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.719296+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:28.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:27.719841+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:29:28.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.720023+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:29:28.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:27.723423+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:29:29.083 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:28.910084+0000 mgr.y (mgr.14916) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:29.084 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:28 smithi007 bash[23378]: cluster 2024-09-11T08:29:28.910084+0000 mgr.y (mgr.14916) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:29.084 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:28.910084+0000 mgr.y (mgr.14916) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:29.084 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:28 smithi007 bash[26113]: cluster 2024-09-11T08:29:28.910084+0000 mgr.y (mgr.14916) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:29.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:28.910084+0000 mgr.y (mgr.14916) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:29.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:28 smithi155 bash[23209]: cluster 2024-09-11T08:29:28.910084+0000 mgr.y (mgr.14916) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:29.730 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:29 smithi007 systemd[1]: Stopping Ceph node-exporter.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:29:29.984 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:29 smithi007 podman[52544]: 2024-09-11 08:29:29.739714099 +0000 UTC m=+0.114831879 container died 550dc5450d6e60d9cc44bd28059f497b9ce958b43207e86686b7589e80aa4d84 (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:29.108396+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:29:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:29.108801+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:29:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:29 smithi155 bash[23209]: cephadm 2024-09-11T08:29:29.108396+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:29:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:29 smithi155 bash[23209]: cephadm 2024-09-11T08:29:29.108801+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:29:30.271 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:30 smithi007 podman[52544]: 2024-09-11 08:29:30.070478799 +0000 UTC m=+0.445596568 container cleanup 550dc5450d6e60d9cc44bd28059f497b9ce958b43207e86686b7589e80aa4d84 (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:30.271 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:30 smithi007 bash[52544]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a 2024-09-11T08:29:30.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:29.108396+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:29:30.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:29 smithi007 bash[23378]: cephadm 2024-09-11T08:29:29.108396+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:29:30.272 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:29 smithi007 bash[23378]: cephadm 2024-09-11T08:29:29.108801+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:29:30.272 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:29.108801+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:29:30.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:29 smithi007 bash[26113]: cephadm 2024-09-11T08:29:29.108396+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:29:30.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:29 smithi007 bash[26113]: cephadm 2024-09-11T08:29:29.108801+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:29:30.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:29.108396+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:29:30.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:29.108801+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Deploying daemon node-exporter.a on smithi007 2024-09-11T08:29:30.539 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:30 smithi007 podman[32642]: 2024-09-11 08:29:30.271824856 +0000 UTC m=+1351.708509712 container remove 550dc5450d6e60d9cc44bd28059f497b9ce958b43207e86686b7589e80aa4d84 (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:30.539 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:30 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-11T08:29:31.039 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:30 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-11T08:29:31.039 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:30 smithi007 systemd[1]: Stopped Ceph node-exporter.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:29:31.039 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:30 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.a.service: Consumed 2.611s CPU time. 2024-09-11T08:29:31.039 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:30 smithi007 systemd[1]: Starting Ceph node-exporter.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:29:31.397 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:31 smithi007 bash[52697]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-11T08:29:31.397 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:31 smithi007 bash[52697]: Getting image source signatures 2024-09-11T08:29:31.789 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:31 smithi007 bash[52697]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-11T08:29:31.789 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:31 smithi007 bash[52697]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-11T08:29:31.789 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:31 smithi007 bash[52697]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-11T08:29:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:30.910673+0000 mgr.y (mgr.14916) 38 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:31 smithi155 bash[23209]: cluster 2024-09-11T08:29:30.910673+0000 mgr.y (mgr.14916) 38 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:30.910673+0000 mgr.y (mgr.14916) 38 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:31 smithi007 bash[23378]: cluster 2024-09-11T08:29:30.910673+0000 mgr.y (mgr.14916) 38 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:30.910673+0000 mgr.y (mgr.14916) 38 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:31 smithi007 bash[26113]: cluster 2024-09-11T08:29:30.910673+0000 mgr.y (mgr.14916) 38 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:33.289 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:32 smithi007 bash[52697]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-11T08:29:33.289 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[52697]: Writing manifest to image destination 2024-09-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 podman[52697]: 2024-09-11 08:29:33.408561021 +0000 UTC m=+2.425952779 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 podman[52697]: 2024-09-11 08:29:33.531826599 +0000 UTC m=+2.549218389 container create 5c4cdcf06778f2afbde7ec82f77489f392b25848511d237021d2de72050848f5 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 podman[52697]: 2024-09-11 08:29:33.725718527 +0000 UTC m=+2.743110278 container init 5c4cdcf06778f2afbde7ec82f77489f392b25848511d237021d2de72050848f5 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 podman[52697]: 2024-09-11 08:29:33.729063917 +0000 UTC m=+2.746455667 container start 5c4cdcf06778f2afbde7ec82f77489f392b25848511d237021d2de72050848f5 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.733Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.733Z 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-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.734Z 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-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.734Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.734Z 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-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z 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-11T08:29:33.790 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-11T08:29:33.791 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=arp 2024-09-11T08:29:33.791 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-11T08:29:33.791 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-11T08:29:33.791 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-11T08:29:33.791 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-11T08:29:33.791 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-11T08:29:33.791 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=edac 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-11T08:29:33.792 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=os 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-11T08:29:33.793 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=stat 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=time 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=uname 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-11T08:29:33.794 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:29:33.795 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a[52773]: ts=2024-09-11T08:29:33.735Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:29:34.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:32.911004+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:34.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 bash[23209]: cluster 2024-09-11T08:29:32.911004+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:34.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 bash[23209]: audit 2024-09-11T08:29:33.855571+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:34.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 bash[23209]: audit 2024-09-11T08:29:33.856430+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:34.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 bash[23209]: audit 2024-09-11T08:29:33.859782+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:33.855571+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 bash[23209]: audit 2024-09-11T08:29:33.860681+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:33.856430+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 bash[23209]: audit 2024-09-11T08:29:33.863625+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:33.859782+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:33.860681+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:33.863625+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-0 2024-09-11T08:29:34.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 9-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:34.289 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[52697]: 5c4cdcf06778f2afbde7ec82f77489f392b25848511d237021d2de72050848f5 2024-09-11T08:29:34.289 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:29:33 smithi007 systemd[1]: Started Ceph node-exporter.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:29:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:32.911004+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:33.855571+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[23378]: cluster 2024-09-11T08:29:32.911004+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[23378]: audit 2024-09-11T08:29:33.855571+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[26113]: cluster 2024-09-11T08:29:32.911004+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[26113]: audit 2024-09-11T08:29:33.855571+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:34.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[26113]: audit 2024-09-11T08:29:33.856430+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[23378]: audit 2024-09-11T08:29:33.856430+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[23378]: audit 2024-09-11T08:29:33.859782+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[26113]: audit 2024-09-11T08:29:33.859782+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:34.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:33.856430+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:34.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[23378]: audit 2024-09-11T08:29:33.860681+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[26113]: audit 2024-09-11T08:29:33.860681+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:34.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:33.859782+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:34.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[23378]: audit 2024-09-11T08:29:33.863625+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:34.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 bash[26113]: audit 2024-09-11T08:29:33.863625+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:34.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:32.911004+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:34.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:33.855571+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:33.860681+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \" 2024-09-11T08:29:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:33.863625+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config 2024-09-11T08:29:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:33.856430+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:33.859782+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:33.860681+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2 2024-09-11T08:29:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:34.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:33.863625+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204472320, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787396Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440506777, \"cpu_percentage\": \"2.87%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:28:59.787589Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 176894771, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787668Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50132418, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787735Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50646220, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787800Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45665484, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787862Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50415534, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.787924Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:28:59.788047Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40433090, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:28:59.788108Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-0 2024-09-11T08:29:34.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 9-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:35.760 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:35 smithi155 systemd[1]: Stopping Ceph node-exporter.b for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:29:36.056 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:35 smithi155 podman[30749]: 2024-09-11 08:29:35.783612324 +0000 UTC m=+1356.550927755 container died b1a3b2afa7c81b1e3285c700efc9c89e14f0d1584b9da02255acf20d689faf2c (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-11T08:29:36.056 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:34.911586+0000 mgr.y (mgr.14916) 40 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:36.056 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:35 smithi155 bash[23209]: cluster 2024-09-11T08:29:34.911586+0000 mgr.y (mgr.14916) 40 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:34.911586+0000 mgr.y (mgr.14916) 40 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:35 smithi007 bash[26113]: cluster 2024-09-11T08:29:34.911586+0000 mgr.y (mgr.14916) 40 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:34.911586+0000 mgr.y (mgr.14916) 40 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:35 smithi007 bash[23378]: cluster 2024-09-11T08:29:34.911586+0000 mgr.y (mgr.14916) 40 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:36.382 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:36 smithi155 podman[45266]: 2024-09-11 08:29:36.131568176 +0000 UTC m=+0.476290807 container cleanup b1a3b2afa7c81b1e3285c700efc9c89e14f0d1584b9da02255acf20d689faf2c (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-11T08:29:36.382 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:36 smithi155 bash[45266]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b 2024-09-11T08:29:36.382 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:36 smithi155 podman[30749]: 2024-09-11 08:29:36.382694284 +0000 UTC m=+1357.150009706 container remove b1a3b2afa7c81b1e3285c700efc9c89e14f0d1584b9da02255acf20d689faf2c (image=docker.io/prom/node-exporter:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-11T08:29:36.637 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:36 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-11T08:29:36.936 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:36 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-11T08:29:36.937 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:36 smithi155 systemd[1]: Stopped Ceph node-exporter.b for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:29:36.937 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:36 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.b.service: Consumed 2.342s CPU time. 2024-09-11T08:29:36.937 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:36 smithi155 systemd[1]: Starting Ceph node-exporter.b for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:29:37.260 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:37 smithi155 bash[45419]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-11T08:29:37.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:36 smithi155 bash[23209]: cephadm 2024-09-11T08:29:35.154223+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:29:37.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:36 smithi155 bash[23209]: cephadm 2024-09-11T08:29:35.154623+0000 mgr.y (mgr.14916) 42 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:29:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:35.154223+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:29:37.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:35.154623+0000 mgr.y (mgr.14916) 42 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:29:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:35.154223+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:29:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:35.154623+0000 mgr.y (mgr.14916) 42 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:29:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:36 smithi007 bash[23378]: cephadm 2024-09-11T08:29:35.154223+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:29:37.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:36 smithi007 bash[23378]: cephadm 2024-09-11T08:29:35.154623+0000 mgr.y (mgr.14916) 42 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:29:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:35.154223+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:29:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:36 smithi007 bash[26113]: cephadm 2024-09-11T08:29:35.154223+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:29:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:36 smithi007 bash[26113]: cephadm 2024-09-11T08:29:35.154623+0000 mgr.y (mgr.14916) 42 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:29:37.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:35.154623+0000 mgr.y (mgr.14916) 42 : cephadm [INF] Deploying daemon node-exporter.b on smithi155 2024-09-11T08:29:37.760 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:37 smithi155 bash[45419]: Getting image source signatures 2024-09-11T08:29:37.760 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:37 smithi155 bash[45419]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-11T08:29:37.760 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:37 smithi155 bash[45419]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-11T08:29:37.760 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:37 smithi155 bash[45419]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-11T08:29:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:37 smithi155 bash[23209]: cluster 2024-09-11T08:29:36.912464+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:36.912464+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:36.912464+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:37 smithi007 bash[26113]: cluster 2024-09-11T08:29:36.912464+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:37 smithi007 bash[23378]: cluster 2024-09-11T08:29:36.912464+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:36.912464+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:39.510 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 bash[45419]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-11T08:29:39.510 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 bash[45419]: Writing manifest to image destination 2024-09-11T08:29:39.887 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 podman[45419]: 2024-09-11 08:29:39.494808787 +0000 UTC m=+2.533155034 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-11T08:29:39.887 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 podman[45419]: 2024-09-11 08:29:39.601578229 +0000 UTC m=+2.639924458 container create f7524572a6390e93d3d7f87b01e06013ffb0224ac526fecd44dd1f054957144c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-11T08:29:39.887 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 podman[45419]: 2024-09-11 08:29:39.803744234 +0000 UTC m=+2.842090463 container init f7524572a6390e93d3d7f87b01e06013ffb0224ac526fecd44dd1f054957144c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-11T08:29:39.887 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 podman[45419]: 2024-09-11 08:29:39.807165496 +0000 UTC m=+2.845511734 container start f7524572a6390e93d3d7f87b01e06013ffb0224ac526fecd44dd1f054957144c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-11T08:29:39.887 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.811Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-11T08:29:39.887 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.811Z 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-11T08:29:39.887 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.812Z 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-11T08:29:39.888 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.812Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-11T08:29:39.888 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.812Z 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-11T08:29:39.888 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.812Z 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-11T08:29:39.888 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-11T08:29:39.888 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=arp 2024-09-11T08:29:39.888 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-11T08:29:39.888 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-11T08:29:39.888 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=edac 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-11T08:29:39.889 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-11T08:29:39.890 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=os 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=stat 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=time 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-11T08:29:39.891 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=uname 2024-09-11T08:29:39.892 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-11T08:29:39.892 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-11T08:29:39.892 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-11T08:29:39.892 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:29:39.892 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b[45494]: ts=2024-09-11T08:29:39.813Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:29:39.892 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 bash[45419]: f7524572a6390e93d3d7f87b01e06013ffb0224ac526fecd44dd1f054957144c 2024-09-11T08:29:40.261 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:29:39 smithi155 systemd[1]: Started Ceph node-exporter.b for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:29:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:38.912939+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:39.937298+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:39 smithi155 bash[23209]: cluster 2024-09-11T08:29:38.912939+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:39 smithi155 bash[23209]: audit 2024-09-11T08:29:39.937298+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:40.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:39 smithi155 bash[23209]: audit 2024-09-11T08:29:39.938090+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:40.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:39.938090+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:39 smithi007 bash[26113]: cluster 2024-09-11T08:29:38.912939+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:39 smithi007 bash[26113]: audit 2024-09-11T08:29:39.937298+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:39 smithi007 bash[26113]: audit 2024-09-11T08:29:39.938090+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:38.912939+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:38.912939+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:39.937298+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:39 smithi007 bash[23378]: cluster 2024-09-11T08:29:38.912939+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:39 smithi007 bash[23378]: audit 2024-09-11T08:29:39.937298+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:39.937298+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:40.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:39.938090+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:39 smithi007 bash[23378]: audit 2024-09-11T08:29:39.938090+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:40.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:39.938090+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:39.941921+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:39.943109+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 bash[23209]: audit 2024-09-11T08:29:39.941921+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:41.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 bash[23209]: audit 2024-09-11T08:29:39.943109+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:41.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:39.950414+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:41.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 bash[23209]: audit 2024-09-11T08:29:39.950414+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:41.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 bash[23209]: audit 2024-09-11T08:29:39.952216+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 bash[23209]: audit 2024-09-11T08:29:39.953936+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:39.952216+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:39.953936+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:39.941921+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[26113]: audit 2024-09-11T08:29:39.941921+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:39.943109+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:41.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[23378]: audit 2024-09-11T08:29:39.941921+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:41.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[23378]: audit 2024-09-11T08:29:39.943109+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:41.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[26113]: audit 2024-09-11T08:29:39.943109+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:41.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[26113]: audit 2024-09-11T08:29:39.950414+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:41.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[26113]: audit 2024-09-11T08:29:39.952216+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[26113]: audit 2024-09-11T08:29:39.953936+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:39.950414+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:41.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[23378]: audit 2024-09-11T08:29:39.950414+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:41.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[23378]: audit 2024-09-11T08:29:39.952216+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 bash[23378]: audit 2024-09-11T08:29:39.953936+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:39.952216+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:39.953936+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:39.941921+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:41.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:39.943109+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08 2024-09-11T08:29:41.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: :05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:41.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:39.950414+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 184759091, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173180Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"100.48%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:21.173371Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52061798, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173489Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173584Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52974059, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173668Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.173748Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50247761, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173826Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:21.173981Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40380661, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:21.174060Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024- 2024-09-11T08:29:41.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:41.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:39.952216+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:41.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:39.953936+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:40.913733+0000 mgr.y (mgr.14916) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:41 smithi155 bash[23209]: cluster 2024-09-11T08:29:40.913733+0000 mgr.y (mgr.14916) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:40.913733+0000 mgr.y (mgr.14916) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:41 smithi007 bash[23378]: cluster 2024-09-11T08:29:40.913733+0000 mgr.y (mgr.14916) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:40.913733+0000 mgr.y (mgr.14916) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:41 smithi007 bash[26113]: cluster 2024-09-11T08:29:40.913733+0000 mgr.y (mgr.14916) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:42.914093+0000 mgr.y (mgr.14916) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:43 smithi155 bash[23209]: cluster 2024-09-11T08:29:42.914093+0000 mgr.y (mgr.14916) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:42.914093+0000 mgr.y (mgr.14916) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:43 smithi007 bash[23378]: cluster 2024-09-11T08:29:42.914093+0000 mgr.y (mgr.14916) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:42.914093+0000 mgr.y (mgr.14916) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:43 smithi007 bash[26113]: cluster 2024-09-11T08:29:42.914093+0000 mgr.y (mgr.14916) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.234938+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.235561+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.234938+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.235561+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.238699+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.238699+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.239580+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.239580+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.242413+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.600020+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.859298+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.859923+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.862929+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.242413+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha25 2024-09-11T08:29:45.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.863757+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 6:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.866366+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 bash[23209]: audit 2024-09-11T08:29:44.867197+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.600020+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.859298+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.859923+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.862929+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.863757+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: :54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.866366+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b0 2024-09-11T08:29:45.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 64d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.867197+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:45.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.234938+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.282 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.235561+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.234938+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.235561+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.234938+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.235561+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.238699+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.238699+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.239580+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.285 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.238699+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.242413+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.600020+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.859298+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.859923+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.239580+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.286 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.862929+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.239580+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, 2024-09-11T08:29:45.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.863757+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.242413+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.600020+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.859298+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.859923+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.866366+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[26113]: audit 2024-09-11T08:29:44.867197+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.234938+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.862929+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.235561+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.238699+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.242413+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.239580+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256 2024-09-11T08:29:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: :54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.242413+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a 2024-09-11T08:29:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.863757+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.600020+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:00.425033Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.600020+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.859298+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.859923+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.866366+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 bash[23378]: audit 2024-09-11T08:29:44.867197+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:45.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.859298+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:45.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.859923+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:45.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.862929+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.863757+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256 2024-09-11T08:29:45.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.862929+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:16:12.292137Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:16:12.292147Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:45.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: :54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.866366+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/c 2024-09-11T08:29:45.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: eph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.867197+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:45.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.863757+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:45.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.866366+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:16:12.292162Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:45.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:44 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.867197+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:46.008 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:44.914401+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:46.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.963979+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: cluster 2024-09-11T08:29:44.914401+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:46.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:44.963979+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:44.964542+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:44.967589+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.964542+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:44.968566+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.967589+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:44.971568+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:45.321722+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:45.582361+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.968566+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T0 2024-09-11T08:29:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:45.582950+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:45.586163+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 8:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:45.587069+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:44.971568+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:45.589705+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 bash[23209]: audit 2024-09-11T08:29:45.590584+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:45.321722+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:45.582361+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:45.582950+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:45.586163+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:45.587069+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_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-11T08:29:46.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:45.589705+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0ca 2024-09-11T08:29:46.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: fed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:45.590584+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:46.223 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: cluster 2024-09-11T08:29:44.914401+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:46.224 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:44.914401+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:46.224 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:44.963979+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.224 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:44.964542+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: cluster 2024-09-11T08:29:44.914401+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:46.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:44.963979+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:44.964542+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.225 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:44.967589+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.226 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:44.967589+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.226 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.963979+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.226 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:44.968566+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:44.968566+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.226 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:44.971568+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:45.321722+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:46.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:45.582361+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.227 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.964542+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.227 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:45.582950+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:44.971568+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:45.321722+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:46.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:45.582361+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.228 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.967589+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.228 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:45.586163+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:45.582950+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.229 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:45.587069+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:45.586163+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:45.589705+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[26113]: audit 2024-09-11T08:29:45.590584+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:46.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:44.914401+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:46.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.963979+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.968566+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha 2024-09-11T08:29:46.231 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.964542+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.231 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:45.587069+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.231 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.232 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.967589+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.232 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:45.589705+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.232 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 bash[23378]: audit 2024-09-11T08:29:45.590584+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:46.232 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.968566+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha2 2024-09-11T08:29:46.232 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 56:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.233 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:44.971568+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_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-11T08:29:46.233 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:44.971568+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:29:46.233 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: eph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.234 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:45.321722+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:46.234 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:45.582361+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.234 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: o/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:21.782771Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.234 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:45.321722+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:46.234 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:45.582361+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:46.235 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:45.582950+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.236 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:45.586163+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.236 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:45.587069+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha2 2024-09-11T08:29:46.236 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:45.582950+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:46.236 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:45.586163+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:27.597176Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:27.597188Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:46.237 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 56:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.237 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:45.587069+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_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-11T08:29:46.238 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:45.589705+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:29:46.238 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.238 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:45.590584+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:46.239 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:46.239 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:45.589705+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha 2024-09-11T08:29:46.239 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:27.597229Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:46.239 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:45.590584+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:48.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:46.915100+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:48.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:47.429231+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:48.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:47 smithi007 bash[23378]: cluster 2024-09-11T08:29:46.915100+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:48.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:47 smithi007 bash[23378]: audit 2024-09-11T08:29:47.429231+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:48.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:47 smithi007 bash[26113]: cluster 2024-09-11T08:29:46.915100+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:48.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:47 smithi007 bash[26113]: audit 2024-09-11T08:29:47.429231+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:48.253 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:46.915100+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:48.253 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:47.429231+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:46.915100+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:47.429231+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:47 smithi155 bash[23209]: cluster 2024-09-11T08:29:46.915100+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:47 smithi155 bash[23209]: audit 2024-09-11T08:29:47.429231+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:49.103 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:48.383394+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:49.103 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:48 smithi007 bash[23378]: audit 2024-09-11T08:29:48.383394+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:49.103 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:48.383394+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:49.104 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:48 smithi007 bash[26113]: audit 2024-09-11T08:29:48.383394+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:49.226 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:48.383394+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:49.226 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:48 smithi155 bash[23209]: audit 2024-09-11T08:29:48.383394+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:29:50.079 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:48.915436+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:50.080 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:49 smithi155 bash[23209]: cluster 2024-09-11T08:29:48.915436+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:48.915436+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:49 smithi007 bash[23378]: cluster 2024-09-11T08:29:48.915436+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:48.915436+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:49 smithi007 bash[26113]: cluster 2024-09-11T08:29:48.915436+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:51.243 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:50.665973+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:51.243 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:50.666619+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:51.243 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 bash[23209]: audit 2024-09-11T08:29:50.665973+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:51.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 bash[23209]: audit 2024-09-11T08:29:50.666619+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:51.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 bash[23209]: audit 2024-09-11T08:29:50.670972+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:51.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:50.670972+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:51.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 bash[23209]: audit 2024-09-11T08:29:50.671896+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:51.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:50.671896+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"met 2024-09-11T08:29:51.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 bash[23209]: audit 2024-09-11T08:29:50.675652+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:51.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: adata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:51.244 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:50.675652+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[23378]: audit 2024-09-11T08:29:50.665973+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[23378]: audit 2024-09-11T08:29:50.666619+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[26113]: audit 2024-09-11T08:29:50.665973+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[26113]: audit 2024-09-11T08:29:50.666619+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:51.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[26113]: audit 2024-09-11T08:29:50.670972+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[23378]: audit 2024-09-11T08:29:50.670972+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:51.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:50.665973+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:51.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[26113]: audit 2024-09-11T08:29:50.671896+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:51.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[23378]: audit 2024-09-11T08:29:50.671896+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:51.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:50.666619+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:51.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[26113]: audit 2024-09-11T08:29:50.675652+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:51.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:50.665973+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:51.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:50.666619+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:51.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 bash[23378]: audit 2024-09-11T08:29:50.675652+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:51.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:50.670972+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:51.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:50.670972+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:51.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:50.671896+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a6 2024-09-11T08:29:51.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 16656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:51.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:50.671896+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe 2024-09-11T08:29:51.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:51.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:50.675652+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:51.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:50.675652+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"ae9fc6219cf8\", \"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\": 21086863, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234134Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:16:24.152417Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b0 2024-09-11T08:29:51.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 64d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:16:16.576609Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.234331Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.648239Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:52.238 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:50.916079+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:52.238 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: cluster 2024-09-11T08:29:50.916079+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:52.238 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.594016+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:52.238 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.594837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:52.238 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.600081+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:52.238 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.594016+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.601173+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.594837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.605211+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.607490+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.610562+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.690647+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.691552+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.692793+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.694023+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.695352+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.696555+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.240 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.697426+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.240 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.698333+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.240 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.699206+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.240 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 bash[23209]: audit 2024-09-11T08:29:51.700331+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.240 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.600081+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:52.240 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.601173+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:29:52.240 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: r.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.605211+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.607490+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.610562+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.690647+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.691552+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.692793+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.694023+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.695352+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.696555+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.697426+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.241 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.698333+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.242 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.699206+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.242 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:51.700331+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:50.916079+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.594016+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: cluster 2024-09-11T08:29:50.916079+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.594016+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: cluster 2024-09-11T08:29:50.916079+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.594016+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.594837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:52.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.594837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:52.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.600081+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.600081+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:52.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.594837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:52.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.601173+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:52.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.605211+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:52.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.607490+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:52.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.610562+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:52.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.690647+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:52.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.691552+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:52.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.692793+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.601173+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:52.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.600081+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.694023+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.695352+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.696555+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.697426+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.698333+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.699206+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[26113]: audit 2024-09-11T08:29:51.700331+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:50.916079+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.594016+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:52.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.594837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:52.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.605211+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:52.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.607490+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:52.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.610562+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:52.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.690647+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:52.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.691552+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:52.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.692793+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.694023+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.695352+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.696555+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.697426+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.698333+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.699206+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 bash[23378]: audit 2024-09-11T08:29:51.700331+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.600081+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:52.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.601173+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_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-11T08:29:52.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:52.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.601173+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"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-11T08:29:52.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:29:52.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.605211+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_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-11T08:29:52.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.605211+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"e44a7af880b7\", \"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\": 50258247, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963041Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:16:35.886213Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbb 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: eph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.607490+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.610562+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.690647+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.691552+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.692793+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.694023+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.695352+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.696555+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.697426+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.698333+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.699206+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:51.700331+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: a0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:16:25.410180Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:29:44.963488Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:27.681823Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.607490+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.610562+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.690647+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.691552+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.692793+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.694023+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.695352+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.696555+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.697426+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.698333+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.699206+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:52.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:51.700331+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:53.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:52.916570+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:53.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:52 smithi155 bash[23209]: cluster 2024-09-11T08:29:52.916570+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:52 smithi007 bash[23378]: cluster 2024-09-11T08:29:52.916570+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:52.916570+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:53.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:52.916570+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:53.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:52 smithi007 bash[26113]: cluster 2024-09-11T08:29:52.916570+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:52.997719+0000 mgr.y (mgr.14916) 52 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:29:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:29:53.009299+0000 mgr.y (mgr.14916) 53 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:29:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:53 smithi155 bash[23209]: cephadm 2024-09-11T08:29:52.997719+0000 mgr.y (mgr.14916) 52 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:29:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:53 smithi155 bash[23209]: cephadm 2024-09-11T08:29:53.009299+0000 mgr.y (mgr.14916) 53 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:29:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:52.997719+0000 mgr.y (mgr.14916) 52 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:29:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:29:53.009299+0000 mgr.y (mgr.14916) 53 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:29:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:53 smithi007 bash[26113]: cephadm 2024-09-11T08:29:52.997719+0000 mgr.y (mgr.14916) 52 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:29:54.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:53 smithi007 bash[26113]: cephadm 2024-09-11T08:29:53.009299+0000 mgr.y (mgr.14916) 53 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:29:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:52.997719+0000 mgr.y (mgr.14916) 52 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:29:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:29:53.009299+0000 mgr.y (mgr.14916) 53 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:29:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:53 smithi007 bash[23378]: cephadm 2024-09-11T08:29:52.997719+0000 mgr.y (mgr.14916) 52 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:29:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:53 smithi007 bash[23378]: cephadm 2024-09-11T08:29:53.009299+0000 mgr.y (mgr.14916) 53 : cephadm [INF] Deploying daemon prometheus.a on smithi155 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:54.917091+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:54.949139+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 bash[23209]: cluster 2024-09-11T08:29:54.917091+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 bash[23209]: audit 2024-09-11T08:29:54.949139+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 bash[23209]: audit 2024-09-11T08:29:54.949424+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 bash[23209]: audit 2024-09-11T08:29:54.949714+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 bash[23209]: audit 2024-09-11T08:29:54.949930+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:54.949424+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:54.949714+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.109 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:54.949930+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:29:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:54.917091+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[23378]: cluster 2024-09-11T08:29:54.917091+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[23378]: audit 2024-09-11T08:29:54.949139+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:29:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[23378]: audit 2024-09-11T08:29:54.949424+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[23378]: audit 2024-09-11T08:29:54.949714+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[23378]: audit 2024-09-11T08:29:54.949930+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:54.949139+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:54.949424+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:54.949714+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:54.949930+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:54.917091+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:54.949139+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[26113]: cluster 2024-09-11T08:29:54.917091+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[26113]: audit 2024-09-11T08:29:54.949139+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:29:55.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[26113]: audit 2024-09-11T08:29:54.949424+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[26113]: audit 2024-09-11T08:29:54.949714+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 bash[26113]: audit 2024-09-11T08:29:54.949930+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:29:55.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:54.949424+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:54.949714+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:29:55.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:54.949930+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 systemd[1]: Stopping Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:29:56.511 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.421Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.421Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.423Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.423Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.423Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:29:56.512 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.423Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.423Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.423Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.423Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.423Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[37124]: ts=2024-09-11T08:29:56.423Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.423Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.423Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a[37217]: ts=2024-09-11T08:29:56.423Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:29:56.513 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 podman[37124]: 2024-09-11 08:29:56.425826591 +0000 UTC m=+800.655493586 container died e44a7af880b7181470c1debeb3622f165bfd40564e5562ab5c3fc7e6dcbd17a7 (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:57.010 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 podman[47132]: 2024-09-11 08:29:56.84600611 +0000 UTC m=+0.546260564 container cleanup e44a7af880b7181470c1debeb3622f165bfd40564e5562ab5c3fc7e6dcbd17a7 (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:57.010 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:56 smithi155 bash[47132]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:29:57.305 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 podman[37124]: 2024-09-11 08:29:57.055643105 +0000 UTC m=+801.285310146 container remove e44a7af880b7181470c1debeb3622f165bfd40564e5562ab5c3fc7e6dcbd17a7 (image=docker.io/prom/prometheus:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:57.596 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:29:57.724 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-11T08:29:57.724 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 systemd[1]: Stopped Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:29:57.724 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a.service: Consumed 1.450s CPU time. 2024-09-11T08:29:57.724 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 systemd[1]: Starting Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:29:57.984 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:56.917945+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:57.984 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:57 smithi155 bash[23209]: cluster 2024-09-11T08:29:56.917945+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:57.984 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 podman[47280]: 2024-09-11 08:29:57.627826797 +0000 UTC m=+0.016631232 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-11T08:29:57.984 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 podman[47280]: 2024-09-11 08:29:57.748502085 +0000 UTC m=+0.137306518 container create 80a5156b27a8b6c7198a6086d31806dd110687d049c25bd75eb8189dfe9f1865 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:57.985 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 podman[47280]: 2024-09-11 08:29:57.958812443 +0000 UTC m=+0.347616872 container init 80a5156b27a8b6c7198a6086d31806dd110687d049c25bd75eb8189dfe9f1865 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:57.985 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 podman[47280]: 2024-09-11 08:29:57.961659082 +0000 UTC m=+0.350463511 container start 80a5156b27a8b6c7198a6086d31806dd110687d049c25bd75eb8189dfe9f1865 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-11T08:29:58.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.984Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-11T08:29:58.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.984Z 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-11T08:29:58.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.984Z 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 smithi155 (none))" 2024-09-11T08:29:58.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.984Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:29:58.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.984Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:29:58.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.986Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:29:58.261 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.986Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.988Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.988Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.990Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.991Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=716.604µs 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.991Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:57.991Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.002Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.009Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.009Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.009Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=24.755µs wal_replay_duration=18.865475ms wbl_replay_duration=434ns total_replay_duration=19.628172ms 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.011Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.011Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-11T08:29:58.262 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.011Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:29:58.263 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.026Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=15.07182ms db_storage=828ns remote_storage=1.18µs web_handler=351ns query_engine=601ns scrape=457.894µs scrape_sd=23.699µs notify=19.208µs notify_sd=6.62µs rules=14.345232ms tracing=6.059µs 2024-09-11T08:29:58.263 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.026Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-11T08:29:58.263 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:29:58.026Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:29:58.263 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[47280]: 80a5156b27a8b6c7198a6086d31806dd110687d049c25bd75eb8189dfe9f1865 2024-09-11T08:29:58.263 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:29:58 smithi155 systemd[1]: Started Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:29:58.281 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:29:58.281 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (13m) 14s ago 22m 20.1M - 0.27.0 11f11916f8cd ae9fc6219cf8 2024-09-11T08:29:58.281 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (22m) 13s ago 22m 38.5M - 6.6.2 87a51ecf0b1c 8c751f3da660 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (42s) 13s ago 25m 397M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (10m) 14s ago 27m 433M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (27m) 14s ago 27m 197M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (26m) 13s ago 26m 179M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (26m) 14s ago 26m 173M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (24s) 14s ago 22m 3577k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (18s) 13s ago 22m 3355k - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (25m) 14s ago 25m 47.7M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (25m) 14s ago 25m 48.3M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (25m) 14s ago 25m 43.5M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (24m) 14s ago 24m 47.8M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:29:58.282 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (24m) 13s ago 24m 49.6M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:29:58.283 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (23m) 13s ago 24m 44.8M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:29:58.283 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (23m) 13s ago 23m 50.5M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:29:58.283 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (23m) 13s ago 23m 49.0M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:29:58.283 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 starting - - - - 2024-09-11T08:29:58.283 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (21m) 14s ago 21m 38.9M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:29:58.283 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (21m) 13s ago 21m 38.6M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:29:58.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:56.917945+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:58.283 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:57 smithi007 bash[26113]: cluster 2024-09-11T08:29:56.917945+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:58.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:56.917945+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:58.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:57 smithi007 bash[23378]: cluster 2024-09-11T08:29:56.917945+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:29:58.708 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:29:58.708 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:29:58.708 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:29:58.708 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:29:58.708 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:29:58.708 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:29:58.708 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:29:58.708 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:29:58.709 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:29:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:57.584006+0000 mgr.y (mgr.14916) 56 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:57.930435+0000 mgr.y (mgr.14916) 57 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:57.584006+0000 mgr.y (mgr.14916) 56 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:57.930435+0000 mgr.y (mgr.14916) 57 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.091856+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:57.584006+0000 mgr.y (mgr.14916) 56 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:57.930435+0000 mgr.y (mgr.14916) 57 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.091856+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.092413+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:59.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.092413+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:59.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.096488+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:59.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.091856+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:59.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.097385+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:59.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.096488+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:59.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.092413+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:59.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.097385+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:59.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.100079+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.101390+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.273353+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.273702+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.273976+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.274241+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.274494+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.274742+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.276227+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.276514+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.100079+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.101390+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.273353+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.273702+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.273976+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.274241+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.274494+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.274742+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.276227+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.276514+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.276765+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.277016+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.277253+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[23378]: audit 2024-09-11T08:29:58.708262+0000 mon.a (mon.0) 1299 : audit [DBG] from='client.? 172.21.15.7:0/608550148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:59.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.096488+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:59.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.097385+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-1 2024-09-11T08:29:59.045 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 1T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:59.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.276765+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.277016+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.277253+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 bash[26113]: audit 2024-09-11T08:29:58.708262+0000 mon.a (mon.0) 1299 : audit [DBG] from='client.? 172.21.15.7:0/608550148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:59.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:57.584006+0000 mgr.y (mgr.14916) 56 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:57.930435+0000 mgr.y (mgr.14916) 57 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.091856+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:59.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.100079+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08: 2024-09-11T08:29:59.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:59.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.101390+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:59.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.273353+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.273702+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.092413+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:59.047 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.096488+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.273976+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.274241+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.274494+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.274742+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.276227+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.276514+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.276765+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.277016+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.277253+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.049 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.708262+0000 mon.a (mon.0) 1299 : audit [DBG] from='client.? 172.21.15.7:0/608550148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:59.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.097385+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.2 2024-09-11T08:29:59.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 42155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:59.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.100079+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09- 2024-09-11T08:29:59.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:59.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.101390+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.273353+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.273702+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.273976+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.274241+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.274494+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.274742+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.276227+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.276514+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.276765+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.277016+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.277253+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.708262+0000 mon.a (mon.0) 1299 : audit [DBG] from='client.? 172.21.15.7:0/608550148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:59.064 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:29:59.064 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [ 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr" 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout: ], 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:29:59.065 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:29:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:57.584006+0000 mgr.y (mgr.14916) 56 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:57.930435+0000 mgr.y (mgr.14916) 57 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:57.584006+0000 mgr.y (mgr.14916) 56 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:57.930435+0000 mgr.y (mgr.14916) 57 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.091856+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.092413+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.096488+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.091856+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.097385+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.092413+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.100079+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.101390+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.273353+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.273702+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.273976+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.274241+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.274494+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.274742+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.276227+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.276514+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.276765+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.277016+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.277253+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 bash[23209]: audit 2024-09-11T08:29:58.708262+0000 mon.a (mon.0) 1299 : audit [DBG] from='client.? 172.21.15.7:0/608550148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.096488+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.097385+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08: 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:29:59.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.100079+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188638822, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962323Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416389529, \"cpu_percentage\": \"20.24%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.962537Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962635Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962712Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52984545, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962832Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51485081, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.962925Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"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\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 3436183, \"cpu_percentage\": \"2.39%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.963152Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:29:44.963274Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40485519, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.963347Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08: 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.101390+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.273353+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.273702+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.273976+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.274241+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.274494+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.274742+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.276227+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.276514+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.276765+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.277016+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.277253+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:29:59.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.708262+0000 mon.a (mon.0) 1299 : audit [DBG] from='client.? 172.21.15.7:0/608550148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:58.271537+0000 mgr.y (mgr.14916) 58 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:59 smithi155 bash[23209]: audit 2024-09-11T08:29:58.271537+0000 mgr.y (mgr.14916) 58 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:59 smithi155 bash[23209]: cluster 2024-09-11T08:29:58.918327+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:00.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:29:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:29:58.918327+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:58.271537+0000 mgr.y (mgr.14916) 58 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:29:58.918327+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:59 smithi007 bash[23378]: audit 2024-09-11T08:29:58.271537+0000 mgr.y (mgr.14916) 58 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:29:59 smithi007 bash[23378]: cluster 2024-09-11T08:29:58.918327+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:59 smithi007 bash[26113]: audit 2024-09-11T08:29:58.271537+0000 mgr.y (mgr.14916) 58 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:58.271537+0000 mgr.y (mgr.14916) 58 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:59 smithi007 bash[26113]: cluster 2024-09-11T08:29:58.918327+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:29:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:29:58.918327+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:29:59.064188+0000 mgr.y (mgr.14916) 60 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:00 smithi155 bash[23209]: audit 2024-09-11T08:29:59.064188+0000 mgr.y (mgr.14916) 60 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:29:59.064188+0000 mgr.y (mgr.14916) 60 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:00 smithi007 bash[26113]: audit 2024-09-11T08:29:59.064188+0000 mgr.y (mgr.14916) 60 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:29:59.064188+0000 mgr.y (mgr.14916) 60 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:00 smithi007 bash[23378]: audit 2024-09-11T08:29:59.064188+0000 mgr.y (mgr.14916) 60 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:00.918973+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:01 smithi155 bash[23209]: cluster 2024-09-11T08:30:00.918973+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:00.918973+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:01 smithi007 bash[26113]: cluster 2024-09-11T08:30:00.918973+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:00.918973+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:01 smithi007 bash[23378]: cluster 2024-09-11T08:30:00.918973+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:04.223 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:02.919524+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:02.972982+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: cluster 2024-09-11T08:30:02.919524+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:02.972982+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:02.973814+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:02.977981+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:02.973814+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:02.979077+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:02.977981+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.224 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:02.982813+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:03.330733+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:03.587014+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:02.979077+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T0 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:03.587798+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:03.591881+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 8:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:03.592868+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:02.982813+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.225 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:03.596189+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.226 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 bash[23209]: audit 2024-09-11T08:30:03.597418+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:04.226 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:03.330733+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:04.226 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:03.587014+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.226 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:03.587798+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.226 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:03.591881+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.226 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:03.592868+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.227 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:03.596189+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.227 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:03.597418+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: cluster 2024-09-11T08:30:02.919524+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:02.972982+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:02.973814+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:02.919524+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:04.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: cluster 2024-09-11T08:30:02.919524+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:04.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:02.972982+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:02.973814+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:02.977981+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:02.977981+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:02.972982+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:02.979077+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:02.979077+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:02.982813+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:03.330733+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:03.587014+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:03.587798+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:02.973814+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:03.591881+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:02.982813+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:03.330733+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:03.587014+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:02.977981+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:03.592868+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:03.587798+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:03.596189+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[26113]: audit 2024-09-11T08:30:03.597418+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:02.919524+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:04.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:02.972982+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:03.591881+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:02.973814+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:02.977981+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:02.979077+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df5079 2024-09-11T08:30:04.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:03.592868+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:02.979077+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497d 2024-09-11T08:30:04.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: f507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:02.982813+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d 2024-09-11T08:30:04.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 97f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:03.330733+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:04.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:03.587014+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:03.596189+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 bash[23378]: audit 2024-09-11T08:30:03.597418+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:04.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:03.587798+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:02.982813+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df5079 2024-09-11T08:30:04.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:03.591881+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 97f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:29:45.581748Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:03.330733+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:03.587014+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:04.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:03.587798+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:04.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:03.592868+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497d 2024-09-11T08:30:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: f507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:03.591881+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:51.593067Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:51.593081Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:03.596189+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a 2024-09-11T08:30:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:03.597418+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:04.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:03.592868+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616 2024-09-11T08:30:04.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:04.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:03.596189+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507 2024-09-11T08:30:04.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:29:51.593126Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:04.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:03.597418+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:04.920028+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:05 smithi155 bash[23209]: cluster 2024-09-11T08:30:04.920028+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:04.920028+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:05 smithi007 bash[26113]: cluster 2024-09-11T08:30:04.920028+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:04.920028+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:05 smithi007 bash[23378]: cluster 2024-09-11T08:30:04.920028+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:06.324287+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:06 smithi155 bash[23209]: audit 2024-09-11T08:30:06.324287+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:07.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:06.324287+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:07.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:06 smithi007 bash[26113]: audit 2024-09-11T08:30:06.324287+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:06.324287+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:06 smithi007 bash[23378]: audit 2024-09-11T08:30:06.324287+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:06.920899+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:07 smithi155 bash[23209]: cluster 2024-09-11T08:30:06.920899+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:06.920899+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:07 smithi007 bash[26113]: cluster 2024-09-11T08:30:06.920899+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:06.920899+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:07 smithi007 bash[23378]: cluster 2024-09-11T08:30:06.920899+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:08.921419+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.468325+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: cluster 2024-09-11T08:30:08.921419+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.468325+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.469209+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.473103+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.469209+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.474252+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.473103+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.477561+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.479599+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.482664+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.564963+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.567058+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.568025+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.569390+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.570749+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.572158+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.573429+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.574381+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.575348+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.576314+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.577533+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.474252+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616 2024-09-11T08:30:10.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 bash[23209]: audit 2024-09-11T08:30:09.578676+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.477561+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.479599+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.482664+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.564963+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.567058+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.568025+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.569390+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.570749+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.572158+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.573429+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.574381+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.575348+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.576314+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.577533+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.578676+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.265 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:08.921419+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:10.266 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.468325+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:10.266 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: cluster 2024-09-11T08:30:08.921419+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:10.266 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.468325+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:10.266 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.469209+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:10.266 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.473103+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:10.266 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: cluster 2024-09-11T08:30:08.921419+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:10.266 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.468325+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:10.266 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.469209+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:10.267 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.469209+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:10.267 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.473103+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:10.267 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.474252+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:10.268 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.477561+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:10.268 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.479599+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:10.268 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.482664+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:10.268 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.564963+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:10.268 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.567058+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:10.268 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.474252+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:10.268 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.473103+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.477561+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.479599+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.482664+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.564963+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.567058+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.568025+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.569390+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.570749+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.572158+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.573429+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.269 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.574381+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.568025+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.569390+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.570749+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.572158+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.573429+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.574381+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.575348+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.576314+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.577533+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.270 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[26113]: audit 2024-09-11T08:30:09.578676+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.271 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:08.921419+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:10.271 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.468325+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:10.271 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.469209+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:10.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.575348+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.576314+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.577533+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.271 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 bash[23378]: audit 2024-09-11T08:30:09.578676+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.473103+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:10.272 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.474252+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497d 2024-09-11T08:30:10.272 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: f507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:10.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.474252+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df5079 2024-09-11T08:30:10.272 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 97f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:10.273 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.477561+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507 2024-09-11T08:30:10.273 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.477561+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"8c751f3da660\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 40454062, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972011Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:07:43.587925Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8c 2024-09-11T08:30:10.273 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:10.273 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.479599+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:10.273 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.482664+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.564963+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.567058+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.568025+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.569390+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.570749+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.572158+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.573429+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.574381+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.575348+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.274 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: d47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:07:28.100563Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:02.972264Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:29:51.688053Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.479599+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.482664+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.564963+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.567058+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.568025+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.569390+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.570749+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.572158+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.275 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.573429+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.574381+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.575348+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.276 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.576314+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.276 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.577533+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.276 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.578676+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.576314+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.577533+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:10.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.578676+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:09.565401+0000 mgr.y (mgr.14916) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:10 smithi155 bash[23209]: audit 2024-09-11T08:30:09.565401+0000 mgr.y (mgr.14916) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:09.565401+0000 mgr.y (mgr.14916) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:10 smithi007 bash[23378]: audit 2024-09-11T08:30:09.565401+0000 mgr.y (mgr.14916) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:11.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:10 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:09.565401+0000 mgr.y (mgr.14916) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:11.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:10 smithi007 bash[26113]: audit 2024-09-11T08:30:09.565401+0000 mgr.y (mgr.14916) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:30:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:10.922112+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:30:10.951578+0000 mgr.y (mgr.14916) 68 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:30:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:11 smithi155 bash[23209]: cluster 2024-09-11T08:30:10.922112+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:11 smithi155 bash[23209]: cephadm 2024-09-11T08:30:10.951578+0000 mgr.y (mgr.14916) 68 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:30:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:11 smithi155 bash[23209]: cephadm 2024-09-11T08:30:10.957800+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:30:12.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:30:10.957800+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:30:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:10.922112+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:11 smithi007 bash[26113]: cluster 2024-09-11T08:30:10.922112+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:11 smithi007 bash[26113]: cephadm 2024-09-11T08:30:10.951578+0000 mgr.y (mgr.14916) 68 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:30:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:11 smithi007 bash[26113]: cephadm 2024-09-11T08:30:10.957800+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:30:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:30:10.951578+0000 mgr.y (mgr.14916) 68 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:30:12.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:30:10.957800+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:30:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:11 smithi007 bash[23378]: cluster 2024-09-11T08:30:10.922112+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:11 smithi007 bash[23378]: cephadm 2024-09-11T08:30:10.951578+0000 mgr.y (mgr.14916) 68 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:30:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:10.922112+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:11 smithi007 bash[23378]: cephadm 2024-09-11T08:30:10.957800+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:30:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:30:10.951578+0000 mgr.y (mgr.14916) 68 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:30:12.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:30:10.957800+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Deploying daemon alertmanager.a on smithi007 2024-09-11T08:30:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:12.922663+0000 mgr.y (mgr.14916) 70 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:13 smithi007 bash[23378]: cluster 2024-09-11T08:30:12.922663+0000 mgr.y (mgr.14916) 70 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:13.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:12.922663+0000 mgr.y (mgr.14916) 70 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:13.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:13 smithi007 bash[26113]: cluster 2024-09-11T08:30:12.922663+0000 mgr.y (mgr.14916) 70 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:13.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:12.922663+0000 mgr.y (mgr.14916) 70 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:13.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:13 smithi155 bash[23209]: cluster 2024-09-11T08:30:12.922663+0000 mgr.y (mgr.14916) 70 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:14.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 systemd[1]: Stopping Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:30:14.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a[43000]: ts=2024-09-11T08:30:14.161Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:30:14.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 bash[42985]: ts=2024-09-11T08:30:14.161Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:30:14.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 podman[42985]: 2024-09-11 08:30:14.163318972 +0000 UTC m=+830.123888226 container died ae9fc6219cf8a6cb58e8ba05a97ff9e03d1edc41f9bd5d42b7e65062fe939874 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:30:14.687 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 podman[54520]: 2024-09-11 08:30:14.477794455 +0000 UTC m=+0.418349208 container cleanup ae9fc6219cf8a6cb58e8ba05a97ff9e03d1edc41f9bd5d42b7e65062fe939874 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:30:14.687 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 bash[54520]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:30:14.951 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 podman[54533]: 2024-09-11 08:30:14.687175807 +0000 UTC m=+0.514641284 container remove ae9fc6219cf8a6cb58e8ba05a97ff9e03d1edc41f9bd5d42b7e65062fe939874 (image=docker.io/prom/alertmanager:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-11T08:30:15.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-11T08:30:15.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 systemd[1]: Stopped Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:30:15.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:14 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service: Consumed 1.523s CPU time. 2024-09-11T08:30:15.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 systemd[1]: Starting Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:30:15.703 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 podman[54673]: 2024-09-11 08:30:15.388767786 +0000 UTC m=+0.099837877 volume create b2eaef5b9ebf50bea4048e892ebbea0f8c392648fdaf5798d1062bd916a5c89f 2024-09-11T08:30:15.703 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 podman[54673]: 2024-09-11 08:30:15.30539799 +0000 UTC m=+0.016468045 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-11T08:30:15.703 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 podman[54673]: 2024-09-11 08:30:15.50596133 +0000 UTC m=+0.217031375 container create 2fa27dea58a1c49783799f62a9bf70e81fb416c3a07191fb5ec9715f388e0afd (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-11T08:30:16.236 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:14.923032+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:16.236 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:15.970556+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:16.236 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:15 smithi155 bash[23209]: cluster 2024-09-11T08:30:14.923032+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:16.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:15 smithi155 bash[23209]: audit 2024-09-11T08:30:15.970556+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:16.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:15 smithi155 bash[23209]: audit 2024-09-11T08:30:15.971157+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:16.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:15 smithi155 bash[23209]: audit 2024-09-11T08:30:15.974338+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:16.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:15.971157+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:16.237 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:15.974338+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:14.923032+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:15.970556+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[23378]: cluster 2024-09-11T08:30:14.923032+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:16.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[23378]: audit 2024-09-11T08:30:15.970556+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[26113]: cluster 2024-09-11T08:30:14.923032+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[26113]: audit 2024-09-11T08:30:15.970556+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[26113]: audit 2024-09-11T08:30:15.971157+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[23378]: audit 2024-09-11T08:30:15.971157+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:16.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[23378]: audit 2024-09-11T08:30:15.974338+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[26113]: audit 2024-09-11T08:30:15.974338+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:14.923032+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:15.970556+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:15.971157+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:15.974338+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:15.971157+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:15.974338+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:16.292 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 podman[54673]: 2024-09-11 08:30:15.825464513 +0000 UTC m=+0.536534560 container init 2fa27dea58a1c49783799f62a9bf70e81fb416c3a07191fb5ec9715f388e0afd (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-11T08:30:16.292 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 podman[54673]: 2024-09-11 08:30:15.828328638 +0000 UTC m=+0.539398693 container start 2fa27dea58a1c49783799f62a9bf70e81fb416c3a07191fb5ec9715f388e0afd (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-11T08:30:16.292 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:15.841Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-11T08:30:16.292 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:15.842Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-11T08:30:16.292 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:15.843Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.7 port=9094 2024-09-11T08:30:16.292 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:15.844Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:30:16.293 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:15.867Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:30:16.293 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:15.867Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:30:16.293 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:15.871Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:30:16.293 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:15.871Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:30:16.293 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 bash[54673]: 2fa27dea58a1c49783799f62a9bf70e81fb416c3a07191fb5ec9715f388e0afd 2024-09-11T08:30:16.293 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:15 smithi007 systemd[1]: Started Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:30:17.249 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:15.975650+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_de 2024-09-11T08:30:17.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:17.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:15.975650+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": 2024-09-11T08:30:17.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:16 smithi007 bash[23378]: audit 2024-09-11T08:30:15.975650+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:17.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:16 smithi007 bash[26113]: audit 2024-09-11T08:30:15.975650+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:17.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:17.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:15.982704+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:17.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:16 smithi007 bash[23378]: audit 2024-09-11T08:30:15.982704+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:17.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:16 smithi007 bash[23378]: audit 2024-09-11T08:30:15.984113+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:17.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:15.984113+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:17.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:16 smithi007 bash[26113]: audit 2024-09-11T08:30:15.982704+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:17.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:16 smithi007 bash[26113]: audit 2024-09-11T08:30:15.984113+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:17.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:15.982704+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [] 2024-09-11T08:30:17.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: , \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:17.252 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:15.984113+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:15.975650+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_de 2024-09-11T08:30:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:16 smithi155 bash[23209]: audit 2024-09-11T08:30:15.975650+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:16 smithi155 bash[23209]: audit 2024-09-11T08:30:15.982704+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:16 smithi155 bash[23209]: audit 2024-09-11T08:30:15.984113+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:15.982704+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233528Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454767411, \"cpu_percentage\": \"3.00%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:29:44.233679Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 181823078, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233754Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50027560, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233822Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233887Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45707427, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.233950Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234011Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 3663724, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:29:44.234072Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40821063, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:29:44.234198Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:17.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:15.984113+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:16.923819+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:17 smithi155 bash[23209]: cluster 2024-09-11T08:30:16.923819+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:18.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:16.923819+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:18.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:17 smithi007 bash[23378]: cluster 2024-09-11T08:30:16.923819+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:18.289 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:17.845Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000651982s 2024-09-11T08:30:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:16.923819+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:18.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:17 smithi007 bash[26113]: cluster 2024-09-11T08:30:16.923819+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:18.924192+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:18 smithi155 bash[23209]: cluster 2024-09-11T08:30:18.924192+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:19.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:18.924192+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:19.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:18 smithi007 bash[26113]: cluster 2024-09-11T08:30:18.924192+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:18.924192+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:19.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:18 smithi007 bash[23378]: cluster 2024-09-11T08:30:18.924192+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:20.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.169621+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:20.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.170222+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:20.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 bash[23209]: audit 2024-09-11T08:30:20.169621+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:20.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 bash[23209]: audit 2024-09-11T08:30:20.170222+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:20.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 bash[23209]: audit 2024-09-11T08:30:20.173536+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:20.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.173536+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:20.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 bash[23209]: audit 2024-09-11T08:30:20.174521+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:20.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.174521+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\" 2024-09-11T08:30:20.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 bash[23209]: audit 2024-09-11T08:30:20.177191+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:20.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: , \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:20.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.177191+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"c 2024-09-11T08:30:20.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ontainer_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:20.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[26113]: audit 2024-09-11T08:30:20.169621+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:20.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[26113]: audit 2024-09-11T08:30:20.170222+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:20.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[23378]: audit 2024-09-11T08:30:20.169621+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:20.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.169621+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:20.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[23378]: audit 2024-09-11T08:30:20.170222+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:20.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[23378]: audit 2024-09-11T08:30:20.173536+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:20.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[26113]: audit 2024-09-11T08:30:20.173536+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:20.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[26113]: audit 2024-09-11T08:30:20.174521+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:20.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.170222+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:20.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[23378]: audit 2024-09-11T08:30:20.174521+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:20.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[26113]: audit 2024-09-11T08:30:20.177191+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:20.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.169621+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:20.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.170222+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:20.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.173536+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:20.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.173536+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:20.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 bash[23378]: audit 2024-09-11T08:30:20.177191+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:20.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.174521+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15. 2024-09-11T08:30:20.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:20.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.174521+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ce 2024-09-11T08:30:20.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:20.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.177191+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\" 2024-09-11T08:30:20.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: , \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:20.544 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.177191+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph: 2024-09-11T08:30:20.545 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:29:44.858646Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:21.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.538868+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:21.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.798438+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:21.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 bash[23209]: audit 2024-09-11T08:30:20.538868+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:21.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 bash[23209]: audit 2024-09-11T08:30:20.798438+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 bash[23209]: audit 2024-09-11T08:30:20.799083+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 bash[23209]: audit 2024-09-11T08:30:20.802282+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.799083+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 bash[23209]: audit 2024-09-11T08:30:20.803188+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.802282+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 bash[23209]: audit 2024-09-11T08:30:20.805874+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 bash[23209]: audit 2024-09-11T08:30:20.806722+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 bash[23209]: cluster 2024-09-11T08:30:20.924845+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.803188+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15. 2024-09-11T08:30:21.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: 2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:21.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.805874+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"c 2024-09-11T08:30:21.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ontainer_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:21.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:20.806722+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:21.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:21 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:20.924845+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:21.534 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.538868+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:21.534 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.798438+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:21.534 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[23378]: audit 2024-09-11T08:30:20.538868+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:21.534 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[23378]: audit 2024-09-11T08:30:20.798438+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:21.535 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[26113]: audit 2024-09-11T08:30:20.538868+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:21.535 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[26113]: audit 2024-09-11T08:30:20.798438+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:21.535 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[26113]: audit 2024-09-11T08:30:20.799083+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:21.535 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[23378]: audit 2024-09-11T08:30:20.799083+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:21.535 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[23378]: audit 2024-09-11T08:30:20.802282+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:21.536 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[26113]: audit 2024-09-11T08:30:20.802282+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:21.536 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.799083+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:21.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[26113]: audit 2024-09-11T08:30:20.803188+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:21.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[26113]: audit 2024-09-11T08:30:20.805874+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:21.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[26113]: audit 2024-09-11T08:30:20.806722+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:21.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[26113]: cluster 2024-09-11T08:30:20.924845+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:21.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.538868+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:21.537 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.798438+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:21.537 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[23378]: audit 2024-09-11T08:30:20.803188+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:21.537 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.802282+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:21.538 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.799083+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:21.538 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.802282+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:29:50.665078Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:29:50.665094Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:21.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[23378]: audit 2024-09-11T08:30:20.805874+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:21.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[23378]: audit 2024-09-11T08:30:20.806722+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:21.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 bash[23378]: cluster 2024-09-11T08:30:20.924845+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:21.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.803188+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"con 2024-09-11T08:30:21.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.803188+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15. 2024-09-11T08:30:21.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:21.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: tainer_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:21.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.805874+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"co 2024-09-11T08:30:21.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ntainer_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:21.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:20.806722+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:21.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:20.924845+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:21.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.805874+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\ 2024-09-11T08:30:21.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:29:50.665141Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:21.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:20.806722+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:21.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:20.924845+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:22.925186+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:23.677770+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:23 smithi155 bash[23209]: cluster 2024-09-11T08:30:22.925186+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:23 smithi155 bash[23209]: audit 2024-09-11T08:30:23.677770+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:22.925186+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:23 smithi007 bash[26113]: cluster 2024-09-11T08:30:22.925186+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:23 smithi007 bash[26113]: audit 2024-09-11T08:30:23.677770+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:23.677770+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:22.925186+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:23 smithi007 bash[23378]: cluster 2024-09-11T08:30:22.925186+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:23 smithi007 bash[23378]: audit 2024-09-11T08:30:23.677770+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:24.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:23.677770+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:24.925680+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:24 smithi155 bash[23209]: cluster 2024-09-11T08:30:24.925680+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:25.276 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:24.925680+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:25.276 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:24 smithi007 bash[23378]: cluster 2024-09-11T08:30:24.925680+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:25.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:24.925680+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:25.277 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:24 smithi007 bash[26113]: cluster 2024-09-11T08:30:24.925680+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:26.157 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:30:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:30:25.848Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003537397s 2024-09-11T08:30:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:26.926410+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:26.967765+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: cluster 2024-09-11T08:30:26.926410+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:26.967765+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:26.968426+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:26.971867+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:26.968426+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:26.972833+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:26.971867+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:26.975987+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:26.977758+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:26.980593+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.062516+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.064361+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.065264+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.066485+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.067638+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.068844+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.070049+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.070924+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.071753+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.072560+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.073600+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:26.972833+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfa 2024-09-11T08:30:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.074535+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 bash[23209]: audit 2024-09-11T08:30:27.075474+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:26.975987+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:26.977758+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:26.980593+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.062516+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.064361+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.065264+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.066485+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.067638+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.068844+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.070049+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.070924+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.071753+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.072560+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.073600+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.074535+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.075474+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:26.926410+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:28.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:26.967765+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:28.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: cluster 2024-09-11T08:30:26.926410+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:28.191 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:26.967765+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:28.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: cluster 2024-09-11T08:30:26.926410+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:28.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:26.967765+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:28.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:26.968426+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:28.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:26.968426+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:28.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:26.971867+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:28.193 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:26.971867+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:28.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:26.968426+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:28.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:26.972833+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:28.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:26.975987+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:28.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:26.977758+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:28.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:26.980593+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:28.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.062516+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:28.194 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.064361+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:28.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:26.972833+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:28.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:26.971867+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:28.195 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.065264+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:28.195 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.066485+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.195 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.067638+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.195 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.068844+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.070049+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.070924+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.071753+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.072560+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.073600+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.074535+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[26113]: audit 2024-09-11T08:30:27.075474+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:26.926410+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:26.967765+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:26.968426+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:28.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:26.971867+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:26.975987+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:26.977758+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:26.980593+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.062516+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.064361+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.065264+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.066485+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.067638+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.068844+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.070049+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.070924+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.071753+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.198 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:26.972833+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"con 2024-09-11T08:30:28.198 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: tainer_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:28.198 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:26.975987+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/cep 2024-09-11T08:30:28.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.072560+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.073600+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.074535+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 bash[23378]: audit 2024-09-11T08:30:27.075474+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: h/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:26.977758+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:26.980593+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.062516+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.064361+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.065264+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.066485+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.067638+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.068844+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.070049+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.070924+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.200 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:26.972833+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11 2024-09-11T08:30:28.200 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:28.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.071753+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.072560+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.201 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.073600+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.201 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.074535+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.201 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.075474+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.201 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:26.975987+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi007\", \"container_id\": \"a2fa6bf38ebf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 220305817, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168177Z\", \"created\": \"2024-09-11T08:02:38.345554Z\", \"started\": \"2024-09-11T08:02:44.219750Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi007\", \"container_id\": \"eea6f0f2fd70\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 459800576, \"cpu_percentage\": \"2.96%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:20.168327Z\", \"created\": \"2024-09-11T08:02:46.146445Z\", \"started\": \"2024-09-11T08:19:43.726574Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi007\", \"container_id\": \"6b8400224c35\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 191679692, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168402Z\", \"created\": \"2024-09-11T08:03:32.187799Z\", \"started\": \"2024-09-11T08:03:32.221781Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi007\", \"container_id\": \"5e99afce3592\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50038046, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168481Z\", \"created\": \"2024-09-11T08:04:15.161196Z\", \"started\": \"2024-09-11T08:04:17.245525Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi007\", \"container_id\": \"13a58a9f9d02\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50740592, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168550Z\", \"created\": \"2024-09-11T08:04:33.439938Z\", \"started\": \"2024-09-11T08:04:37.184266Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi007\", \"container_id\": \"069be7d45e3f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45728399, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168613Z\", \"created\": \"2024-09-11T08:04:52.134674Z\", \"started\": \"2024-09-11T08:04:55.053130Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi007\", \"container_id\": \"40b0065ba84e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168676Z\", \"created\": \"2024-09-11T08:05:11.167405Z\", \"started\": \"2024-09-11T08:05:12.778272Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi007\", \"container_id\": \"5c4cdcf06778\", \"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\": 8126464, \"cpu_percentage\": \"0.21%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168738Z\", \"created\": \"2024-09-11T08:06:58.554888Z\", \"started\": \"2024-09-11T08:29:33.411910Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi007\", \"container_id\": \"2fa27dea58a1\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\", \"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\"], \"memory_usage\": 17437818, \"cpu_percentage\": \"15.90%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:20.168800Z\", \"created\": \"2024-09-11T08:07:28.064472Z\", \"started\": \"2024-09-11T08:30:15.309085Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi007.usgcjp\", \"daemon_name\": \"rgw.r.z.smithi007.usgcjp\", \"hostname\": \"smithi007\", \"container_id\": \"aa2c73e1448d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40946892, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:20.168862Z\", \"created\": \"2024-09-11T08:08:25.719657Z\", \"started\": \"2024-09-11T08:08:25.751551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:15.209201Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:18:59.588451Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:13.426782Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:31.741639Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:04:50.365852Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:09.379379Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:29.108719Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:10.957692Z\"}, \"rgw.r.z.smithi007.usgcjp\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:23.563071Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:13.801361Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.168995Z\", \"last_device_update\": \"2024-09-11T08:30:26.966978Z\", \"last_network_update\": \"2024-09-11T08:30:20.797780Z\", \"last_device_change\": \"2024-09-11T08:16:12.292162Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:09.525809Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"ens1f0\": [\"172.21.15.7\"]}, \"fe80::/64\": {\"ens1f0\": [\"fe80::ec4:7aff:febd:15ea\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.892157Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:28.201 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:26.977758+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:28.201 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:26.980593+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:28.201 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.062516+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:28.201 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.064361+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.065264+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.066485+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.067638+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.068844+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.070049+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.070924+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.071753+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.072560+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.073600+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.074535+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:28.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.075474+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:29.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:27.062861+0000 mgr.y (mgr.14916) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:28.526649+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 bash[23209]: audit 2024-09-11T08:30:27.062861+0000 mgr.y (mgr.14916) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 bash[23209]: audit 2024-09-11T08:30:28.526649+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 bash[23209]: audit 2024-09-11T08:30:28.529721+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 bash[23209]: audit 2024-09-11T08:30:28.530192+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 bash[23209]: audit 2024-09-11T08:30:28.532678+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 bash[23209]: audit 2024-09-11T08:30:28.535185+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 bash[23209]: audit 2024-09-11T08:30:28.535795+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 bash[23209]: audit 2024-09-11T08:30:28.541248+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:30:29.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:28.529721+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:30:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:28.530192+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:30:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:28.532678+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:30:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:28.535185+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:28.535795+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:30:29.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:28.541248+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:30:29.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[26113]: audit 2024-09-11T08:30:27.062861+0000 mgr.y (mgr.14916) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:29.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[26113]: audit 2024-09-11T08:30:28.526649+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:30:29.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[26113]: audit 2024-09-11T08:30:28.529721+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:30:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:27.062861+0000 mgr.y (mgr.14916) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:28.526649+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:30:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[23378]: audit 2024-09-11T08:30:27.062861+0000 mgr.y (mgr.14916) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[23378]: audit 2024-09-11T08:30:28.526649+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:30:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[23378]: audit 2024-09-11T08:30:28.529721+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:30:29.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[23378]: audit 2024-09-11T08:30:28.530192+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:30:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[26113]: audit 2024-09-11T08:30:28.530192+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:30:29.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[26113]: audit 2024-09-11T08:30:28.532678+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:30:29.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[26113]: audit 2024-09-11T08:30:28.535185+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:29.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[26113]: audit 2024-09-11T08:30:28.535795+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:30:29.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[26113]: audit 2024-09-11T08:30:28.541248+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:30:29.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:27.062861+0000 mgr.y (mgr.14916) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:30:29.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[23378]: audit 2024-09-11T08:30:28.532678+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:30:29.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[23378]: audit 2024-09-11T08:30:28.535185+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:29.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[23378]: audit 2024-09-11T08:30:28.535795+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:30:29.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 bash[23378]: audit 2024-09-11T08:30:28.541248+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:30:29.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:28.529721+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:30:29.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:28.526649+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:30:29.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:28.529721+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEF+5PaX7AEDvoXcW3wxL8TowDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTU1MB4XDTI0MDkxMTA4MzAyOFoX\nDTM0MDkwOTA4MzAyOFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTU1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4jLSUapLeSnQq5W\nggz7YNJwpUOSSA9zemS9v4jmyKzkU9WNe7cmYGp7RLeBaOtCISi1oGbFB9llskli\nzKLUfjG55/gUQkmtFoq+xnsZE2x+bKm9kmfaEu1IpwABZv7Dt0JQqKNH3XFnhyT9\nByKMv5n4eL+XyggWnl354iQM7IHcy5BoPUXS9HS1rJbnUyfh5WkJnygxAp55xgOZ\nR2ZjQh4SMbPz3FPnTf6yVGReaJ501KC2xD2+IZdS9sE4l4g3TZeanf8GQa8Bz5KB\nO5tsZBnF8Z7I4b8uMzU/bGCxXXBRNCTmxC2o/++TnGgVNZTFo+jyXGpSV8bYCxW3\n+EqyGwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB94DIlQVRokEghQ0Oa4OE/AWfW\nv20XGcb+9j+IeaRm/zlZoLUQVlQtORjdvkHMubeiiMtGrXfVnQxDzRXcEhHvM2NU\nFer9lXF8oKFwxgsRR1Q+wBog/7I0b1gecvV2Q6H10kSWoqfGOMk0WkCbJea4hksv\nOkjROkD/WB7b/jfjFRnL88tJ1cvIgtJ26zJvFGtrjQR380rkG4daEZ/mcVrsl0VT\n1tRfPVBrneACwVarI2ez8pDmDVcNwI8dFhuXmk8JYPdQNL6XEcWjAowEtPFlMOXk\nsvmRofq+H+HfKn7aPP408qOU5LDI1xLOcJdQggNzqVgVIvATu+dcib3uU54a\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:30:29.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:28.530192+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:30:29.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:28.532678+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:30:29.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:28.535185+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:28.535795+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:30:29.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:28.541248+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:30:29.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:28.530192+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:30:29.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:28.532678+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi155/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7iMtJRqkt5KdC\nrlaCDPtg0nClQ5JID3N6ZL2/iObIrORT1Y17tyZgantEt4Fo60IhKLWgZsUH2WWy\nSWLMotR+Mbnn+BRCSa0Wir7GexkTbH5sqb2SZ9oS7UinAAFm/sO3QlCoo0fdcWeH\nJP0HIoy/mfh4v5fKCBaeXfniJAzsgdzLkGg9RdL0dLWsludTJ+HlaQmfKDECnnnG\nA5lHZmNCHhIxs/PcU+dN/rJUZF5onnTUoLbEPb4hl1L2wTiXiDdNl5qd/wZBrwHP\nkoE7m2xkGcXxnsjhvy4zNT9sYLFdcFE0JObELaj/75OcaBU1lMWj6PJcalJXxtgL\nFbf4SrIbAgMBAAECggEAJG1L323kSs/RVXh7wUM4SPRXgSKA9ZJawflzihLTkUNU\nDpy6oL9QqwXD7/MdJf4cmEhKD2AnAYFO6bSrhkhSsjiCffaIKOAayPgmWnNqyYUX\ngY/vDNMzXt3McPPlUdZGugAdnsQon3D5xRyAMbSaVlVYGExO9aVgj159vVl3UTEL\nMJAMKixNEdkfxl9ZuwezKA2oKi0IDAlMVrt8SKpJ9EJIj5Vwr0gqy6JHBiXLZtf/\n2eltcBxLQruL8TFu08RZou/DTSWjAZdDVxCUhXiPGbEkBLe9gmi2C1i8/tQ4/dr5\nMvgCYnQRj4bLLN2+7dIygvxoIa42Yy8710clbCrZAQKBgQDmpU3vqNwIXJXDhcUU\n+SBx1bv7fLBkubVLanHMphasLgyuEWkdszxkeMHf31mrhwUCaJpcuGChi41m2pbc\nRm/7yyio3QJiKlTDUS7xQbiqI/ciMdUtHugKK98V1QYUktHDZYWST40ltt2YsLB5\nMD8UlCTmHgXOF/uFZBQEyM27WwKBgQDQJkZl336ZrsrX8DfwJaJH4u9fn6YL5CxM\n9ucLkkHyjXy4wGhu3HSorxZmGJmRr9v/O9sWkQmRPlfQla65XJLqUdwYtWzFaKv+\nGE/xgiticQm1h3wFA4J3928Xioodp5amTV8SSNGAHb8IUiOQXaKV46qQ7XaS8Q0a\nIg9SByRgQQKBgGbIIXv8XtlnEOJJuXLINhokahn/DchFLbJG5CGTniTqfIIRhitT\nFUWcvqDaMmaKy8OwA6HwFDfJLaE5JeNRjFPDzAG8Q3SlcpJ7mhSu+fDwCBB37oyl\n6jemJ0reXFBMwSd3FVgHFVpKLGP/0RSgWGv+PJdDp8iYzWA7IeSj63JjAoGBAIcP\nDsazSdY2UG/k8qbkBHRYj7GgSYGVwBkAa9JaSGg13iOS1TB540hAs2vzslGRplHq\naLIv0eFoblpthT3JD5rzGrj9n2JIFLF+3QB70eLCLeaXzqUCLfnhlzfTMOMlBt9J\nfNLEZQuYQYgIpALcfs57NwVqz3Fw72txhjdXYwcBAoGBAMX/xRNf0T0FhCzXQb86\nyBxXpMYbpW2Rw+FjVZ1qDwlsdtSYzML5/oaOpej6JkgrwHlzGQH8L6O0BOCS81yR\n5XEXpqlJ8ExWyfU9RooSELKEUg/q1qS1Yhka57o3x4JSYHh48yrL8ZCuM9WozPQX\nWTYr2KLHw5CRKw/c7YD8aW9n\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:30:29.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:28.535185+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:29.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:28.535795+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:30:29.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:28.541248+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:30:29.435 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (14s) 9s ago 23m 16.6M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (22m) 27s ago 22m 38.5M - 6.6.2 87a51ecf0b1c 8c751f3da660 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (74s) 27s ago 26m 397M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (10m) 9s ago 27m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (27m) 9s ago 27m 210M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (26m) 27s ago 26m 180M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (26m) 9s ago 26m 182M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:30:30.126 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (56s) 9s ago 23m 7936k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (50s) 27s ago 23m 7894k - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (26m) 9s ago 26m 47.7M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (25m) 9s ago 25m 48.3M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (25m) 9s ago 25m 43.6M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (25m) 9s ago 25m 47.8M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (25m) 27s ago 25m 49.6M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (24m) 27s ago 24m 44.8M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (24m) 27s ago 24m 50.5M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (24m) 27s ago 24m 49.0M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (32s) 27s ago 23m 32.9M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (22m) 9s ago 22m 39.0M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:30:30.127 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (22m) 27s ago 22m 38.6M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:30:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:30:28.390411+0000 mgr.y (mgr.14916) 79 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:30:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:29 smithi155 bash[23209]: cephadm 2024-09-11T08:30:28.390411+0000 mgr.y (mgr.14916) 79 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:30:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:29 smithi155 bash[23209]: audit 2024-09-11T08:30:28.535526+0000 mgr.y (mgr.14916) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:29 smithi155 bash[23209]: cephadm 2024-09-11T08:30:28.552018+0000 mgr.y (mgr.14916) 81 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:30:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:29 smithi155 bash[23209]: cluster 2024-09-11T08:30:28.926937+0000 mgr.y (mgr.14916) 82 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:28.535526+0000 mgr.y (mgr.14916) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:30:28.552018+0000 mgr.y (mgr.14916) 81 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:30:30.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:28.926937+0000 mgr.y (mgr.14916) 82 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:30:28.390411+0000 mgr.y (mgr.14916) 79 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:30:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:29 smithi007 bash[23378]: cephadm 2024-09-11T08:30:28.390411+0000 mgr.y (mgr.14916) 79 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:30:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:29 smithi007 bash[23378]: audit 2024-09-11T08:30:28.535526+0000 mgr.y (mgr.14916) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:29 smithi007 bash[23378]: cephadm 2024-09-11T08:30:28.552018+0000 mgr.y (mgr.14916) 81 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:30:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:29 smithi007 bash[23378]: cluster 2024-09-11T08:30:28.926937+0000 mgr.y (mgr.14916) 82 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:28.535526+0000 mgr.y (mgr.14916) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:30:28.552018+0000 mgr.y (mgr.14916) 81 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:28.926937+0000 mgr.y (mgr.14916) 82 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:30:28.390411+0000 mgr.y (mgr.14916) 79 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:28.535526+0000 mgr.y (mgr.14916) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:29 smithi007 bash[26113]: cephadm 2024-09-11T08:30:28.390411+0000 mgr.y (mgr.14916) 79 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:29 smithi007 bash[26113]: audit 2024-09-11T08:30:28.535526+0000 mgr.y (mgr.14916) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:29 smithi007 bash[26113]: cephadm 2024-09-11T08:30:28.552018+0000 mgr.y (mgr.14916) 81 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:29 smithi007 bash[26113]: cluster 2024-09-11T08:30:28.926937+0000 mgr.y (mgr.14916) 82 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:30:28.552018+0000 mgr.y (mgr.14916) 81 : cephadm [INF] Deploying daemon grafana.a on smithi155 2024-09-11T08:30:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:28.926937+0000 mgr.y (mgr.14916) 82 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.550 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:30:30.550 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:30:30.550 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:30:30.550 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:30:30.550 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:30:30.551 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:30:30.898 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:30:30.898 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:30:30.898 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:30:30.898 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:30:30.898 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [ 2024-09-11T08:30:30.898 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr" 2024-09-11T08:30:30.898 INFO:teuthology.orchestra.run.smithi007.stdout: ], 2024-09-11T08:30:30.898 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:30:30.899 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading grafana daemons", 2024-09-11T08:30:30.899 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:30:30.899 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:30:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:29.424063+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:29.769507+0000 mgr.y (mgr.14916) 84 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:29.424063+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.115562+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.116171+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.116703+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.117199+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.117663+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.118096+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.120189+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.120689+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.121057+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.121391+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.121748+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 bash[23209]: audit 2024-09-11T08:30:30.550571+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.7:0/1724093703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:31.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:29.769507+0000 mgr.y (mgr.14916) 84 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.115562+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.116171+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.116703+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.117199+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.117663+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.118096+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.120189+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.120689+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.121057+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.121391+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.121748+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:30 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.550571+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.7:0/1724093703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:29.424063+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:29.769507+0000 mgr.y (mgr.14916) 84 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:29.424063+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:29.769507+0000 mgr.y (mgr.14916) 84 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.115562+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.116171+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.116703+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.117199+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.117663+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.118096+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.120189+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.120689+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.115562+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.121057+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.121391+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.121748+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:29.424063+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:29.769507+0000 mgr.y (mgr.14916) 84 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.115562+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.116171+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.116703+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.117199+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.117663+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.118096+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.120189+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.120689+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.121057+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.121391+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.121748+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[26113]: audit 2024-09-11T08:30:30.550571+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.7:0/1724093703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:29.424063+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:29.769507+0000 mgr.y (mgr.14916) 84 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 bash[23378]: audit 2024-09-11T08:30:30.550571+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.7:0/1724093703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.116171+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.116703+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.117199+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.117663+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.118096+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.120189+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.120689+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.121057+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.121391+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.121748+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.550571+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.7:0/1724093703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.115562+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.116171+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.116703+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.117199+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.117663+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.118096+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.120189+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:30:31.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.120689+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.121057+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.121391+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.121748+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:30:31.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:30 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.550571+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.7:0/1724093703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:31 smithi155 bash[23209]: audit 2024-09-11T08:30:30.113406+0000 mgr.y (mgr.14916) 85 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.113406+0000 mgr.y (mgr.14916) 85 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:31 smithi155 bash[23209]: audit 2024-09-11T08:30:30.898085+0000 mgr.y (mgr.14916) 86 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:31 smithi155 bash[23209]: cluster 2024-09-11T08:30:30.927612+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:30.898085+0000 mgr.y (mgr.14916) 86 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:31 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:30.927612+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:31 smithi007 bash[26113]: audit 2024-09-11T08:30:30.113406+0000 mgr.y (mgr.14916) 85 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:31 smithi007 bash[26113]: audit 2024-09-11T08:30:30.898085+0000 mgr.y (mgr.14916) 86 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:31 smithi007 bash[26113]: cluster 2024-09-11T08:30:30.927612+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.113406+0000 mgr.y (mgr.14916) 85 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:30.898085+0000 mgr.y (mgr.14916) 86 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:30.927612+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.113406+0000 mgr.y (mgr.14916) 85 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:30.898085+0000 mgr.y (mgr.14916) 86 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:31 smithi007 bash[23378]: audit 2024-09-11T08:30:30.113406+0000 mgr.y (mgr.14916) 85 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:31 smithi007 bash[23378]: audit 2024-09-11T08:30:30.898085+0000 mgr.y (mgr.14916) 86 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:31 smithi007 bash[23378]: cluster 2024-09-11T08:30:30.927612+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:32.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:30.927612+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:33 smithi155 bash[23209]: cluster 2024-09-11T08:30:32.928135+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:34.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:33 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:32.928135+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:32.928135+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:34.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:33 smithi007 bash[26113]: cluster 2024-09-11T08:30:32.928135+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:32.928135+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:33 smithi007 bash[23378]: cluster 2024-09-11T08:30:32.928135+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:34.928682+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:36.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:35 smithi155 bash[23209]: cluster 2024-09-11T08:30:34.928682+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:34.928682+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:36.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:35 smithi007 bash[23378]: cluster 2024-09-11T08:30:34.928682+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:34.928682+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:36.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:35 smithi007 bash[26113]: cluster 2024-09-11T08:30:34.928682+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:36.929460+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:37 smithi155 bash[23209]: cluster 2024-09-11T08:30:36.929460+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:36.929460+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:37 smithi007 bash[23378]: cluster 2024-09-11T08:30:36.929460+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:36.929460+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:37 smithi007 bash[26113]: cluster 2024-09-11T08:30:36.929460+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.760 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 systemd[1]: Stopping Ceph grafana.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:30:39.101 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped Stream Manager" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped Stream Manager" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-09-11T08:30:39.102 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 bash[30984]: t=2024-09-11T08:30:38+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a[31000]: t=2024-09-11T08:30:38+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-09-11T08:30:39.103 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:38 smithi155 podman[30984]: 2024-09-11 08:30:38.821169318 +0000 UTC m=+1375.331154441 container died 8c751f3da6602063a83739457f4b2a3120127d36c8a92ca84332ce874ea50f43 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Paul Cuzner , org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.build-date=20200114, description=Ceph Grafana Container, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, summary=Grafana Container configured for Ceph mgr/dashboard integration, io.buildah.version=1.14.2, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2) 2024-09-11T08:30:39.451 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:39 smithi155 podman[48985]: 2024-09-11 08:30:39.201092556 +0000 UTC m=+0.822204791 container cleanup 8c751f3da6602063a83739457f4b2a3120127d36c8a92ca84332ce874ea50f43 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a, io.buildah.version=1.14.2, org.label-schema.schema-version=1.0, maintainer=Paul Cuzner , org.opencontainers.image.vendor=CentOS, description=Ceph Grafana Container, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, 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.license=GPLv2) 2024-09-11T08:30:39.451 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:39 smithi155 bash[48985]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a 2024-09-11T08:30:39.725 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:39 smithi155 podman[30984]: 2024-09-11 08:30:39.452248948 +0000 UTC m=+1375.962234080 container remove 8c751f3da6602063a83739457f4b2a3120127d36c8a92ca84332ce874ea50f43 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana.a, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, description=Ceph Grafana Container, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, io.buildah.version=1.14.2, maintainer=Paul Cuzner , org.opencontainers.image.licenses=GPL-2.0-only, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.label-schema.name=CentOS Base Image) 2024-09-11T08:30:39.725 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:39 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:30:40.010 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:39 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-11T08:30:40.010 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:39 smithi155 systemd[1]: Stopped Ceph grafana.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:30:40.010 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:39 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@grafana.a.service: Consumed 1.889s CPU time. 2024-09-11T08:30:40.010 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:39 smithi155 systemd[1]: Starting Ceph grafana.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:30:40.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:38.930017+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:39 smithi155 bash[23209]: cluster 2024-09-11T08:30:38.930017+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:38.930017+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:39 smithi007 bash[26113]: cluster 2024-09-11T08:30:38.930017+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:38.930017+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:39 smithi007 bash[23378]: cluster 2024-09-11T08:30:38.930017+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.430 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 podman[49138]: 2024-09-11 08:30:40.071252723 +0000 UTC m=+0.014960580 image pull 954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9 quay.io/ceph/ceph-grafana:9.4.7 2024-09-11T08:30:40.430 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 podman[49138]: 2024-09-11 08:30:40.195402536 +0000 UTC m=+0.139110378 container create 0996e711c9877f7a10ca0890a47cbd4b155c2efabaa5075dc88979cad7178f1e (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a, maintainer=Paul Cuzner , description=Ceph Grafana Container, distribution-scope=public, release=239.1651231664, io.openshift.expose-services=, 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.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, io.k8s.display-name=Red Hat Universal Base Image 8, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, vendor=Red Hat, Inc., io.buildah.version=1.32.0, version=8.5, vcs-type=git, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, name=ubi8, summary=Grafana Container configured for Ceph mgr/dashboard integration, build-date=2022-04-29T11:48:11.055897, architecture=x86_64, io.openshift.tags=base rhel8, com.redhat.component=ubi8-container) 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 podman[49138]: 2024-09-11 08:30:40.431049111 +0000 UTC m=+0.374756960 container init 0996e711c9877f7a10ca0890a47cbd4b155c2efabaa5075dc88979cad7178f1e (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a, vendor=Red Hat, Inc., maintainer=Paul Cuzner , summary=Grafana Container configured for Ceph mgr/dashboard integration, io.k8s.display-name=Red Hat Universal Base Image 8, version=8.5, com.redhat.component=ubi8-container, io.buildah.version=1.32.0, architecture=x86_64, release=239.1651231664, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, build-date=2022-04-29T11:48:11.055897, distribution-scope=public, io.openshift.tags=base rhel8, name=ubi8, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.openshift.expose-services=, 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-type=git, description=Ceph Grafana Container) 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 podman[49138]: 2024-09-11 08:30:40.434036815 +0000 UTC m=+0.377744660 container start 0996e711c9877f7a10ca0890a47cbd4b155c2efabaa5075dc88979cad7178f1e (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a, io.openshift.expose-services=, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, name=ubi8, summary=Grafana Container configured for Ceph mgr/dashboard integration, version=8.5, architecture=x86_64, release=239.1651231664, description=Ceph Grafana Container, distribution-scope=public, vcs-type=git, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, io.k8s.display-name=Red Hat Universal Base Image 8, build-date=2022-04-29T11:48:11.055897, io.buildah.version=1.32.0, 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., maintainer=Paul Cuzner , url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.openshift.tags=base rhel8, com.redhat.component=ubi8-container) 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 bash[49138]: 0996e711c9877f7a10ca0890a47cbd4b155c2efabaa5075dc88979cad7178f1e 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 systemd[1]: Started Ceph grafana.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602289394Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602506039Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602530979Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602544616Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-11T08:30:40.682 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602555684Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602566353Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602576608Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602586934Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602600972Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602611379Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602621275Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602631721Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602642392Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-11T08:30:40.602652556Z level=info msg="App mode production" 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore t=2024-09-11T08:30:40.602704753Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore t=2024-09-11T08:30:40.602727959Z 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-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.60367315Z level=info msg="Starting DB migrations" 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.603759883Z level=info msg="Executing migration" id="create migration_log table" 2024-09-11T08:30:40.683 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.604302048Z level=info msg="Executing migration" id="create user table" 2024-09-11T08:30:40.684 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.604764211Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-11T08:30:40.684 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.60744695Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-11T08:30:40.684 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.610140445Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-11T08:30:40.684 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.612870671Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-11T08:30:40.684 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.615565632Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.618322056Z level=info msg="Executing migration" id="create user table v2" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.618723813Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.621480064Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.624185094Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.626748623Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.629361433Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.632097519Z level=info msg="Executing migration" id="Update user table charset" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.634900648Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.637594239Z level=info msg="Executing migration" id="Add missing user data" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.638434157Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.639298587Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.640095491Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-11T08:30:40.685 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.64091924Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.642040448Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.642867386Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.643684983Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.644105366Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.644928065Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.645769499Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.646624054Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.647100658Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.647583364Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.648343169Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.648756177Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-11T08:30:40.686 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.64957076Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.650374684Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.651213504Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.652093061Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.652669737Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.653537974Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.654368084Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.65519088Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.656055443Z level=info msg="Executing migration" id="create star table" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.656908157Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.657801007Z level=info msg="Executing migration" id="create org table v1" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.658674472Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.659556847Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-11T08:30:40.687 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.660401576Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.661294189Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.662153902Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.662999136Z level=info msg="Executing migration" id="Update org table charset" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.663838761Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.66471237Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.665584225Z level=info msg="Executing migration" id="create dashboard table" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.668338366Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.671105926Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.673888346Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.676771091Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.679538861Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-11T08:30:40.688 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.682275099Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-11T08:30:40.932 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.685093615Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-11T08:30:40.932 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.685668831Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.686346448Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.68693322Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.687383311Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.687897253Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.688320052Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.688998289Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.689695028Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.690408361Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.690995543Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.691694259Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-11T08:30:40.933 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.692280554Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-11T08:30:40.934 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.692842505Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-11T08:30:40.934 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.693247868Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-11T08:30:40.934 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.693650616Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-11T08:30:40.934 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.694408596Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-11T08:30:40.934 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.695145716Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-11T08:30:40.934 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.695956743Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-11T08:30:40.935 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.69671266Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-11T08:30:40.935 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.697531861Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-11T08:30:40.935 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.698288481Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-11T08:30:40.935 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.699033453Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-11T08:30:40.935 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.699786959Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-11T08:30:40.935 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.700582036Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-11T08:30:40.935 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.701411881Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.70248112Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.703251179Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.704062936Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.70485071Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.705561758Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.706348448Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.707045038Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.707797675Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.708541567Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.709331101Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.710101346Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.710956532Z level=info msg="Executing migration" id="create data_source table" 2024-09-11T08:30:40.936 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.711760796Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.712493303Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.712954404Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.713725199Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.714536909Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.715619417Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.716418446Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.717215569Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.718006687Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.7188438Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.719617804Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.720461016Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.72121549Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-11T08:30:40.937 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.722000152Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.722789779Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.725502165Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.728191173Z level=info msg="Executing migration" id="Add uid column" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.730873653Z level=info msg="Executing migration" id="Update uid value" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.733546379Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.736307503Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.73677418Z level=info msg="Executing migration" id="create api_key table" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.739583775Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.742279061Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.744882616Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.745381041Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.748057255Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-11T08:30:40.938 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.750748923Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.753559446Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.756307155Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.759071891Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.761874984Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.764593077Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.767182501Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.769783471Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.770189505Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.772969599Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.775678997Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.778394575Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.780916394Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-11T08:30:40.939 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.783595496Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.786233575Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.788639568Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.791039959Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.793757566Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.796360582Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.79910062Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.801639725Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.804272478Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.807003004Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.809521845Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.812011722Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-11T08:30:40.940 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.812661464Z level=info msg="Executing migration" id="create quota table v1" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.813380731Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.814166957Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.814957489Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.815696635Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.816405192Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.817228524Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.817981611Z level=info msg="Executing migration" id="create session table" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.818767439Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.81957206Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.82033031Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.82113537Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.821922747Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-11T08:30:40.941 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.82262742Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.823320216Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.823639735Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.824135637Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.824550322Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.82483183Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.825464388Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.825784628Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.826639207Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.827404517Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.828223955Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.828978301Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.829787681Z level=info msg="Executing migration" id="create alert table v1" 2024-09-11T08:30:40.942 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.830525178Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.831215464Z level=info msg="Executing migration" id="add index alert state" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.832007091Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.832485074Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.832861662Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.833294764Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.833695288Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.8351158Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.835506403Z 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-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.835939633Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.836274658Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.836611292Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.836972281Z level=info msg="Executing migration" id="Add column is_default" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.837583962Z level=info msg="Executing migration" id="Add column frequency" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.838234761Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-11T08:30:40.943 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.838857713Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-11T08:30:40.944 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.83951704Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-11T08:30:40.944 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.839958353Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-11T08:30:40.944 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.840263818Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-11T08:30:40.944 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.840529427Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-11T08:30:40.944 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.840925466Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-11T08:30:40.944 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.843488054Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-11T08:30:40.944 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.846416151Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.849184618Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.852019691Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.854836998Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.857607887Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.860530977Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.863359138Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.866237553Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.869176483Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.872112554Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.874967213Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.877784627Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.880556052Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.883552672Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-11T08:30:40.945 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.886254539Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.889103464Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.891676123Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.894270122Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.89706539Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.899749356Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.902384189Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.905103091Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.907680854Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.910278385Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.91289392Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.915523104Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.918150428Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.920662512Z 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-11T08:30:40.946 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.923441767Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.926055813Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.928589776Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.931233501Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.932058039Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.932901823Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.933768288Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.934623407Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.935428755Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.936257952Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-11T08:30:40.947 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.93708933Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-11T08:30:41.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:40.573720+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:41.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:40.574518+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:41.183 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 bash[23209]: audit 2024-09-11T08:30:40.573720+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:41.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 bash[23209]: audit 2024-09-11T08:30:40.574518+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:41.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 bash[23209]: audit 2024-09-11T08:30:40.578465+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:41.184 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.937988035Z level=info msg="Executing migration" id="Move region to single row" 2024-09-11T08:30:41.184 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.938798948Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-11T08:30:41.184 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.939632953Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-11T08:30:41.184 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.940464022Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-11T08:30:41.184 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.941257222Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-11T08:30:41.184 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.942076655Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-11T08:30:41.184 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.942855208Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-11T08:30:41.184 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.943636603Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.944480537Z level=info msg="Executing migration" id="create test_data table" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.94533881Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.946182284Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.947036166Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.947916858Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.948855657Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.950397763Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.951187938Z level=info msg="Executing migration" id="create team table" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.951808349Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-11T08:30:41.185 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.952611803Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-11T08:30:41.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:40.578465+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:41.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 bash[23209]: audit 2024-09-11T08:30:40.579570+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:41.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:40.579570+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\ 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.953480653Z level=info msg="Executing migration" id="create team member table" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.954332903Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.955208033Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.956055708Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.95690171Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.957783017Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.958657255Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.959488164Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.96032563Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.961179509Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.964238667Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.967140521Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.970044146Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-11T08:30:41.187 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.9705019Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-11T08:30:41.188 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.97348715Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-11T08:30:41.188 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.976343227Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-11T08:30:41.188 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.979229945Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-11T08:30:41.188 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.98220101Z level=info msg="Executing migration" id="create tag table" 2024-09-11T08:30:41.188 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.985005758Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-11T08:30:41.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 bash[23209]: audit 2024-09-11T08:30:40.582926+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:41.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 bash[23209]: audit 2024-09-11T08:30:40.584633+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:41.188 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:41.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:40.582926+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, 2024-09-11T08:30:41.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:41.189 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:40.584633+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.987847209Z level=info msg="Executing migration" id="create login attempt table" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.988346151Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.99128006Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.994078965Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.996932233Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:40.999847483Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.002733747Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.005609581Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.008307883Z level=info msg="Executing migration" id="create user auth table" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.011001697Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-11T08:30:41.190 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.013711438Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.016451154Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.019054923Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.021661548Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.024296276Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.026881305Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.029549477Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.03239807Z level=info msg="Executing migration" id="create server_lock table" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.035129098Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.037681757Z level=info msg="Executing migration" id="create user auth token table" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.040475732Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.043009136Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.04571458Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.048391321Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.050991485Z level=info msg="Executing migration" id="create cache_data table" 2024-09-11T08:30:41.191 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.051905197Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.052705714Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.053545095Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.054386324Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.055143798Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.05593962Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.056814521Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.057652829Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.058519102Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.059363753Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.060207079Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.061031113Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.061869026Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.062698929Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-11T08:30:41.192 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.063567059Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.064413384Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.064732778Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.065164791Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.065639889Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.066127583Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.066433799Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.066870877Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.067307361Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.067729071Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.068211121Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.069025426Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.069461601Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.06986857Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-11T08:30:41.193 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.073451908Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.077003617Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.077564601Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.078156647Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.079029353Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.079456539Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.079906161Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.080343503Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.080762978Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.081030923Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.081840809Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.082634401Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.083438923Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.083857983Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-11T08:30:41.194 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.08455839Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.085413674Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.086506364Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.08711096Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.088204501Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.089352933Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.08976099Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.090233794Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.090668645Z 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-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.091116718Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.091406779Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.092314543Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.093146807Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.093976366Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-11T08:30:41.195 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.094807141Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.095631016Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.095936678Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.096352695Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.097185334Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.097476438Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.098380187Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.098837993Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.099697478Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.10016801Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.100632267Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.101523403Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.101954345Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.102416941Z level=info msg="Executing migration" id="create alert_image table" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.102820975Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-11T08:30:41.196 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.103304688Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.103695562Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.104248236Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.104709592Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.104803065Z 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-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.105498794Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.106374548Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.107113116Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.107258199Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.107389631Z level=info msg="alerts found to migrate" alerts=0 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.107913374Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.1087046Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-11T08:30:41.197 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.109491517Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.112201462Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.115016061Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.117725595Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.120647682Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.123290725Z level=info msg="Executing migration" id="create data_keys table" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.125848936Z level=info msg="Executing migration" id="create secrets table" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.128405968Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.132664526Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.13537298Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.138240778Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.142393213Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.146598166Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.149530716Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-11T08:30:41.198 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.152261376Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.154876922Z level=info msg="Executing migration" id="create permission table" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.157574442Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.160116446Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.162753884Z level=info msg="Executing migration" id="create role table" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.165744609Z level=info msg="Executing migration" id="add column display_name" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.167959146Z level=info msg="Executing migration" id="add column group_name" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.170551613Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.173083794Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.175861702Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.178498461Z level=info msg="Executing migration" id="create team role table" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.180831876Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.183415792Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-11T08:30:41.199 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.185755797Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-11T08:30:41.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[26113]: audit 2024-09-11T08:30:40.573720+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:41.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[26113]: audit 2024-09-11T08:30:40.574518+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:40.573720+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:40.574518+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[23378]: audit 2024-09-11T08:30:40.573720+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:41.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[23378]: audit 2024-09-11T08:30:40.574518+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:41.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[26113]: audit 2024-09-11T08:30:40.578465+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:41.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[23378]: audit 2024-09-11T08:30:40.578465+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:41.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[26113]: audit 2024-09-11T08:30:40.579570+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:41.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:40.578465+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:41.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[23378]: audit 2024-09-11T08:30:40.579570+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:41.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[26113]: audit 2024-09-11T08:30:40.582926+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:41.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[26113]: audit 2024-09-11T08:30:40.584633+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:41.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:40.573720+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:41.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:40.574518+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:41.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:40.579570+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_appl 2024-09-11T08:30:41.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:40.578465+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:41.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[23378]: audit 2024-09-11T08:30:40.582926+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:41.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 bash[23378]: audit 2024-09-11T08:30:40.584633+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:41.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: ied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:41.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:40.582926+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daem 2024-09-11T08:30:41.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: on_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:41.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:40.584633+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:41.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:40.579570+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_appl 2024-09-11T08:30:41.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:30:41.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:40.582926+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189687398, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971177Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416494387, \"cpu_percentage\": \"11.84%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:02.971373Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971500Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971597Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53005516, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971684Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.971766Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 34561064, \"cpu_percentage\": \"37.83%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971848Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8083472, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:02.971930Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 40548433, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:02.972092Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews 2024-09-11T08:30:41.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:30:41.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:40 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:40.584633+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.188277586Z level=info msg="Executing migration" id="create user role table" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.190715409Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.193353521Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.19572235Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.198132676Z level=info msg="Executing migration" id="create builtin role table" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.200866585Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.203268179Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.20568487Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.206767057Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.207249358Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.207921613Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-11T08:30:41.511 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.208398716Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-11T08:30:41.512 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.208811029Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-11T08:30:41.512 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.209212085Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-11T08:30:41.512 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.209647774Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-11T08:30:41.512 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.210646673Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-11T08:30:41.512 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.211050715Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-11T08:30:41.512 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.211483876Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-11T08:30:41.512 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.211750365Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.212177573Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.212639396Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.212993809Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.213514331Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.213845519Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.214349088Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.214790173Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.215738657Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.216040001Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-11T08:30:41.513 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.216474911Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.217067966Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.217502439Z level=info msg="Executing migration" id="add correlation config column" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.218479212Z level=info msg="Executing migration" id="create entity_events table" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.218905491Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.219636216Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.219716774Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.220015802Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.220098506Z 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-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.220371875Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.220768194Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.22117882Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-11T08:30:41.514 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.221609047Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.222055581Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.22246745Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.222857352Z level=info msg="Executing migration" id="Drop public config table" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.223281976Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.22370067Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.224135182Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.224579005Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.225372933Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.228378868Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.229413805Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.230412966Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.231278561Z level=info msg="Executing migration" id="add share column" 2024-09-11T08:30:41.515 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.23227931Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.233133896Z level=info msg="Executing migration" id="create file table" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.23401294Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.234842401Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.235700789Z level=info msg="Executing migration" id="create file_meta table" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.236556159Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.237404842Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.238242774Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.239103567Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.239953434Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.240796323Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.241790039Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.242638539Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-11T08:30:41.516 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.24349259Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.244434611Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.245204786Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.248079503Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.255155557Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.257818634Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.260700864Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.270505363Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.273373429Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.276172103Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-11T08:30:41.517 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.279733488Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.282549074Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.28533088Z level=info msg="Executing migration" id="create folder table" 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.28825952Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.291026567Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.29387494Z level=info msg="Executing migration" id="Update folder title length" 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.296592303Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-11T08:30:41.299267343Z level=info msg="migrations completed" performed=485 skipped=0 duration=695.526481ms 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore t=2024-09-11T08:30:41.299714776Z level=info msg="Created default organization" 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=plugin.loader t=2024-09-11T08:30:41.358389295Z level=info msg="Plugin registered" pluginID=input 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=plugin.loader t=2024-09-11T08:30:41.38835329Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=plugin.loader t=2024-09-11T08:30:41.388387825Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=secrets t=2024-09-11T08:30:41.388435799Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-11T08:30:41.518 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=query_data t=2024-09-11T08:30:41.390410406Z level=info msg="Query Service initialization" 2024-09-11T08:30:41.519 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=live.push_http t=2024-09-11T08:30:41.39332218Z level=info msg="Live Push Gateway initialization" 2024-09-11T08:30:42.157 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:40.930920+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.157 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:41 smithi155 bash[23209]: cluster 2024-09-11T08:30:40.930920+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:40.930920+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:41 smithi007 bash[23378]: cluster 2024-09-11T08:30:40.930920+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:40.930920+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:41 smithi007 bash[26113]: cluster 2024-09-11T08:30:40.930920+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.512 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=infra.usagestats.collector t=2024-09-11T08:30:42.192255922Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-11T08:30:42.676 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.datasources t=2024-09-11T08:30:42.192758349Z level=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-09-11T08:30:42.676 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.datasources t=2024-09-11T08:30:42.226160897Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-11T08:30:42.676 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.datasources t=2024-09-11T08:30:42.259437496Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-11T08:30:42.676 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.alerting t=2024-09-11T08:30:42.281285566Z level=info msg="starting to provision alerting" 2024-09-11T08:30:42.676 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.alerting t=2024-09-11T08:30:42.281312356Z level=info msg="finished to provision alerting" 2024-09-11T08:30:42.676 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=ngalert.state.manager t=2024-09-11T08:30:42.281495487Z level=info msg="Warming state cache for startup" 2024-09-11T08:30:42.676 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=grafanaStorageLogger t=2024-09-11T08:30:42.281673814Z level=info msg="storage starting" 2024-09-11T08:30:42.676 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=http.server t=2024-09-11T08:30:42.283296848Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-11T08:30:42.677 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=ngalert.state.manager t=2024-09-11T08:30:42.291707759Z level=info msg="State cache has been initialized" states=0 duration=10.210575ms 2024-09-11T08:30:42.677 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=ticker t=2024-09-11T08:30:42.291783405Z level=info msg=starting first_tick=2024-09-11T08:30:50Z 2024-09-11T08:30:42.677 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=ngalert.multiorg.alertmanager t=2024-09-11T08:30:42.291772345Z level=info msg="starting MultiOrg Alertmanager" 2024-09-11T08:30:42.677 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-11T08:30:42.292400378Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T08:30:42.677 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-11T08:30:42.339423782Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T08:30:42.677 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-11T08:30:42.349903677Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-09-11T08:30:43.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:42.931507+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:43.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:42 smithi155 bash[23209]: cluster 2024-09-11T08:30:42.931507+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:42.931507+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:43.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:42 smithi007 bash[23378]: cluster 2024-09-11T08:30:42.931507+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:43.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:42.931507+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:43.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:42 smithi007 bash[26113]: cluster 2024-09-11T08:30:42.931507+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:44.931993+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:45 smithi155 bash[23209]: cluster 2024-09-11T08:30:44.931993+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:44.931993+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:45 smithi007 bash[26113]: cluster 2024-09-11T08:30:44.931993+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:44.931993+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:45 smithi007 bash[23378]: cluster 2024-09-11T08:30:44.931993+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[26113]: audit 2024-09-11T08:30:45.507384+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[26113]: audit 2024-09-11T08:30:45.508280+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:45.507384+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[23378]: audit 2024-09-11T08:30:45.507384+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[23378]: audit 2024-09-11T08:30:45.508280+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:46.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[23378]: audit 2024-09-11T08:30:45.512001+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:46.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[26113]: audit 2024-09-11T08:30:45.512001+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:46.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:45.508280+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:46.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[26113]: audit 2024-09-11T08:30:45.513199+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:46.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[23378]: audit 2024-09-11T08:30:45.513199+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:46.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:45.512001+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:46.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[26113]: audit 2024-09-11T08:30:45.516832+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:46.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[26113]: audit 2024-09-11T08:30:45.866150+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:46.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:45.507384+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:46.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:45.508280+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:46.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[23378]: audit 2024-09-11T08:30:45.516832+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:46.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 bash[23378]: audit 2024-09-11T08:30:45.866150+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:46.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:45.513199+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbb 2024-09-11T08:30:46.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: f1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:46.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:45.512001+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:46.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:45.516832+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfb 2024-09-11T08:30:46.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: bf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:46.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:45.866150+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:46.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:45.513199+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", 2024-09-11T08:30:46.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:46.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:45.516832+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfb 2024-09-11T08:30:46.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: bf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:46.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:45.866150+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:46.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:45.507384+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:46.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:45.508280+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:46.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 bash[23209]: audit 2024-09-11T08:30:45.507384+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:46.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 bash[23209]: audit 2024-09-11T08:30:45.508280+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:46.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 bash[23209]: audit 2024-09-11T08:30:45.512001+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:46.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:45.512001+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:46.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 bash[23209]: audit 2024-09-11T08:30:45.513199+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:46.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:45.513199+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", 2024-09-11T08:30:46.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 bash[23209]: audit 2024-09-11T08:30:45.516832+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:46.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 bash[23209]: audit 2024-09-11T08:30:45.866150+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:46.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:46.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:45.516832+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"con 2024-09-11T08:30:46.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: tainer_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:03.586319Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:46.513 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:45.866150+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:30:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:46.123853+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:46.124767+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 bash[23209]: audit 2024-09-11T08:30:46.123853+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 bash[23209]: audit 2024-09-11T08:30:46.124767+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 bash[23209]: audit 2024-09-11T08:30:46.128593+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:46.128593+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 bash[23209]: audit 2024-09-11T08:30:46.129755+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:46.129755+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 bash[23209]: audit 2024-09-11T08:30:46.133230+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 bash[23209]: audit 2024-09-11T08:30:46.134430+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:47.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 bash[23209]: cluster 2024-09-11T08:30:46.932726+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:47.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:47.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:46.133230+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"con 2024-09-11T08:30:47.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: tainer_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:47.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:46.134430+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:47.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:46.932726+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[26113]: audit 2024-09-11T08:30:46.123853+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[26113]: audit 2024-09-11T08:30:46.124767+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[23378]: audit 2024-09-11T08:30:46.123853+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:46.123853+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[23378]: audit 2024-09-11T08:30:46.124767+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[23378]: audit 2024-09-11T08:30:46.128593+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:47.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[26113]: audit 2024-09-11T08:30:46.128593+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:47.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:46.124767+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:47.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[26113]: audit 2024-09-11T08:30:46.129755+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[23378]: audit 2024-09-11T08:30:46.129755+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:47.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:46.128593+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[26113]: audit 2024-09-11T08:30:46.133230+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[26113]: audit 2024-09-11T08:30:46.134430+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[26113]: cluster 2024-09-11T08:30:46.932726+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:46.123853+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:47.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:46.124767+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:47.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[23378]: audit 2024-09-11T08:30:46.133230+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:47.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[23378]: audit 2024-09-11T08:30:46.134430+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:47.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 bash[23378]: cluster 2024-09-11T08:30:46.932726+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:47.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:46.129755+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", 2024-09-11T08:30:47.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:46.128593+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:09.467406Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:09.467419Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:47.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:46.129755+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", 2024-09-11T08:30:47.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:47.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:46.133230+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"con 2024-09-11T08:30:47.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: tainer_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:47.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:46.134430+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:47.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:46.932726+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:47.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:47.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:46.133230+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfb 2024-09-11T08:30:47.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: bf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:09.467474Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:47.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:46.134430+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:47.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:47 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:46.932726+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:49.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:48.755575+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:49.092 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:48 smithi007 bash[23378]: audit 2024-09-11T08:30:48.755575+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:49.092 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:48.755575+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:49.092 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:48 smithi007 bash[26113]: audit 2024-09-11T08:30:48.755575+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:49.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:48.755575+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:49.173 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:48 smithi155 bash[23209]: audit 2024-09-11T08:30:48.755575+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:30:50.109 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:48.933271+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:50.109 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:49 smithi007 bash[26113]: cluster 2024-09-11T08:30:48.933271+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:50.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:48.933271+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:50.110 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:49 smithi007 bash[23378]: cluster 2024-09-11T08:30:48.933271+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:50.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:48.933271+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:50.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:49 smithi155 bash[23209]: cluster 2024-09-11T08:30:48.933271+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:50.934019+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:51.957337+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:51 smithi155 bash[23209]: cluster 2024-09-11T08:30:50.934019+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:51 smithi155 bash[23209]: audit 2024-09-11T08:30:51.957337+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:52.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:51 smithi155 bash[23209]: audit 2024-09-11T08:30:51.958061+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:52.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:51 smithi155 bash[23209]: audit 2024-09-11T08:30:51.961786+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:52.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:51.958061+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:52.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:51.961786+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:50.934019+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:51 smithi007 bash[23378]: cluster 2024-09-11T08:30:50.934019+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:51 smithi007 bash[23378]: audit 2024-09-11T08:30:51.957337+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:51 smithi007 bash[23378]: audit 2024-09-11T08:30:51.958061+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:51 smithi007 bash[26113]: cluster 2024-09-11T08:30:50.934019+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:51 smithi007 bash[26113]: audit 2024-09-11T08:30:51.957337+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:51 smithi007 bash[26113]: audit 2024-09-11T08:30:51.958061+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:52.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:51 smithi007 bash[23378]: audit 2024-09-11T08:30:51.961786+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:52.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:51.957337+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:52.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:51.958061+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:52.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:51.961786+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:51 smithi007 bash[26113]: audit 2024-09-11T08:30:51.961786+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:50.934019+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:51.957337+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:30:52.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:51.958061+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:30:52.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:51.961786+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:30:52.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:51.962884+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204 2024-09-11T08:30:52.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:52.981 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:51.962884+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:52.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:51.962884+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:52.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:51.966881+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:52.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:51.966881+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:52.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:51.968919+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:51.977631+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.056578+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.057837+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.058332+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.063020+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.066266+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.068332+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.069987+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.072338+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.073977+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:51.966881+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:51.968919+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:51.977631+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.056578+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.057837+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.058332+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.063020+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.066266+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.068332+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.069987+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.072338+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.073977+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.075364+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.076375+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.077213+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.078047+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.075364+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:51.968919+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:52.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.076375+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.985 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.077213+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.078047+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.079123+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.080138+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.081178+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.082225+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.083131+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.084041+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.084757+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.088809+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.089790+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:30:52.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.093396+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.094138+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.097649+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.079123+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.080138+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.081178+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.082225+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.083131+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.084041+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.084757+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.088809+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.089790+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.093396+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.094138+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.097649+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.098297+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.101399+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.102099+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:30:52.988 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.102633+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.098297+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.101399+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.102099+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.102633+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.105881+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.106513+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.106999+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.110580+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:30:52.989 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.111192+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.111683+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.115307+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.115956+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.119474+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.120124+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.120614+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.121070+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.121512+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.121960+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.122438+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.122902+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.126070+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.126950+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:30:52.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.129177+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.130720+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.133494+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.203769+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[23378]: audit 2024-09-11T08:30:52.206735+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:51.977631+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.056578+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.057837+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.058332+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.063020+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:30:52.991 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.105881+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.106513+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.106999+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.110580+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.111192+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.111683+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.115307+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.115956+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.119474+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.120124+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.120614+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.121070+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.121512+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.992 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.121960+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.122438+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.122902+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.126070+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.066266+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.068332+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.069987+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.072338+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.073977+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.075364+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.993 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.076375+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.077213+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.078047+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.079123+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.080138+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.081178+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.082225+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.083131+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.084041+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.126950+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:30:52.994 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.129177+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.130720+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.133494+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.203769+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 bash[26113]: audit 2024-09-11T08:30:52.206735+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.084757+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.088809+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.089790+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.093396+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:30:52.995 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.094138+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:52.996 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.097649+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:30:52.996 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.098297+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:30:52.996 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:51.962884+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204 2024-09-11T08:30:52.996 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:51.966881+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:51.968919+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:51.977631+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.056578+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.057837+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.058332+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.063020+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.066266+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.068332+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.069987+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.072338+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.073977+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.075364+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.076375+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.077213+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.078047+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.079123+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.080138+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.081178+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.082225+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.083131+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.084041+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.084757+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:30:52.998 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.088809+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:30:53.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:51.962884+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204 2024-09-11T08:30:53.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:53.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:51.962884+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:30:53.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:51.966881+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:53.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:51.966881+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"eeabd691afb4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212126924, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505568Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:03:44.812770Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:16:24.077248Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:30:45.506666Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:30:27.058253Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:30:53.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:51.968919+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:51.977631+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.056578+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:53.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.057837+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:53.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.058332+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:30:53.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.063020+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:30:53.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.066266+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:53.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.068332+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:53.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.069987+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.072338+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.073977+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:51.968919+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.075364+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.076375+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.077213+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.078047+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.079123+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.080138+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.081178+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.082225+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.083131+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.084041+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.084757+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:30:53.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.088809+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:30:53.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.089790+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:30:53.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.093396+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:30:53.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.094138+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.097649+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:30:53.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.098297+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:30:53.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.101399+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:30:53.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.102099+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:30:53.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.102633+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:30:53.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.105881+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:30:53.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.106513+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:30:53.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.106999+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:30:53.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.110580+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:30:53.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.111192+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.111683+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:30:53.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.115307+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:30:53.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.115956+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:30:53.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.119474+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:30:53.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.120124+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.120614+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.121070+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.121512+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.121960+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.122438+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.122902+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:30:53.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.126070+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:30:53.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.126950+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:30:53.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.129177+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:30:53.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.130720+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.133494+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:51.977631+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.203769+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 bash[23209]: audit 2024-09-11T08:30:52.206735+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.056578+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:53.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.057837+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:53.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.058332+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:30:53.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.063020+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi155.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:30:53.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.066266+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:30:53.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.068332+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:30:53.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.069987+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.072338+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.073977+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.075364+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.076375+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.077213+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.078047+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.079123+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.080138+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.081178+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.082225+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.083131+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.084041+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.084757+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:30:53.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.088809+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.089790+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.093396+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.094138+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.097649+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.098297+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.101399+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.102099+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.102633+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:30:53.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.105881+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.106513+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.106999+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.110580+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.111192+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.111683+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.115307+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.115956+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.119474+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:30:53.279 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.120124+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.280 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.120614+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.280 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.121070+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.280 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.121512+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.280 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.121960+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.280 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.122438+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.280 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.122902+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:30:53.280 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.126070+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:30:53.281 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.126950+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:30:53.281 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.129177+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:30:53.281 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.130720+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.281 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.133494+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.281 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.203769+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.281 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.206735+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.101399+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:30:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.102099+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:30:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.102633+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:30:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.105881+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:30:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.106513+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:30:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.106999+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:30:53.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.110580+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:30:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.111192+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.111683+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:30:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.115307+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:30:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.115956+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:30:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.119474+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:30:53.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.120124+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.089790+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:30:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.093396+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:30:53.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.094138+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.097649+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:30:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.098297+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:30:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.101399+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:30:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.102099+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:30:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.102633+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:30:53.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.105881+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:30:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.106513+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:30:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.106999+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:30:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.110580+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:30:53.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.111192+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.120614+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.121070+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.121512+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.121960+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.122438+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.122902+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:30:53.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.126070+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:30:53.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.126950+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:30:53.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.129177+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:30:53.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.130720+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.133494+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.203769+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.206735+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.111683+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:30:53.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.115307+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:30:53.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.115956+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:30:53.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.119474+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:30:53.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.120124+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.120614+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.121070+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.121512+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.121960+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.122438+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:30:53.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.122902+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:30:53.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.126070+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:30:53.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.126950+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:30:53.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.129177+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:30:53.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.130720+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.133494+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:53.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.203769+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:30:53.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:52 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.206735+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:30:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.056958+0000 mgr.y (mgr.14916) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:52.058104+0000 mgr.y (mgr.14916) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:54.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 bash[23209]: audit 2024-09-11T08:30:52.056958+0000 mgr.y (mgr.14916) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 bash[23209]: audit 2024-09-11T08:30:52.058104+0000 mgr.y (mgr.14916) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 bash[23209]: cephadm 2024-09-11T08:30:52.084567+0000 mgr.y (mgr.14916) 100 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:30:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 bash[23209]: cephadm 2024-09-11T08:30:52.126591+0000 mgr.y (mgr.14916) 101 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:30:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 bash[23209]: cluster 2024-09-11T08:30:52.934502+0000 mgr.y (mgr.14916) 102 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:30:52.084567+0000 mgr.y (mgr.14916) 100 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:30:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:30:52.126591+0000 mgr.y (mgr.14916) 101 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:30:54.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:52.934502+0000 mgr.y (mgr.14916) 102 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.056958+0000 mgr.y (mgr.14916) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:52.058104+0000 mgr.y (mgr.14916) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[23378]: audit 2024-09-11T08:30:52.056958+0000 mgr.y (mgr.14916) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[23378]: audit 2024-09-11T08:30:52.058104+0000 mgr.y (mgr.14916) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[23378]: cephadm 2024-09-11T08:30:52.084567+0000 mgr.y (mgr.14916) 100 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[23378]: cephadm 2024-09-11T08:30:52.126591+0000 mgr.y (mgr.14916) 101 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[23378]: cluster 2024-09-11T08:30:52.934502+0000 mgr.y (mgr.14916) 102 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:30:52.084567+0000 mgr.y (mgr.14916) 100 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:30:54.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:30:52.126591+0000 mgr.y (mgr.14916) 101 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:30:54.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:52.934502+0000 mgr.y (mgr.14916) 102 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[26113]: audit 2024-09-11T08:30:52.056958+0000 mgr.y (mgr.14916) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[26113]: audit 2024-09-11T08:30:52.058104+0000 mgr.y (mgr.14916) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[26113]: cephadm 2024-09-11T08:30:52.084567+0000 mgr.y (mgr.14916) 100 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:30:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[26113]: cephadm 2024-09-11T08:30:52.126591+0000 mgr.y (mgr.14916) 101 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:30:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 bash[26113]: cluster 2024-09-11T08:30:52.934502+0000 mgr.y (mgr.14916) 102 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:54.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.056958+0000 mgr.y (mgr.14916) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:30:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:52.058104+0000 mgr.y (mgr.14916) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi155.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:30:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:30:52.084567+0000 mgr.y (mgr.14916) 100 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:30:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:30:52.126591+0000 mgr.y (mgr.14916) 101 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:30:54.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:52.934502+0000 mgr.y (mgr.14916) 102 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:55.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:54.953158+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:30:55.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:54.953477+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:30:55.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:54 smithi155 bash[23209]: audit 2024-09-11T08:30:54.953158+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:30:55.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:54 smithi155 bash[23209]: audit 2024-09-11T08:30:54.953477+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:30:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:54 smithi155 bash[23209]: audit 2024-09-11T08:30:54.953689+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:54 smithi155 bash[23209]: audit 2024-09-11T08:30:54.953883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:54.953689+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:54.953883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:54 smithi007 bash[26113]: audit 2024-09-11T08:30:54.953158+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:30:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:54 smithi007 bash[26113]: audit 2024-09-11T08:30:54.953477+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:30:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:54 smithi007 bash[26113]: audit 2024-09-11T08:30:54.953689+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:54 smithi007 bash[26113]: audit 2024-09-11T08:30:54.953883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:54.953158+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:30:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:54.953477+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:30:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:54.953689+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:54.953883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:54.953158+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:30:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:54.953477+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:30:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:54 smithi007 bash[23378]: audit 2024-09-11T08:30:54.953158+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:30:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:54 smithi007 bash[23378]: audit 2024-09-11T08:30:54.953477+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:30:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:54 smithi007 bash[23378]: audit 2024-09-11T08:30:54.953689+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:54 smithi007 bash[23378]: audit 2024-09-11T08:30:54.953883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:54.953689+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:30:55.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:54.953883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:30:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:54.934896+0000 mgr.y (mgr.14916) 103 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:56.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:54.993153+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:55 smithi155 bash[23209]: cluster 2024-09-11T08:30:54.934896+0000 mgr.y (mgr.14916) 103 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:55 smithi155 bash[23209]: audit 2024-09-11T08:30:54.993153+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:55 smithi155 bash[23209]: audit 2024-09-11T08:30:54.996802+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:56.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:30:54.996802+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:54.934896+0000 mgr.y (mgr.14916) 103 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:54.993153+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:55 smithi007 bash[23378]: cluster 2024-09-11T08:30:54.934896+0000 mgr.y (mgr.14916) 103 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:55 smithi007 bash[23378]: audit 2024-09-11T08:30:54.993153+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:55 smithi007 bash[26113]: cluster 2024-09-11T08:30:54.934896+0000 mgr.y (mgr.14916) 103 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:55 smithi007 bash[26113]: audit 2024-09-11T08:30:54.993153+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:55 smithi007 bash[26113]: audit 2024-09-11T08:30:54.996802+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:54.934896+0000 mgr.y (mgr.14916) 103 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:55 smithi007 bash[23378]: audit 2024-09-11T08:30:54.996802+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:56.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:30:54.996802+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:54.993153+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:56.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:30:54.996802+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:57 smithi007 bash[23378]: cluster 2024-09-11T08:30:56.935712+0000 mgr.y (mgr.14916) 104 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:56.935712+0000 mgr.y (mgr.14916) 104 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:57.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:57 smithi007 bash[26113]: cluster 2024-09-11T08:30:56.935712+0000 mgr.y (mgr.14916) 104 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:57.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:56.935712+0000 mgr.y (mgr.14916) 104 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:57.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:56.935712+0000 mgr.y (mgr.14916) 104 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:57.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:57 smithi155 bash[23209]: cluster 2024-09-11T08:30:56.935712+0000 mgr.y (mgr.14916) 104 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:30:58.936164+0000 mgr.y (mgr.14916) 105 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:30:59 smithi007 bash[23378]: cluster 2024-09-11T08:30:58.936164+0000 mgr.y (mgr.14916) 105 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:59.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:59 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:30:58.936164+0000 mgr.y (mgr.14916) 105 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:59.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:30:59 smithi007 bash[26113]: cluster 2024-09-11T08:30:58.936164+0000 mgr.y (mgr.14916) 105 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:59.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:30:58.936164+0000 mgr.y (mgr.14916) 105 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:59.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:30:59 smithi155 bash[23209]: cluster 2024-09-11T08:30:58.936164+0000 mgr.y (mgr.14916) 105 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:01.998 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-11T08:31:02.222 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:00.937053+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:02.222 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:01 smithi007 bash[23378]: cluster 2024-09-11T08:31:00.937053+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:02.223 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:00.937053+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:02.223 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:01 smithi007 bash[26113]: cluster 2024-09-11T08:31:00.937053+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:00.937053+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:01 smithi155 bash[23209]: cluster 2024-09-11T08:31:00.937053+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:01.259324+0000 mgr.y (mgr.14916) 107 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:02 smithi155 bash[23209]: audit 2024-09-11T08:31:01.259324+0000 mgr.y (mgr.14916) 107 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:01.259324+0000 mgr.y (mgr.14916) 107 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:03.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:02 smithi007 bash[23378]: audit 2024-09-11T08:31:01.259324+0000 mgr.y (mgr.14916) 107 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:01.259324+0000 mgr.y (mgr.14916) 107 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:03.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:02 smithi007 bash[26113]: audit 2024-09-11T08:31:01.259324+0000 mgr.y (mgr.14916) 107 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:04.148 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:31:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:02.937550+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:03 smithi155 bash[23209]: cluster 2024-09-11T08:31:02.937550+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:02.937550+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:03 smithi007 bash[26113]: cluster 2024-09-11T08:31:02.937550+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:02.937550+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:03 smithi007 bash[23378]: cluster 2024-09-11T08:31:02.937550+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.742 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-11T08:31:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:04 smithi007 bash[23378]: audit 2024-09-11T08:31:04.136131+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.7:0/559799357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:04.136131+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.7:0/559799357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:05.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:04 smithi007 bash[26113]: audit 2024-09-11T08:31:04.136131+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.7:0/559799357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:05.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:04.136131+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.7:0/559799357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:04.136131+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.7:0/559799357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:04 smithi155 bash[23209]: audit 2024-09-11T08:31:04.136131+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.7:0/559799357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:06.245 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:04.937981+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.245 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:05 smithi007 bash[23378]: cluster 2024-09-11T08:31:04.937981+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.245 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:04.937981+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.245 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:05 smithi007 bash[26113]: cluster 2024-09-11T08:31:04.937981+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:04.937981+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:05 smithi155 bash[23209]: cluster 2024-09-11T08:31:04.937981+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:31:07.165 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:06.591208+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.7:0/1627275733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:07.165 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:06 smithi007 bash[23378]: audit 2024-09-11T08:31:06.591208+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.7:0/1627275733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:07.165 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:06.591208+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.7:0/1627275733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:07.166 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:06 smithi007 bash[26113]: audit 2024-09-11T08:31:06.591208+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.7:0/1627275733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:07.183 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-11T08:31:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:06.591208+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.7:0/1627275733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:06 smithi155 bash[23209]: audit 2024-09-11T08:31:06.591208+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.7:0/1627275733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:06.938716+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:07 smithi007 bash[23378]: cluster 2024-09-11T08:31:06.938716+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:08.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:06.938716+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:08.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:07 smithi007 bash[26113]: cluster 2024-09-11T08:31:06.938716+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:06.938716+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:07 smithi155 bash[23209]: cluster 2024-09-11T08:31:06.938716+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:08.939142+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:08 smithi007 bash[23378]: cluster 2024-09-11T08:31:08.939142+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:09.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:08 smithi007 bash[26113]: cluster 2024-09-11T08:31:08.939142+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:09.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:08.939142+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:08 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:08.939142+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:08 smithi155 bash[23209]: cluster 2024-09-11T08:31:08.939142+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:09.311 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:31:09.959 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-11T08:31:10.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:09.300041+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.7:0/473261947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:10.200 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:09 smithi007 bash[23378]: audit 2024-09-11T08:31:09.300041+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.7:0/473261947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:10.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:09.300041+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.7:0/473261947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:10.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:09 smithi007 bash[26113]: audit 2024-09-11T08:31:09.300041+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.7:0/473261947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:09 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:09.300041+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.7:0/473261947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:09 smithi155 bash[23209]: audit 2024-09-11T08:31:09.300041+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.7:0/473261947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:10.939980+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:11 smithi155 bash[23209]: cluster 2024-09-11T08:31:10.939980+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:10.939980+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:11 smithi007 bash[26113]: cluster 2024-09-11T08:31:10.939980+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:10.939980+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:11 smithi007 bash[23378]: cluster 2024-09-11T08:31:10.939980+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:13.179 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:31:13.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:11.950600+0000 mgr.y (mgr.14916) 113 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:13.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:12 smithi155 bash[23209]: audit 2024-09-11T08:31:11.950600+0000 mgr.y (mgr.14916) 113 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:13.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:11.950600+0000 mgr.y (mgr.14916) 113 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:13.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:12 smithi007 bash[26113]: audit 2024-09-11T08:31:11.950600+0000 mgr.y (mgr.14916) 113 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:11.950600+0000 mgr.y (mgr.14916) 113 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:13.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:12 smithi007 bash[23378]: audit 2024-09-11T08:31:11.950600+0000 mgr.y (mgr.14916) 113 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:13.932 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:31:14.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:12.940500+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:14.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:13 smithi007 bash[23378]: cluster 2024-09-11T08:31:12.940500+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:14.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:12.940500+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:14.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:13 smithi007 bash[26113]: cluster 2024-09-11T08:31:12.940500+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:12.940500+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:14.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:13 smithi155 bash[23209]: cluster 2024-09-11T08:31:12.940500+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:14.940959+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.704793+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: cluster 2024-09-11T08:31:14.940959+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.704793+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.705163+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.705477+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.705948+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.706249+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.706549+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.708153+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.708463+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.708773+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.709058+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 bash[23209]: audit 2024-09-11T08:31:15.709342+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.705163+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.705477+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.705948+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.706249+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.706549+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.708153+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.708463+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.708773+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.709058+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.709342+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:14.940959+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: cluster 2024-09-11T08:31:14.940959+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.704793+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.705163+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.705477+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.705948+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.706249+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.706549+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.708153+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.708463+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.708773+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.709058+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[26113]: audit 2024-09-11T08:31:15.709342+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.704793+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.705163+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.705477+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:14.940959+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: cluster 2024-09-11T08:31:14.940959+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.704793+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.705163+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.705477+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.705948+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.706249+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.706549+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.708153+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.708463+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.708773+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.709058+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 bash[23378]: audit 2024-09-11T08:31:15.709342+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.704793+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.705163+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.705477+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.705948+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.706249+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.706549+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.708153+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.708463+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.708773+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.709058+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.709342+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.705948+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.706249+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.706549+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.708153+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:16.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.708463+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.708773+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.709058+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:16.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.709342+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:17.253 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:15.702964+0000 mgr.y (mgr.14916) 116 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:17.253 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:16 smithi155 bash[23209]: audit 2024-09-11T08:31:15.702964+0000 mgr.y (mgr.14916) 116 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:17.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:15.702964+0000 mgr.y (mgr.14916) 116 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:17.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:16 smithi007 bash[26113]: audit 2024-09-11T08:31:15.702964+0000 mgr.y (mgr.14916) 116 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:15.702964+0000 mgr.y (mgr.14916) 116 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:17.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:16 smithi007 bash[23378]: audit 2024-09-11T08:31:15.702964+0000 mgr.y (mgr.14916) 116 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:17.398 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[26113]: audit 2024-09-11T08:31:16.068366+0000 mgr.y (mgr.14916) 117 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[26113]: cluster 2024-09-11T08:31:16.941640+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[26113]: audit 2024-09-11T08:31:17.393197+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[26113]: audit 2024-09-11T08:31:17.397764+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[26113]: audit 2024-09-11T08:31:17.400098+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[26113]: audit 2024-09-11T08:31:17.404777+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:16.068366+0000 mgr.y (mgr.14916) 117 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:16.941640+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:17.393197+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:17.397764+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:17.400098+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:18.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:17.404777+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:18.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[23378]: audit 2024-09-11T08:31:16.068366+0000 mgr.y (mgr.14916) 117 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:18.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[23378]: cluster 2024-09-11T08:31:16.941640+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[23378]: audit 2024-09-11T08:31:17.393197+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:18.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[23378]: audit 2024-09-11T08:31:17.397764+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:18.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[23378]: audit 2024-09-11T08:31:17.400098+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:18.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 bash[23378]: audit 2024-09-11T08:31:17.404777+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:18.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:16.068366+0000 mgr.y (mgr.14916) 117 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:18.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:16.941640+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:17.393197+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:18.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:17.397764+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:18.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:17.400098+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:18.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:17.404777+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:18.075 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:31:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:16.068366+0000 mgr.y (mgr.14916) 117 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:16.941640+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 bash[23209]: audit 2024-09-11T08:31:16.068366+0000 mgr.y (mgr.14916) 117 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 bash[23209]: cluster 2024-09-11T08:31:16.941640+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 bash[23209]: audit 2024-09-11T08:31:17.393197+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 bash[23209]: audit 2024-09-11T08:31:17.397764+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 bash[23209]: audit 2024-09-11T08:31:17.400098+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 bash[23209]: audit 2024-09-11T08:31:17.404777+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:17.393197+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:17.397764+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"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\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:17.400098+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:18.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:17 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:17.404777+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:19.202 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:17.392405+0000 mgr.y (mgr.14916) 119 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.203 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:18 smithi007 bash[23378]: cephadm 2024-09-11T08:31:17.392405+0000 mgr.y (mgr.14916) 119 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.203 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:18 smithi007 bash[23378]: cephadm 2024-09-11T08:31:17.485747+0000 mgr.y (mgr.14916) 120 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.203 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:17.485747+0000 mgr.y (mgr.14916) 120 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:18 smithi007 bash[26113]: cephadm 2024-09-11T08:31:17.392405+0000 mgr.y (mgr.14916) 119 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:18 smithi007 bash[26113]: cephadm 2024-09-11T08:31:17.485747+0000 mgr.y (mgr.14916) 120 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:17.392405+0000 mgr.y (mgr.14916) 119 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.203 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:17.485747+0000 mgr.y (mgr.14916) 120 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:31:17.392405+0000 mgr.y (mgr.14916) 119 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:18 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:31:17.485747+0000 mgr.y (mgr.14916) 120 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:18 smithi155 bash[23209]: cephadm 2024-09-11T08:31:17.392405+0000 mgr.y (mgr.14916) 119 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:18 smithi155 bash[23209]: cephadm 2024-09-11T08:31:17.485747+0000 mgr.y (mgr.14916) 120 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:20.184 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:18.942144+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.226778+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: cluster 2024-09-11T08:31:18.942144+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.226778+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.230960+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: cephadm 2024-09-11T08:31:19.231320+0000 mgr.y (mgr.14916) 122 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: cephadm 2024-09-11T08:31:19.231395+0000 mgr.y (mgr.14916) 123 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.232201+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.233287+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.237022+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.238309+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:20.185 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: cephadm 2024-09-11T08:31:19.238847+0000 mgr.y (mgr.14916) 124 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.239031+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.242781+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.243770+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: audit 2024-09-11T08:31:19.244388+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 bash[23209]: cephadm 2024-09-11T08:31:19.244857+0000 mgr.y (mgr.14916) 125 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.230960+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:31:19.231320+0000 mgr.y (mgr.14916) 122 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:31:19.231395+0000 mgr.y (mgr.14916) 123 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.232201+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.233287+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.237022+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:31:20.186 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.238309+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:20.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:31:19.238847+0000 mgr.y (mgr.14916) 124 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:31:20.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.239031+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:31:20.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.242781+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:31:20.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.243770+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:31:20.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:19.244388+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:31:20.187 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:19 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:31:19.244857+0000 mgr.y (mgr.14916) 125 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:31:20.282 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:18.942144+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:20.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.226778+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:20.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: cluster 2024-09-11T08:31:18.942144+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:20.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.226778+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:20.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.230960+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:20.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: cephadm 2024-09-11T08:31:19.231320+0000 mgr.y (mgr.14916) 122 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:31:20.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: cephadm 2024-09-11T08:31:19.231395+0000 mgr.y (mgr.14916) 123 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:31:20.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.232201+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: cluster 2024-09-11T08:31:18.942144+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.226778+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.230960+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: cephadm 2024-09-11T08:31:19.231320+0000 mgr.y (mgr.14916) 122 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: cephadm 2024-09-11T08:31:19.231395+0000 mgr.y (mgr.14916) 123 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.232201+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.233287+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.237022+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:31:20.284 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.238309+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: cephadm 2024-09-11T08:31:19.238847+0000 mgr.y (mgr.14916) 124 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.239031+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.242781+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.243770+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: audit 2024-09-11T08:31:19.244388+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[26113]: cephadm 2024-09-11T08:31:19.244857+0000 mgr.y (mgr.14916) 125 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:18.942144+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.226778+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.230960+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:19.231320+0000 mgr.y (mgr.14916) 122 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:19.231395+0000 mgr.y (mgr.14916) 123 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.232201+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:20.285 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.233287+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.233287+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.237022+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.238309+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: cephadm 2024-09-11T08:31:19.238847+0000 mgr.y (mgr.14916) 124 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.239031+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.242781+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.243770+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: audit 2024-09-11T08:31:19.244388+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 bash[23378]: cephadm 2024-09-11T08:31:19.244857+0000 mgr.y (mgr.14916) 125 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.230960+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:31:20.286 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:19.231320+0000 mgr.y (mgr.14916) 122 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:19.231395+0000 mgr.y (mgr.14916) 123 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.232201+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.233287+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.237022+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.238309+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:19.238847+0000 mgr.y (mgr.14916) 124 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.239031+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.242781+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.243770+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:31:20.287 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:19.244388+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:19.244857+0000 mgr.y (mgr.14916) 125 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.237022+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.238309+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:19.238847+0000 mgr.y (mgr.14916) 124 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.239031+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.242781+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.243770+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:19.244388+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:31:20.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:19.244857+0000 mgr.y (mgr.14916) 125 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:31:21.034 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:31:21.121 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:31:20.485514+0000 mgr.y (mgr.14916) 126 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:31:21.122 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:20.485995+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]: dispatch 2024-09-11T08:31:21.122 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: cephadm 2024-09-11T08:31:20.485514+0000 mgr.y (mgr.14916) 126 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:31:21.122 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: audit 2024-09-11T08:31:20.485995+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]: dispatch 2024-09-11T08:31:21.122 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: audit 2024-09-11T08:31:20.490854+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]': finished 2024-09-11T08:31:21.122 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: audit 2024-09-11T08:31:20.491744+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:31:21.122 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: audit 2024-09-11T08:31:20.492406+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:31:21.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: audit 2024-09-11T08:31:20.493062+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:21.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: cephadm 2024-09-11T08:31:20.493910+0000 mgr.y (mgr.14916) 127 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:31:21.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: audit 2024-09-11T08:31:20.494291+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:31:21.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 bash[23209]: cluster 2024-09-11T08:31:20.942754+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:21.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:20.490854+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]': finished 2024-09-11T08:31:21.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:20.491744+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:31:21.123 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:20.492406+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:31:21.124 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:20.493062+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:21.124 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cephadm 2024-09-11T08:31:20.493910+0000 mgr.y (mgr.14916) 127 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:31:21.124 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: audit 2024-09-11T08:31:20.494291+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:31:21.124 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: cluster 2024-09-11T08:31:20.942754+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:20.485514+0000 mgr.y (mgr.14916) 126 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:31:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: cephadm 2024-09-11T08:31:20.485514+0000 mgr.y (mgr.14916) 126 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:31:21.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: audit 2024-09-11T08:31:20.485995+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: audit 2024-09-11T08:31:20.490854+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]': finished 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: audit 2024-09-11T08:31:20.491744+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: audit 2024-09-11T08:31:20.492406+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: audit 2024-09-11T08:31:20.493062+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: cephadm 2024-09-11T08:31:20.493910+0000 mgr.y (mgr.14916) 127 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: audit 2024-09-11T08:31:20.494291+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[23378]: cluster 2024-09-11T08:31:20.942754+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:20.485995+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:20.490854+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]': finished 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:20.491744+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:20.492406+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:20.493062+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:21.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:20.493910+0000 mgr.y (mgr.14916) 127 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:20.485514+0000 mgr.y (mgr.14916) 126 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: cephadm 2024-09-11T08:31:20.485514+0000 mgr.y (mgr.14916) 126 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: audit 2024-09-11T08:31:20.485995+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]: dispatch 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: audit 2024-09-11T08:31:20.490854+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]': finished 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: audit 2024-09-11T08:31:20.491744+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: audit 2024-09-11T08:31:20.492406+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: audit 2024-09-11T08:31:20.493062+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: cephadm 2024-09-11T08:31:20.493910+0000 mgr.y (mgr.14916) 127 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:31:21.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: audit 2024-09-11T08:31:20.494291+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 bash[26113]: cluster 2024-09-11T08:31:20.942754+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:20.485995+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]: dispatch 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:20.490854+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.b"}]': finished 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:20.491744+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:20.492406+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:20.493062+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:20.493910+0000 mgr.y (mgr.14916) 127 : cephadm [INF] Deploying daemon mon.b on smithi155 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:20.494291+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:31:21.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:20.942754+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:21.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:20.494291+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:31:21.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:20 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:20.942754+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:21.723 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:31:21.723 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (66s) 61s ago 23m 16.6M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:31:21.723 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (41s) 36s ago 23m 26.9M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (2m) 36s ago 27m 397M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (11m) 61s ago 28m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (28m) 61s ago 28m 210M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (27m) 36s ago 27m 202M 2048M 15.2.0 204a01f9b0b6 eeabd691afb4 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (27m) 61s ago 27m 182M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (108s) 61s ago 24m 7936k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (102s) 36s ago 24m 8132k - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (27m) 61s ago 27m 47.7M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (26m) 61s ago 26m 48.3M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:31:21.724 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (26m) 61s ago 26m 43.6M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:31:21.725 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (26m) 61s ago 26m 47.8M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:31:21.725 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (25m) 36s ago 25m 49.6M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:31:21.725 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (25m) 36s ago 25m 44.8M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:31:21.725 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (25m) 36s ago 25m 50.5M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:31:21.725 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (24m) 36s ago 24m 49.0M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:31:21.725 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (84s) 36s ago 24m 40.0M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:31:21.725 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (22m) 61s ago 22m 39.0M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:31:21.725 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (22m) 36s ago 22m 38.8M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:31:22.145 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:31:22.145 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:31:22.145 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:31:22.145 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:31:22.145 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:31:22.145 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:31:22.145 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:31:22.146 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:31:22.196 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 systemd[1]: Stopping Ceph mon.b for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:31:22.491 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:31:22.492 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:31:22.492 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:31:22.492 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi155", 2024-09-11T08:31:22.492 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:31:22.492 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "0/1 daemons upgraded", 2024-09-11T08:31:22.492 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:31:22.492 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:31:22.492 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:31:22.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:31:22.194+0000 7f11cd115700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:31:22.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 bash[23209]: debug 2024-09-11T08:31:22.194+0000 7f11cd115700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:31:22.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 bash[23209]: debug 2024-09-11T08:31:22.194+0000 7f11cd115700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-11T08:31:22.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b[23240]: debug 2024-09-11T08:31:22.194+0000 7f11cd115700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-11T08:31:22.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 podman[23209]: 2024-09-11 08:31:22.334712239 +0000 UTC m=+1657.542053216 container died eeabd691afb4dcf88b23dc4ebb21a5031e481ddcb0acffe72f75f18045711e1f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-11T08:31:22.937 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 podman[50850]: 2024-09-11 08:31:22.686975333 +0000 UTC m=+0.589304663 container cleanup eeabd691afb4dcf88b23dc4ebb21a5031e481ddcb0acffe72f75f18045711e1f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, ceph=True) 2024-09-11T08:31:22.938 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 bash[50850]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b 2024-09-11T08:31:23.198 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:22 smithi155 podman[23209]: 2024-09-11 08:31:22.938266489 +0000 UTC m=+1658.145607462 container remove eeabd691afb4dcf88b23dc4ebb21a5031e481ddcb0acffe72f75f18045711e1f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.b, ceph=True, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=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.license=GPLv2, RELEASE=HEAD, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image) 2024-09-11T08:31:23.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.b.service: Deactivated successfully. 2024-09-11T08:31:23.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 systemd[1]: Stopped Ceph mon.b for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:31:23.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.b.service: Consumed 2.361s CPU time. 2024-09-11T08:31:23.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 systemd[1]: Starting Ceph mon.b for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:31:23.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 podman[51000]: 2024-09-11 08:31:23.564850213 +0000 UTC m=+0.015841664 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:31:23.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 podman[51000]: 2024-09-11 08:31:23.68110722 +0000 UTC m=+0.132098663 container create 4ac5a65d44a19fe5b136829d48768f4011690a015bbcdc66cb8d7a969744c148 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-b, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-11T08:31:23.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 podman[51000]: 2024-09-11 08:31:23.866919743 +0000 UTC m=+0.317911193 container init 4ac5a65d44a19fe5b136829d48768f4011690a015bbcdc66cb8d7a969744c148 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:31:23.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 podman[51000]: 2024-09-11 08:31:23.870363102 +0000 UTC m=+0.321354551 container start 4ac5a65d44a19fe5b136829d48768f4011690a015bbcdc66cb8d7a969744c148 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS) 2024-09-11T08:31:23.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 2 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: pidfile_write: ignore empty --pid-file 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: load: jerasure load: lrc 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: RocksDB version: 6.15.5 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Compile date Sep 10 2024 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: DB SUMMARY 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: DB Session ID: NTUHN05M0Q4759QWY4C2 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: CURRENT file: CURRENT 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: MANIFEST file: MANIFEST-000005 size: 3140 Bytes 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000072.sst 000073.sst 2024-09-11T08:31:23.913 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000070.log size: 8645697 ; 2024-09-11T08:31:23.914 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.error_if_exists: 0 2024-09-11T08:31:23.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.create_if_missing: 0 2024-09-11T08:31:23.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.paranoid_checks: 1 2024-09-11T08:31:23.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:31:23.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.env: 0x5560b7dbf440 2024-09-11T08:31:23.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.fs: Posix File System 2024-09-11T08:31:23.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.info_log: 0x5560b96deec0 2024-09-11T08:31:23.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:31:23.915 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.statistics: (nil) 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.use_fsync: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_log_file_size: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.allow_fallocate: 1 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.use_direct_reads: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:31:23.916 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.db_log_dir: 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.write_buffer_manager: 0x5560b979c780 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:31:23.917 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.unordered_write: 0 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.row_cache: None 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.wal_filter: None 2024-09-11T08:31:23.918 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.preserve_deletes: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.two_write_queues: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.atomic_flush: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.log_readahead_size: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:31:23.919 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_background_jobs: 2 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_background_compactions: -1 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_subcompactions: 1 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:31:23.920 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_open_files: -1 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_background_flushes: -1 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Compression algorithms supported: 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: kZSTD supported: 0 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: kXpressCompression supported: 0 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: kBZip2Compression supported: 0 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: kLZ4Compression supported: 1 2024-09-11T08:31:23.921 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: kZlibCompression supported: 1 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: kSnappyCompression supported: 1 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.merge_operator: 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_filter: None 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5560b9685a38) 2024-09-11T08:31:23.922 INFO:journalctl@ceph.mon.b.smithi155.stdout: cache_index_and_filter_blocks: 1 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: pin_top_level_index_and_filter: 1 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: index_type: 0 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: data_block_index_type: 0 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: index_shortening: 1 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: hash_index_allow_collision: 1 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: checksum: 1 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: no_block_cache: 0 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_cache: 0x5560b96bb1f0 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_cache_name: BinnedLRUCache 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_cache_options: 2024-09-11T08:31:23.923 INFO:journalctl@ceph.mon.b.smithi155.stdout: capacity : 536870912 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: num_shard_bits : 4 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: strict_capacity_limit : 0 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: high_pri_pool_ratio: 0.000 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_cache_compressed: (nil) 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: persistent_cache: (nil) 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_size: 4096 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_size_deviation: 10 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_restart_interval: 16 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: index_block_restart_interval: 1 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: metadata_block_size: 4096 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: partition_filters: 0 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: use_delta_encoding: 1 2024-09-11T08:31:23.924 INFO:journalctl@ceph.mon.b.smithi155.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout: whole_key_filtering: 1 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout: verify_compression: 0 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout: read_amp_bytes_per_bit: 0 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout: format_version: 4 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout: enable_index_compression: 1 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_align: 0 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compression: NoCompression 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:31:23.925 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.num_levels: 7 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:31:23.926 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:31:23.927 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:31:23.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.inplace_update_support: 0 2024-09-11T08:31:23.929 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.bloom_locality: 0 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.max_successive_merges: 0 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.ttl: 2592000 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.enable_blob_files: false 2024-09-11T08:31:23.930 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.min_blob_size: 0 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 75, last_sequence is 25131, log_number is 70,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 70 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/version_set.cc:4082] Creating manifest 75 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726043483894268, "job": 1, "event": "recovery_started", "wal_files": [70]} 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #70 mode 2 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726043483909081, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 76, "file_size": 5716377, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 5711266, "index_size": 3440, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 709, "raw_key_size": 6678, "raw_average_key_size": 24, "raw_value_size": 5703377, "raw_average_value_size": 21202, "num_data_blocks": 146, "num_entries": 269, "num_deletions": 6, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726043483, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "47f16fde-f3d7-4ac3-8e13-b312ad6abdc6", "db_session_id": "NTUHN05M0Q4759QWY4C2"}} 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/version_set.cc:4082] Creating manifest 77 2024-09-11T08:31:23.931 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726043483909658, "job": 1, "event": "recovery_finished"} 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000070.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5560b96ee700 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: DB pointer 0x5560b96be000 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** DB Stats ** 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:31:23.932 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: L0 1/0 5.45 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 690.4 0.01 0.00 1 0.008 0 0 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: L6 2/0 96.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: Sum 3/0 101.81 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 690.4 0.01 0.00 1 0.008 0 0 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 690.4 0.01 0.00 1 0.008 0 0 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 690.4 0.01 0.00 1 0.008 0 0 2024-09-11T08:31:23.933 INFO:journalctl@ceph.mon.b.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: Flush(GB): cumulative 0.005, interval 0.005 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: Cumulative compaction: 0.01 GB write, 301.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: Interval compaction: 0.01 GB write, 301.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-11T08:31:23.934 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: L0 1/0 5.45 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 690.4 0.01 0.00 1 0.008 0 0 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: L6 2/0 96.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: Sum 3/0 101.81 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 690.4 0.01 0.00 1 0.008 0 0 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 690.4 0.01 0.00 1 0.008 0 0 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: Flush(GB): cumulative 0.005, interval 0.000 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:31:23.935 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: Cumulative compaction: 0.01 GB write, 300.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: 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-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: starting mon.b rank 2 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: mon.b@-1(???) e3 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: mon.b@-1(???).mds e1 new map 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: mon.b@-1(???).mds e1 print_map 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: e1 2024-09-11T08:31:23.936 INFO:journalctl@ceph.mon.b.smithi155.stdout: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout: legacy client fscid: -1 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout: No filesystems configured 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: mon.b@-1(???).osd e68 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: mon.b@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: mon.b@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: mon.b@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:31:23.937 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 ceph-mon[51019]: mon.b@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2024-09-11T08:31:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 bash[51000]: 4ac5a65d44a19fe5b136829d48768f4011690a015bbcdc66cb8d7a969744c148 2024-09-11T08:31:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:31:23 smithi155 systemd[1]: Started Ceph mon.b for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:31:24.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.015767+0000 mgr.y (mgr.14916) 129 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.015767+0000 mgr.y (mgr.14916) 129 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.373091+0000 mgr.y (mgr.14916) 130 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.713011+0000 mgr.y (mgr.14916) 131 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.714961+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.715335+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.715649+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.715943+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.716213+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.716488+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.718053+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.718328+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.718611+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.718878+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:21.719143+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[26113]: audit 2024-09-11T08:31:22.145233+0000 mon.a (mon.0) 1516 : audit [DBG] from='client.? 172.21.15.7:0/1467009379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.015767+0000 mgr.y (mgr.14916) 129 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.015767+0000 mgr.y (mgr.14916) 129 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.373091+0000 mgr.y (mgr.14916) 130 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.713011+0000 mgr.y (mgr.14916) 131 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.714961+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.715335+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.715649+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.715943+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.716213+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.716488+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.718053+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.718328+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.718611+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.718878+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:21.719143+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 bash[23378]: audit 2024-09-11T08:31:22.145233+0000 mon.a (mon.0) 1516 : audit [DBG] from='client.? 172.21.15.7:0/1467009379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.373091+0000 mgr.y (mgr.14916) 130 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.713011+0000 mgr.y (mgr.14916) 131 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.714961+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.715335+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.715649+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.542 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.715943+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.716213+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.716488+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.718053+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.718328+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.718611+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.718878+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:21.719143+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:22.145233+0000 mon.a (mon.0) 1516 : audit [DBG] from='client.? 172.21.15.7:0/1467009379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.373091+0000 mgr.y (mgr.14916) 130 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.713011+0000 mgr.y (mgr.14916) 131 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.714961+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.715335+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.715649+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.715943+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.716213+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.716488+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.718053+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.718328+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.718611+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.718878+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:21.719143+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:24.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:24 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:22.145233+0000 mon.a (mon.0) 1516 : audit [DBG] from='client.? 172.21.15.7:0/1467009379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:25.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:22.491497+0000 mgr.y (mgr.14916) 132 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:25.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:22.943113+0000 mgr.y (mgr.14916) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:25.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.010214+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:25.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.010957+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.447 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.121374+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:31:25.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:22.491497+0000 mgr.y (mgr.14916) 132 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:25.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:22.491497+0000 mgr.y (mgr.14916) 132 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:25.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:22.943113+0000 mgr.y (mgr.14916) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:25.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.010214+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:25.448 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.121696+0000 mon.c (mon.1) 47 : cluster [INF] mon.c calling monitor election 2024-09-11T08:31:25.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.121772+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.122162+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.122202+0000 mon.a (mon.0) 1521 : cluster [INF] mon.a calling monitor election 2024-09-11T08:31:25.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.123804+0000 mon.a (mon.0) 1522 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:31:25.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.131146+0000 mon.a (mon.0) 1523 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:31:25.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.131216+0000 mon.a (mon.0) 1524 : cluster [DBG] fsmap 2024-09-11T08:31:25.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.131263+0000 mon.a (mon.0) 1525 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:31:25.449 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.132031+0000 mon.a (mon.0) 1526 : cluster [DBG] mgrmap e36: y(active, since 2m), standbys: x 2024-09-11T08:31:25.450 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.132710+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.450 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.135730+0000 mon.a (mon.0) 1528 : cluster [INF] overall HEALTH_OK 2024-09-11T08:31:25.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.010957+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.451 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.121374+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:31:25.451 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.121696+0000 mon.c (mon.1) 47 : cluster [INF] mon.c calling monitor election 2024-09-11T08:31:25.451 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.121772+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.452 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.141323+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:25.452 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.142427+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:31:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.122162+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.122202+0000 mon.a (mon.0) 1521 : cluster [INF] mon.a calling monitor election 2024-09-11T08:31:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.123804+0000 mon.a (mon.0) 1522 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:31:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.131146+0000 mon.a (mon.0) 1523 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:31:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.131216+0000 mon.a (mon.0) 1524 : cluster [DBG] fsmap 2024-09-11T08:31:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.131263+0000 mon.a (mon.0) 1525 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:31:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.132031+0000 mon.a (mon.0) 1526 : cluster [DBG] mgrmap e36: y(active, since 2m), standbys: x 2024-09-11T08:31:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:22.943113+0000 mgr.y (mgr.14916) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:25.454 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.145842+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:31:25.454 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: audit 2024-09-11T08:31:24.148680+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:31:25.454 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[26113]: cluster 2024-09-11T08:31:24.943546+0000 mgr.y (mgr.14916) 134 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:25.454 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:22.491497+0000 mgr.y (mgr.14916) 132 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:25.454 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:22.943113+0000 mgr.y (mgr.14916) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:25.454 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.010214+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:25.454 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.132710+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.454 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.135730+0000 mon.a (mon.0) 1528 : cluster [INF] overall HEALTH_OK 2024-09-11T08:31:25.455 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.010957+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.455 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.121374+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:31:25.455 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.121696+0000 mon.c (mon.1) 47 : cluster [INF] mon.c calling monitor election 2024-09-11T08:31:25.455 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.121772+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.455 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.122162+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.455 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.122202+0000 mon.a (mon.0) 1521 : cluster [INF] mon.a calling monitor election 2024-09-11T08:31:25.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.141323+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:25.456 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.010214+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:25.456 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.123804+0000 mon.a (mon.0) 1522 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:31:25.456 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.131146+0000 mon.a (mon.0) 1523 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:31:25.456 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.131216+0000 mon.a (mon.0) 1524 : cluster [DBG] fsmap 2024-09-11T08:31:25.456 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.131263+0000 mon.a (mon.0) 1525 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:31:25.457 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.132031+0000 mon.a (mon.0) 1526 : cluster [DBG] mgrmap e36: y(active, since 2m), standbys: x 2024-09-11T08:31:25.457 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.142427+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:31:25.457 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.132710+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.458 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.135730+0000 mon.a (mon.0) 1528 : cluster [INF] overall HEALTH_OK 2024-09-11T08:31:25.458 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.141323+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:25.458 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.142427+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"o 2024-09-11T08:31:25.458 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.010957+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.458 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: sdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:31:25.459 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.145842+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\" 2024-09-11T08:31:25.459 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: : [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:31:25.459 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:24.148680+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:31:25.459 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:24.943546+0000 mgr.y (mgr.14916) 134 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:25.460 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.145842+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:31:25.460 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: audit 2024-09-11T08:31:24.148680+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:31:25.461 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 bash[23378]: cluster 2024-09-11T08:31:24.943546+0000 mgr.y (mgr.14916) 134 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:25.461 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.121374+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:31:25.461 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.121696+0000 mon.c (mon.1) 47 : cluster [INF] mon.c calling monitor election 2024-09-11T08:31:25.461 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.121772+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.461 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.122162+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.461 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.122202+0000 mon.a (mon.0) 1521 : cluster [INF] mon.a calling monitor election 2024-09-11T08:31:25.461 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.123804+0000 mon.a (mon.0) 1522 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.131146+0000 mon.a (mon.0) 1523 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.131216+0000 mon.a (mon.0) 1524 : cluster [DBG] fsmap 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.131263+0000 mon.a (mon.0) 1525 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.132031+0000 mon.a (mon.0) 1526 : cluster [DBG] mgrmap e36: y(active, since 2m), standbys: x 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.132710+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.135730+0000 mon.a (mon.0) 1528 : cluster [INF] overall HEALTH_OK 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.141323+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.142427+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:31:25.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.145842+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 416808960, \"cpu_percentage\": \"6.06%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:30:45.505781Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52093255, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505878Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46986690, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.505965Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53016002, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506048Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51411681, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506127Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 41953525, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506207Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8327790, \"cpu_percentage\": \"0.18%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506288Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 28217180, \"cpu_percentage\": \"72.97%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:30:45.506370Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40695234, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:30:45.506468Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"o 2024-09-11T08:31:25.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: sdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:31:25.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:24.148680+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:31:25.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:24.943546+0000 mgr.y (mgr.14916) 134 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:26.944178+0000 mgr.y (mgr.14916) 135 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:28.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:27 smithi007 bash[23378]: cluster 2024-09-11T08:31:26.944178+0000 mgr.y (mgr.14916) 135 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:26.944178+0000 mgr.y (mgr.14916) 135 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:28.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:27 smithi007 bash[26113]: cluster 2024-09-11T08:31:26.944178+0000 mgr.y (mgr.14916) 135 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:29.191 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:31:28.919+0000 7f8709520640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-11T08:31:29.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[26113]: audit 2024-09-11T08:31:28.661238+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:29.192 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[26113]: audit 2024-09-11T08:31:28.662030+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:29.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:28.661238+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:29.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[23378]: audit 2024-09-11T08:31:28.661238+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:29.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[23378]: audit 2024-09-11T08:31:28.662030+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:29.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[23378]: audit 2024-09-11T08:31:28.666044+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:29.196 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[26113]: audit 2024-09-11T08:31:28.666044+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:29.197 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:28.662030+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:29.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[26113]: audit 2024-09-11T08:31:28.667234+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:29.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[26113]: audit 2024-09-11T08:31:28.670814+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:29.197 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:28.661238+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:29.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[23378]: audit 2024-09-11T08:31:28.667234+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:29.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:28.666044+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:29.198 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:28.662030+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:29.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 bash[23378]: audit 2024-09-11T08:31:28.670814+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:29.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:28.666044+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:29.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:28.667234+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \" 2024-09-11T08:31:29.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:29.199 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:28.667234+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf 2024-09-11T08:31:29.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:29.200 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:28.670814+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf 2024-09-11T08:31:29.200 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:29.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:28.670814+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf 2024-09-11T08:31:29.200 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:30:46.123106Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:28.944614+0000 mgr.y (mgr.14916) 136 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:29.025483+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:31:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[23378]: cluster 2024-09-11T08:31:28.944614+0000 mgr.y (mgr.14916) 136 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[23378]: audit 2024-09-11T08:31:29.025483+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:31:30.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[23378]: audit 2024-09-11T08:31:29.278947+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[26113]: cluster 2024-09-11T08:31:28.944614+0000 mgr.y (mgr.14916) 136 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[26113]: audit 2024-09-11T08:31:29.025483+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:31:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[26113]: audit 2024-09-11T08:31:29.278947+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[26113]: audit 2024-09-11T08:31:29.279756+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:30.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[26113]: audit 2024-09-11T08:31:29.284732+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:30.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[23378]: audit 2024-09-11T08:31:29.279756+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:30.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[23378]: audit 2024-09-11T08:31:29.284732+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:30.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:29.278947+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:30.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[23378]: audit 2024-09-11T08:31:29.285878+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:30.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[26113]: audit 2024-09-11T08:31:29.285878+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:30.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[26113]: audit 2024-09-11T08:31:29.289595+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:30.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[26113]: audit 2024-09-11T08:31:29.290800+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:31:30.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:28.944614+0000 mgr.y (mgr.14916) 136 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:30.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:29.279756+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:30.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[23378]: audit 2024-09-11T08:31:29.289595+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:30.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 bash[23378]: audit 2024-09-11T08:31:29.290800+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:31:30.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:29.025483+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:31:30.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:29.278947+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:30.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:29.279756+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:30.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:29.284732+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:30.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:29.285878+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-09-11T08:31:30.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:29.284732+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:51.956495Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:51.956508Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:30.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: \", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:30.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:29.285878+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282 2024-09-11T08:31:30.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:29.289595+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c6928 2024-09-11T08:31:30.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:30.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:29.290800+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:31:30.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:30.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:29.289595+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c6 2024-09-11T08:31:30.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 9282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:30:51.956549Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:16:13.705361Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:30.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:29.290800+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:31:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:30.945336+0000 mgr.y (mgr.14916) 137 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:32.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:31 smithi007 bash[26113]: cluster 2024-09-11T08:31:30.945336+0000 mgr.y (mgr.14916) 137 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:30.945336+0000 mgr.y (mgr.14916) 137 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:32.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:31 smithi007 bash[23378]: cluster 2024-09-11T08:31:30.945336+0000 mgr.y (mgr.14916) 137 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.200595+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:33.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.201315+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": true, \"rejected_reasons\": [\"Has a FileSystem\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"device_nodes\": \"nvme0n1\", \"devname\": \"nvme0n1\", \"human_readable_size\": \"372.61 GB\", \"id_bus\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"parent\": \"/dev/nvme0n1\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"type\": \"disk\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:31:32.199638Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.200595+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.201315+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": true, \"rejected_reasons\": [\"Has a FileSystem\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"device_nodes\": \"nvme0n1\", \"devname\": \"nvme0n1\", \"human_readable_size\": \"372.61 GB\", \"id_bus\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"parent\": \"/dev/nvme0n1\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"type\": \"disk\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:31:32.199638Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:33.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.204904+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": true, \"rejected_reasons\": [\"Has a FileSystem\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"device_nodes\": \"nvme0n1\", \"devname\": \"nvme0n1\", \"human_readable_size\": \"372.61 GB\", \"id_bus\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"parent\": \"/dev/nvme0n1\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"type\": \"disk\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:31:32.199638Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:33.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.204904+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": true, \"rejected_reasons\": [\"Has a FileSystem\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"device_nodes\": \"nvme0n1\", \"devname\": \"nvme0n1\", \"human_readable_size\": \"372.61 GB\", \"id_bus\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"parent\": \"/dev/nvme0n1\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"type\": \"disk\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:31:32.199638Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:33.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.200595+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:33.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.206030+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:31:32.199776Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:31:32.199773Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:33.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.206030+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:31:32.199776Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:31:32.199773Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:33.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.201315+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": true, \"rejected_reasons\": [\"Has a FileSystem\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"device_nodes\": \"nvme0n1\", \"devname\": \"nvme0n1\", \"human_readable_size\": \"372.61 GB\", \"id_bus\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"parent\": \"/dev/nvme0n1\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"type\": \"disk\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:31:32.199638Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.209527+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:31:32.199776Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:31:32.199773Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.211542+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.214562+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.294388+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.295393+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.296605+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.297966+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.298739+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:31:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.303064+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:31:33.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.304579+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.209527+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:31:32.199776Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:31:32.199773Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:33.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.211542+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.214562+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.294388+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:33.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.295393+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:33.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.296605+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.297966+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.298739+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:31:33.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.303064+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:31:33.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.304579+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.305378+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:31:33.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.309416+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:31:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.305378+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:31:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.309416+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:31:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.310709+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.311485+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:31:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.315139+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:31:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.316166+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.316940+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.322390+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.323193+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.328332+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.329375+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.330149+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.334171+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.335154+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.335918+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.204904+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": true, \"rejected_reasons\": [\"Has a FileSystem\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"device_nodes\": \"nvme0n1\", \"devname\": \"nvme0n1\", \"human_readable_size\": \"372.61 GB\", \"id_bus\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"parent\": \"/dev/nvme0n1\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"type\": \"disk\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:31:32.199638Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.310709+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.311485+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.315139+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.316166+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.316940+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.322390+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.323193+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.328332+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.329375+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.339434+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.340775+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.341498+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.342067+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.343015+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.343717+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.344274+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.345157+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.345819+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.346358+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.347241+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.347920+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.348486+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.349268+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.349935+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.330149+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.334171+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.335154+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.335918+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.339434+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.340775+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.341498+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.342067+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.343015+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.343717+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.344274+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.345157+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.345819+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.346358+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.347241+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.350481+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.351262+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.351938+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.352484+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.353077+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:31:33.302 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.353579+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.357466+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.358175+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.363363+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.364043+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.369025+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.369742+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.370266+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.375104+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.375813+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:31:33.303 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.376337+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.347920+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.348486+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.349268+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.349935+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.350481+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.351262+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.351938+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.352484+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.353077+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.353579+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.357466+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:31:33.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.358175+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.363363+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.364043+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.369025+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.369742+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.370266+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.375104+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.375813+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.376337+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.379854+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:31:33.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.380543+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.381085+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.384464+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.385093+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.388267+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.388920+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.389415+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.389894+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.390366+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.390843+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.391282+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.391747+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.395005+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:31:33.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.395899+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.398401+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.206030+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d710 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.379854+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.380543+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.381085+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.384464+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.385093+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.388267+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:31:33.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.388920+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.389415+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.389894+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.390366+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.390843+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.399972+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.402455+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.473500+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[26113]: audit 2024-09-11T08:31:32.476393+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.200595+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.201315+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": true, \"rejected_reasons\": [\"Has a FileSystem\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"device_nodes\": \"nvme0n1\", \"devname\": \"nvme0n1\", \"human_readable_size\": \"372.61 GB\", \"id_bus\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"parent\": \"/dev/nvme0n1\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"type\": \"disk\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:31:32.199638Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.204904+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": true, \"rejected_reasons\": [\"Has a FileSystem\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"device_nodes\": \"nvme0n1\", \"devname\": \"nvme0n1\", \"human_readable_size\": \"372.61 GB\", \"id_bus\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"parent\": \"/dev/nvme0n1\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"type\": \"disk\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:31:32.199638Z\", \"lvs\": [{\"block_uuid\": \"O33PUh-YL62-38Vj-JtbN-T0Ak-d02X-6fy9LF\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"8369990e-26a4-45fd-8ed7-f6213b623364\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"eVtH48-17z6-Lzt9-UYiM-s2op-AjW2-rRiWRe\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"3a4d7ac4-4f7d-4ae8-ba44-90891c173556\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"40PA15-4tIj-oow6-n2KA-y30R-uqme-2vA9IE\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b8d590c3-2de2-4348-844f-40421f68927e\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"J7RVLZ-x5Vl-HqXy-P4N9-lagK-Y1jE-RmYwxP\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"b34785e0-a379-47aa-b266-2b08dac6ca87\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.391282+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.391747+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.395005+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.395899+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.398401+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:31:33.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.399972+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.402455+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.473500+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 bash[23378]: audit 2024-09-11T08:31:32.476393+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.206030+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69 2024-09-11T08:31:33.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 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\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:31:32.199776Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:31:32.199773Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:33.311 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:31:32.199776Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:31:32.199773Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:31:33.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.209527+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c6 2024-09-11T08:31:33.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: 9282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:31:32.199776Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:31:32.199773Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:33.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.211542+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.214562+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.294388+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:33.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.295393+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.209527+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi155\", \"container_id\": \"4ac5a65d44a1\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 25501368, \"cpu_percentage\": \"11.89%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.659522Z\", \"created\": \"2024-09-11T08:03:44.784553Z\", \"started\": \"2024-09-11T08:31:23.567361Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi155\", \"container_id\": \"0b6b07128c38\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 418067251, \"cpu_percentage\": \"4.11%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:31:28.659710Z\", \"created\": \"2024-09-11T08:03:58.714274Z\", \"started\": \"2024-09-11T08:29:15.362789Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi155\", \"container_id\": \"57784f4553a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659804Z\", \"created\": \"2024-09-11T08:05:25.518538Z\", \"started\": \"2024-09-11T08:05:27.963404Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi155\", \"container_id\": \"e780145c51fe\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47385149, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659889Z\", \"created\": \"2024-09-11T08:05:43.354184Z\", \"started\": \"2024-09-11T08:06:05.045492Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi155\", \"container_id\": \"adbad271dae8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 53341061, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.659970Z\", \"created\": \"2024-09-11T08:06:06.515725Z\", \"started\": \"2024-09-11T08:06:09.145073Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi155\", \"container_id\": \"6508e0e34efd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51453624, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660049Z\", \"created\": \"2024-09-11T08:06:25.187354Z\", \"started\": \"2024-09-11T08:06:27.427974Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi155\", \"container_id\": \"80a5156b27a8\", \"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\": 42310041, \"cpu_percentage\": \"0.53%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660130Z\", \"created\": \"2024-09-11T08:06:55.786750Z\", \"started\": \"2024-09-11T08:29:57.631391Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi155\", \"container_id\": \"f7524572a639\", \"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\": 8387559, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660211Z\", \"created\": \"2024-09-11T08:06:59.224682Z\", \"started\": \"2024-09-11T08:29:39.497331Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi155\", \"container_id\": \"0996e711c987\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\", \"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83749765, \"cpu_percentage\": \"4.84%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:31:28.660290Z\", \"created\": \"2024-09-11T08:07:43.481806Z\", \"started\": \"2024-09-11T08:30:40.073527Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.gxngma\", \"daemon_name\": \"rgw.r.z.smithi155.gxngma\", \"hostname\": \"smithi155\", \"container_id\": \"9ab66ca01350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d71 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 04c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41072721, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:31:28.660370Z\", \"created\": \"2024-09-11T08:08:23.521010Z\", \"started\": \"2024-09-11T08:08:23.553394Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:20.493794Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:02.242155Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:23.960020Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:05:59.403788Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:02.978904Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:06:23.519719Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:29:53.009169Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:35.154509Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:30:28.551919Z\"}, \"rgw.r.z.smithi155.gxngma\": {\"deps\": [], \"last_config\": \"2024-09-11T08:08:21.668521Z\"}}, \"last_daemon_update\": \"2024-09-11T08:31:28.660556Z\", \"last_device_update\": \"2024-09-11T08:31:32.199776Z\", \"last_network_update\": \"2024-09-11T08:31:29.278194Z\", \"last_device_change\": \"2024-09-11T08:31:32.199773Z\", \"last_tuned_profile_update\": \"2024-09-11T08:31:17.483719Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-11T08:26:45.864870Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.211542+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.214562+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.294388+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.295393+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.296605+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.297966+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.298739+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.303064+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.304579+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.305378+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.309416+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.310709+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.311485+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.315139+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.316166+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.316940+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.296605+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.297966+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.298739+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.303064+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.crash"}]': finished 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.304579+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.305378+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.309416+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.310709+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.311485+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.315139+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.316166+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.316940+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.322390+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.323193+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.328332+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.329375+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.330149+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.334171+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.335154+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.335918+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.339434+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.340775+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.341498+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.342067+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.343015+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.322390+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.323193+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.328332+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.329375+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.330149+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]: dispatch 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.334171+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.iscsi"}]': finished 2024-09-11T08:31:33.316 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.335154+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.335918+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.339434+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "client.nfs"}]': finished 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.340775+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.341498+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.342067+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.343015+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.343717+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.344274+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.345157+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.345819+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.346358+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.347241+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.347920+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.348486+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.349268+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.349935+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.350481+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.351262+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.351938+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.318 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.352484+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.343717+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.344274+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.345157+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.345819+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.346358+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.347241+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.347920+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.348486+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.349268+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.349935+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.350481+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.351262+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.351938+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.352484+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.353077+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.353579+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.357466+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.358175+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.363363+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.364043+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:31:33.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.369025+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.369742+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.370266+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.375104+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.375813+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.376337+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.379854+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.380543+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.353077+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.353579+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:31:33.321 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.357466+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.358175+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.363363+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.364043+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.369025+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.369742+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.370266+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.375104+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.375813+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.376337+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.379854+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:31:33.322 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.380543+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.381085+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.384464+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.385093+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.388267+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.388920+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.389415+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.389894+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.390366+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.390843+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.391282+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.391747+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.395005+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:31:33.323 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.395899+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.398401+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.381085+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.384464+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.385093+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.388267+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.388920+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.389415+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.389894+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.390366+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.324 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.390843+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.391282+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.391747+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.395005+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.395899+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.398401+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.399972+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.402455+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.473500+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.325 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:32.476393+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.326 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.399972+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.326 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.402455+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:33.326 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.473500+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:31:33.326 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:32.476393+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:31:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.199764+0000 mgr.y (mgr.14916) 138 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-11T08:31:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.298540+0000 mgr.y (mgr.14916) 139 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:31:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.199764+0000 mgr.y (mgr.14916) 138 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-11T08:31:34.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.298540+0000 mgr.y (mgr.14916) 139 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.305175+0000 mgr.y (mgr.14916) 140 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.311281+0000 mgr.y (mgr.14916) 141 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.316734+0000 mgr.y (mgr.14916) 142 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.329966+0000 mgr.y (mgr.14916) 143 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.335727+0000 mgr.y (mgr.14916) 144 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.341311+0000 mgr.y (mgr.14916) 145 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.343538+0000 mgr.y (mgr.14916) 146 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.345646+0000 mgr.y (mgr.14916) 147 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.347746+0000 mgr.y (mgr.14916) 148 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.349760+0000 mgr.y (mgr.14916) 149 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.351765+0000 mgr.y (mgr.14916) 150 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.352911+0000 mgr.y (mgr.14916) 151 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cephadm 2024-09-11T08:31:32.395546+0000 mgr.y (mgr.14916) 152 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[23378]: cluster 2024-09-11T08:31:32.945786+0000 mgr.y (mgr.14916) 153 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:34.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.305175+0000 mgr.y (mgr.14916) 140 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.311281+0000 mgr.y (mgr.14916) 141 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.316734+0000 mgr.y (mgr.14916) 142 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.329966+0000 mgr.y (mgr.14916) 143 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.199764+0000 mgr.y (mgr.14916) 138 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.298540+0000 mgr.y (mgr.14916) 139 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.305175+0000 mgr.y (mgr.14916) 140 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.311281+0000 mgr.y (mgr.14916) 141 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.316734+0000 mgr.y (mgr.14916) 142 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:31:34.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.329966+0000 mgr.y (mgr.14916) 143 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.335727+0000 mgr.y (mgr.14916) 144 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.341311+0000 mgr.y (mgr.14916) 145 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.343538+0000 mgr.y (mgr.14916) 146 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.345646+0000 mgr.y (mgr.14916) 147 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.347746+0000 mgr.y (mgr.14916) 148 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.349760+0000 mgr.y (mgr.14916) 149 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.351765+0000 mgr.y (mgr.14916) 150 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.352911+0000 mgr.y (mgr.14916) 151 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cephadm 2024-09-11T08:31:32.395546+0000 mgr.y (mgr.14916) 152 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 bash[26113]: cluster 2024-09-11T08:31:32.945786+0000 mgr.y (mgr.14916) 153 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.199764+0000 mgr.y (mgr.14916) 138 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-11T08:31:34.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.298540+0000 mgr.y (mgr.14916) 139 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:31:34.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.305175+0000 mgr.y (mgr.14916) 140 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:31:34.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.311281+0000 mgr.y (mgr.14916) 141 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:31:34.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.316734+0000 mgr.y (mgr.14916) 142 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:31:34.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.329966+0000 mgr.y (mgr.14916) 143 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:31:34.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.335727+0000 mgr.y (mgr.14916) 144 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:31:34.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.341311+0000 mgr.y (mgr.14916) 145 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:31:34.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.343538+0000 mgr.y (mgr.14916) 146 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:31:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.345646+0000 mgr.y (mgr.14916) 147 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:31:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.347746+0000 mgr.y (mgr.14916) 148 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:31:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.349760+0000 mgr.y (mgr.14916) 149 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:31:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.351765+0000 mgr.y (mgr.14916) 150 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:31:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.352911+0000 mgr.y (mgr.14916) 151 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:31:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:31:32.395546+0000 mgr.y (mgr.14916) 152 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:31:34.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:32.945786+0000 mgr.y (mgr.14916) 153 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:34.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.335727+0000 mgr.y (mgr.14916) 144 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:31:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.341311+0000 mgr.y (mgr.14916) 145 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:31:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.343538+0000 mgr.y (mgr.14916) 146 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:31:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.345646+0000 mgr.y (mgr.14916) 147 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:31:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.347746+0000 mgr.y (mgr.14916) 148 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:31:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.349760+0000 mgr.y (mgr.14916) 149 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:31:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.351765+0000 mgr.y (mgr.14916) 150 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:31:34.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.352911+0000 mgr.y (mgr.14916) 151 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:31:34.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:31:32.395546+0000 mgr.y (mgr.14916) 152 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:31:34.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:32.945786+0000 mgr.y (mgr.14916) 153 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:35.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:34.946181+0000 mgr.y (mgr.14916) 154 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:35.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:35 smithi007 bash[23378]: cluster 2024-09-11T08:31:34.946181+0000 mgr.y (mgr.14916) 154 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:35.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:35 smithi007 bash[23378]: audit 2024-09-11T08:31:34.999936+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}, {\"id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043477.3924859, \"finished_at\": 1726043492.3957314, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:31:35.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:35 smithi007 bash[23378]: audit 2024-09-11T08:31:35.003366+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}, {\"id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043477.3924859, \"finished_at\": 1726043492.3957314, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:31:35.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:35 smithi007 bash[26113]: cluster 2024-09-11T08:31:34.946181+0000 mgr.y (mgr.14916) 154 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:35.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:35 smithi007 bash[26113]: audit 2024-09-11T08:31:34.999936+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}, {\"id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043477.3924859, \"finished_at\": 1726043492.3957314, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:31:35.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:35 smithi007 bash[26113]: audit 2024-09-11T08:31:35.003366+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}, {\"id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043477.3924859, \"finished_at\": 1726043492.3957314, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:31:35.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:34.946181+0000 mgr.y (mgr.14916) 154 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:35.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:34.999936+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}, {\"id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043477.3924859, \"finished_at\": 1726043492.3957314, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:31:35.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:35.003366+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}, {\"id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043477.3924859, \"finished_at\": 1726043492.3957314, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:31:35.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:34.999936+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}, {\"id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043477.3924859, \"finished_at\": 1726043492.3957314, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:31:35.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:35 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:35.003366+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"448140f0-bbe9-4a35-ba9d-41d8c6f738b2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726041943.3921874, \"finished_at\": 1726043334.98022, \"add_to_ceph_s:\": 1726041931.8791041}, {\"id\": \"41031bc9-ec41-4f3a-9daf-bb0f393c338c\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726041985.229335, \"finished_at\": 1726043334.9802253, \"add_to_ceph_s:\": 1726041972.864074}, {\"id\": \"24c32665-5b11-4b12-8661-7cdf5bb13c1a\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726042002.0667157, \"finished_at\": 1726043334.980228, \"add_to_ceph_s:\": 1726041991.106492}, {\"id\": \"69674e95-3c51-4f5e-9c71-c7c974214f61\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043340.9195473, \"finished_at\": 1726043452.1267784, \"add_to_ceph_s:\": true}, {\"id\": \"9a73fb98-3168-49cc-a86c-c2aa9eb6d6fa\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726043477.3924859, \"finished_at\": 1726043492.3957314, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:31:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:36.946989+0000 mgr.y (mgr.14916) 155 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:38.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:37 smithi007 bash[23378]: cluster 2024-09-11T08:31:36.946989+0000 mgr.y (mgr.14916) 155 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:36.946989+0000 mgr.y (mgr.14916) 155 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:38.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:37 smithi007 bash[26113]: cluster 2024-09-11T08:31:36.946989+0000 mgr.y (mgr.14916) 155 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:38.947390+0000 mgr.y (mgr.14916) 156 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:40.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:39 smithi007 bash[26113]: cluster 2024-09-11T08:31:38.947390+0000 mgr.y (mgr.14916) 156 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:39 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:38.947390+0000 mgr.y (mgr.14916) 156 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:40.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:39 smithi007 bash[23378]: cluster 2024-09-11T08:31:38.947390+0000 mgr.y (mgr.14916) 156 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:40.948038+0000 mgr.y (mgr.14916) 157 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:41 smithi007 bash[23378]: cluster 2024-09-11T08:31:40.948038+0000 mgr.y (mgr.14916) 157 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:40.948038+0000 mgr.y (mgr.14916) 157 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:42.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:41 smithi007 bash[26113]: cluster 2024-09-11T08:31:40.948038+0000 mgr.y (mgr.14916) 157 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:42.948562+0000 mgr.y (mgr.14916) 158 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:43 smithi007 bash[23378]: cluster 2024-09-11T08:31:42.948562+0000 mgr.y (mgr.14916) 158 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:43 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:42.948562+0000 mgr.y (mgr.14916) 158 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:44.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:43 smithi007 bash[26113]: cluster 2024-09-11T08:31:42.948562+0000 mgr.y (mgr.14916) 158 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:44.948981+0000 mgr.y (mgr.14916) 159 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:45 smithi007 bash[23378]: cluster 2024-09-11T08:31:44.948981+0000 mgr.y (mgr.14916) 159 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:44.948981+0000 mgr.y (mgr.14916) 159 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:45 smithi007 bash[26113]: cluster 2024-09-11T08:31:44.948981+0000 mgr.y (mgr.14916) 159 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:46.949965+0000 mgr.y (mgr.14916) 160 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:47.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:46 smithi007 bash[23378]: cluster 2024-09-11T08:31:46.949965+0000 mgr.y (mgr.14916) 160 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:46.949965+0000 mgr.y (mgr.14916) 160 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:47.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:46 smithi007 bash[26113]: cluster 2024-09-11T08:31:46.949965+0000 mgr.y (mgr.14916) 160 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:48.950463+0000 mgr.y (mgr.14916) 161 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:49 smithi007 bash[23378]: cluster 2024-09-11T08:31:48.950463+0000 mgr.y (mgr.14916) 161 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:49.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:49 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:48.950463+0000 mgr.y (mgr.14916) 161 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:49.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:49 smithi007 bash[26113]: cluster 2024-09-11T08:31:48.950463+0000 mgr.y (mgr.14916) 161 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:50.951100+0000 mgr.y (mgr.14916) 162 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:52.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:51 smithi007 bash[23378]: cluster 2024-09-11T08:31:50.951100+0000 mgr.y (mgr.14916) 162 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:52.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:50.951100+0000 mgr.y (mgr.14916) 162 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:52.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:51 smithi007 bash[26113]: cluster 2024-09-11T08:31:50.951100+0000 mgr.y (mgr.14916) 162 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:53.465 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:31:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:52.852982+0000 mgr.y (mgr.14916) 163 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:53 smithi007 bash[26113]: audit 2024-09-11T08:31:52.852982+0000 mgr.y (mgr.14916) 163 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:53 smithi007 bash[26113]: cluster 2024-09-11T08:31:52.951652+0000 mgr.y (mgr.14916) 164 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:52.951652+0000 mgr.y (mgr.14916) 164 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:54.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:52.852982+0000 mgr.y (mgr.14916) 163 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:54.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:53 smithi007 bash[23378]: audit 2024-09-11T08:31:52.852982+0000 mgr.y (mgr.14916) 163 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:54.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:53 smithi007 bash[23378]: cluster 2024-09-11T08:31:52.951652+0000 mgr.y (mgr.14916) 164 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:54.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:52.951652+0000 mgr.y (mgr.14916) 164 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:54.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:54.956541+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:31:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:54 smithi007 bash[26113]: audit 2024-09-11T08:31:54.956541+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:31:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:54 smithi007 bash[26113]: audit 2024-09-11T08:31:54.956725+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:31:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:54 smithi007 bash[26113]: audit 2024-09-11T08:31:54.956867+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:31:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:54 smithi007 bash[26113]: audit 2024-09-11T08:31:54.957008+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:31:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:54.956541+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:31:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:54.956725+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:31:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:54.956867+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:31:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:54.957008+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:31:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:54 smithi007 bash[23378]: audit 2024-09-11T08:31:54.956541+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:31:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:54 smithi007 bash[23378]: audit 2024-09-11T08:31:54.956725+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:31:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:54 smithi007 bash[23378]: audit 2024-09-11T08:31:54.956867+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:31:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:54 smithi007 bash[23378]: audit 2024-09-11T08:31:54.957008+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:31:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:54.956725+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:31:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:54.956867+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:31:55.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:54 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:54.957008+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:31:55.481 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (100s) 95s ago 24m 16.6M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (75s) 26s ago 24m 79.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (2m) 26s ago 27m 398M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (12m) 95s ago 29m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (29m) 95s ago 29m 210M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (31s) 26s ago 28m 24.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (28m) 95s ago 28m 182M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (2m) 95s ago 24m 7936k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (2m) 26s ago 24m 8190k - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (27m) 95s ago 27m 47.7M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:31:55.482 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (27m) 95s ago 27m 48.3M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (27m) 95s ago 27m 43.6M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (26m) 95s ago 26m 47.8M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (26m) 26s ago 26m 49.9M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (25m) 26s ago 26m 45.1M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (25m) 26s ago 25m 50.8M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (25m) 26s ago 25m 49.0M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (117s) 26s ago 24m 40.3M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (23m) 95s ago 23m 39.0M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:31:55.483 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (23m) 26s ago 23m 39.1M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:31:56.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: cluster 2024-09-11T08:31:54.951980+0000 mgr.y (mgr.14916) 165 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.472842+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.473220+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.473539+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.473846+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.474138+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.474423+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.476007+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.476324+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.476634+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.476924+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[26113]: audit 2024-09-11T08:31:55.477210+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:54.951980+0000 mgr.y (mgr.14916) 165 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.472842+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.473220+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.473539+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.473846+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.474138+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.474423+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.476007+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.476324+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.476634+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.476924+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.477210+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:54.951980+0000 mgr.y (mgr.14916) 165 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.472842+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: cluster 2024-09-11T08:31:54.951980+0000 mgr.y (mgr.14916) 165 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.472842+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.473220+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.473539+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.473846+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.474138+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.474423+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.476007+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.476324+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.476634+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.476924+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 bash[23378]: audit 2024-09-11T08:31:55.477210+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.473220+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.473539+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.473846+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.474138+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.474423+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.476007+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.476324+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.476634+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.476924+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:55 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.477210+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:31:56.202 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-11T08:31:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:55.471001+0000 mgr.y (mgr.14916) 166 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:56 smithi007 bash[23378]: audit 2024-09-11T08:31:55.471001+0000 mgr.y (mgr.14916) 166 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:57.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:56 smithi007 bash[26113]: audit 2024-09-11T08:31:55.471001+0000 mgr.y (mgr.14916) 166 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:55.471001+0000 mgr.y (mgr.14916) 166 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:56.952737+0000 mgr.y (mgr.14916) 167 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:57 smithi007 bash[23378]: cluster 2024-09-11T08:31:56.952737+0000 mgr.y (mgr.14916) 167 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:57 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:56.952737+0000 mgr.y (mgr.14916) 167 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:57 smithi007 bash[26113]: cluster 2024-09-11T08:31:56.952737+0000 mgr.y (mgr.14916) 167 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:58.410 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:31:58.951 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c '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}'"'"')' 2024-09-11T08:31:59.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:59 smithi007 bash[26113]: audit 2024-09-11T08:31:58.399443+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.7:0/1825985258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:59.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:59 smithi007 bash[26113]: cluster 2024-09-11T08:31:58.953156+0000 mgr.y (mgr.14916) 168 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:59.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:31:58.399443+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.7:0/1825985258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:59.189 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:31:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:31:58.953156+0000 mgr.y (mgr.14916) 168 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:59.190 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:31:58.399443+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.7:0/1825985258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:59.190 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:59 smithi007 bash[23378]: audit 2024-09-11T08:31:58.399443+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.7:0/1825985258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:31:59.190 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:59 smithi007 bash[23378]: cluster 2024-09-11T08:31:58.953156+0000 mgr.y (mgr.14916) 168 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:59.190 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:31:58 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:31:58.953156+0000 mgr.y (mgr.14916) 168 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.850401+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.850401+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.850741+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.851011+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.851272+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.851539+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.851791+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.853343+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.853609+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.853861+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.854108+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[26113]: audit 2024-09-11T08:32:00.854354+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.850741+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.851011+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.851272+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.850401+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.850401+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.850741+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.851011+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.851272+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.851539+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.851791+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.853343+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.853609+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.853861+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.854108+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 bash[23378]: audit 2024-09-11T08:32:00.854354+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.850741+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.851011+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.851272+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.851539+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.851791+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.853343+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.853609+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.853861+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.854108+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.854354+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.851539+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.851791+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.853343+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.853609+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.853861+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.854108+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:01.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.854354+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:02.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:00.848576+0000 mgr.y (mgr.14916) 169 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:02.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:01 smithi007 bash[23378]: audit 2024-09-11T08:32:00.848576+0000 mgr.y (mgr.14916) 169 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:02.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:01 smithi007 bash[23378]: cluster 2024-09-11T08:32:00.953997+0000 mgr.y (mgr.14916) 170 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:02.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:32:00.953997+0000 mgr.y (mgr.14916) 170 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:02.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:00.848576+0000 mgr.y (mgr.14916) 169 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:02.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:01 smithi007 bash[26113]: audit 2024-09-11T08:32:00.848576+0000 mgr.y (mgr.14916) 169 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:02.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:01 smithi007 bash[26113]: cluster 2024-09-11T08:32:00.953997+0000 mgr.y (mgr.14916) 170 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:02.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:00.953997+0000 mgr.y (mgr.14916) 170 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:02.502 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:03.240 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[23378]: audit 2024-09-11T08:32:01.215310+0000 mgr.y (mgr.14916) 171 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi007", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:03.240 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:01.215310+0000 mgr.y (mgr.14916) 171 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi007", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:03.240 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[23378]: audit 2024-09-11T08:32:02.498368+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"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\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:32:03.240 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[23378]: audit 2024-09-11T08:32:02.501936+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"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\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:32:03.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[23378]: audit 2024-09-11T08:32:02.504021+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:32:03.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[23378]: audit 2024-09-11T08:32:02.507550+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:32:03.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:02.498368+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"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\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:32:03.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:02.501936+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"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\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:32:03.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:02.504021+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:32:03.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:02.507550+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:32:03.241 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[26113]: audit 2024-09-11T08:32:01.215310+0000 mgr.y (mgr.14916) 171 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi007", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:03.241 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[26113]: audit 2024-09-11T08:32:02.498368+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"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\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:32:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[26113]: audit 2024-09-11T08:32:02.501936+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"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\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:32:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[26113]: audit 2024-09-11T08:32:02.504021+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:32:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 bash[26113]: audit 2024-09-11T08:32:02.507550+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:32:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:01.215310+0000 mgr.y (mgr.14916) 171 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi007", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:02.498368+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"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\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:32:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:02.501936+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"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\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:32:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:02.504021+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:32:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:02.507550+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:32:03.256 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:32:04.164 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:32:02.497673+0000 mgr.y (mgr.14916) 172 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:04.164 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:03 smithi007 bash[23378]: cephadm 2024-09-11T08:32:02.497673+0000 mgr.y (mgr.14916) 172 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:04.164 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:03 smithi007 bash[23378]: cephadm 2024-09-11T08:32:02.589967+0000 mgr.y (mgr.14916) 173 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:04.164 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:03 smithi007 bash[23378]: cluster 2024-09-11T08:32:02.954386+0000 mgr.y (mgr.14916) 174 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:04.164 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:32:02.589967+0000 mgr.y (mgr.14916) 173 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:04.164 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:32:02.954386+0000 mgr.y (mgr.14916) 174 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:04.164 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:03 smithi007 bash[26113]: cephadm 2024-09-11T08:32:02.497673+0000 mgr.y (mgr.14916) 172 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:04.164 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:03 smithi007 bash[26113]: cephadm 2024-09-11T08:32:02.589967+0000 mgr.y (mgr.14916) 173 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:04.165 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:03 smithi007 bash[26113]: cluster 2024-09-11T08:32:02.954386+0000 mgr.y (mgr.14916) 174 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:04.165 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:02.497673+0000 mgr.y (mgr.14916) 172 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:04.165 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:02.589967+0000 mgr.y (mgr.14916) 173 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:04.165 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:02.954386+0000 mgr.y (mgr.14916) 174 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:05.247 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.827663+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:32:05.247 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.831042+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:32:05.247 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.827663+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:32:05.247 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.831042+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.832885+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.833990+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.838065+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.839460+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.840223+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.845568+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.846555+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[23378]: audit 2024-09-11T08:32:04.847164+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.832885+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.833990+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.838065+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:32:05.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.839460+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.840223+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.845568+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.846555+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:04.847164+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.827663+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.831042+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.832885+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.833990+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.838065+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:32:05.249 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.839460+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.840223+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.845568+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.846555+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 bash[26113]: audit 2024-09-11T08:32:04.847164+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.827663+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.831042+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"progress_id\": \"5829e738-0b35-4a99-a23d-d09350f39a8c\", \"target_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"target_version\": \"17.2.7-1623-gd0e6828a\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi007\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.832885+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.833990+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.838065+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.839460+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.840223+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:32:05.250 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.845568+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:32:05.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.846555+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:05.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:04 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:04.847164+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-11T08:32:05.975 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:32:06.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:32:04.831490+0000 mgr.y (mgr.14916) 175 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:06.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[23378]: cephadm 2024-09-11T08:32:04.831490+0000 mgr.y (mgr.14916) 175 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:06.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[23378]: cephadm 2024-09-11T08:32:04.831550+0000 mgr.y (mgr.14916) 176 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[23378]: cephadm 2024-09-11T08:32:04.840040+0000 mgr.y (mgr.14916) 177 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[23378]: cephadm 2024-09-11T08:32:04.847573+0000 mgr.y (mgr.14916) 178 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[23378]: cluster 2024-09-11T08:32:04.954776+0000 mgr.y (mgr.14916) 179 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:32:04.831550+0000 mgr.y (mgr.14916) 176 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:32:04.840040+0000 mgr.y (mgr.14916) 177 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:32:04.847573+0000 mgr.y (mgr.14916) 178 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:32:04.954776+0000 mgr.y (mgr.14916) 179 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:04.831490+0000 mgr.y (mgr.14916) 175 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[26113]: cephadm 2024-09-11T08:32:04.831490+0000 mgr.y (mgr.14916) 175 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:06.062 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[26113]: cephadm 2024-09-11T08:32:04.831550+0000 mgr.y (mgr.14916) 176 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:06.063 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[26113]: cephadm 2024-09-11T08:32:04.840040+0000 mgr.y (mgr.14916) 177 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:32:06.063 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[26113]: cephadm 2024-09-11T08:32:04.847573+0000 mgr.y (mgr.14916) 178 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:32:06.063 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 bash[26113]: cluster 2024-09-11T08:32:04.954776+0000 mgr.y (mgr.14916) 179 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:06.063 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:04.831550+0000 mgr.y (mgr.14916) 176 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:06.063 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:04.840040+0000 mgr.y (mgr.14916) 177 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:32:06.063 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:04.847573+0000 mgr.y (mgr.14916) 178 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:32:06.063 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:04.954776+0000 mgr.y (mgr.14916) 179 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:06.673 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:32:06.673 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (111s) 106s ago 24m 16.6M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:32:06.673 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (86s) 38s ago 24m 79.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:32:06.673 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (2m) 38s ago 28m 398M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:32:06.673 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (12m) 106s ago 29m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:32:06.673 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (29m) 106s ago 29m 210M 2048M 15.2.0 204a01f9b0b6 a2fa6bf38ebf 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (43s) 38s ago 28m 24.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (28m) 106s ago 28m 182M 2048M 15.2.0 204a01f9b0b6 6b8400224c35 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (2m) 106s ago 25m 7936k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (2m) 38s ago 25m 8190k - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (27m) 106s ago 27m 47.7M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (27m) 106s ago 27m 48.3M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (27m) 106s ago 27m 43.6M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (26m) 106s ago 26m 47.8M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:32:06.674 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (26m) 38s ago 26m 49.9M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:32:06.675 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (26m) 38s ago 26m 45.1M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:32:06.675 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (25m) 38s ago 26m 50.8M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:32:06.675 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (25m) 38s ago 25m 49.0M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:32:06.675 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (2m) 38s ago 25m 40.3M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:32:06.675 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (23m) 106s ago 23m 39.0M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:32:06.675 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (23m) 38s ago 23m 39.1M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:32:07.109 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:32:07.109 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:32:07.109 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-11T08:32:07.109 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": {}, 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2024-09-11T08:32:07.110 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:32:07.111 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:32:07.111 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:32:07.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:05.963465+0000 mgr.y (mgr.14916) 180 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:07.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:05.963465+0000 mgr.y (mgr.14916) 180 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:07.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.576734+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]: dispatch 2024-09-11T08:32:07.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.581109+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]': finished 2024-09-11T08:32:07.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.581807+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:07.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.582319+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:07.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.582859+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:07.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.583814+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.664491+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.664836+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.665105+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.665383+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.665663+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.665956+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.667536+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:05.963465+0000 mgr.y (mgr.14916) 180 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:07.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:05.963465+0000 mgr.y (mgr.14916) 180 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.576734+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.581109+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]': finished 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.581807+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.582319+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.582859+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.583814+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.664491+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.664836+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.665105+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.665383+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.665663+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.665956+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.212 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.667536+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.667823+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.668093+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.668356+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[23378]: audit 2024-09-11T08:32:06.668650+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.576734+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]: dispatch 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.581109+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]': finished 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.581807+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.582319+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:07.213 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.582859+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.583814+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.664491+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.664836+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.665105+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.665383+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.665663+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.667823+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.668093+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.668356+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 bash[26113]: audit 2024-09-11T08:32:06.668650+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.214 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.576734+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.581109+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]': finished 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.581807+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.582319+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.582859+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.583814+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.664491+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.664836+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.665105+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.665383+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.215 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.665663+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.665956+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.667536+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.667823+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.668093+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.668356+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.668650+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.665956+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.667536+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.667823+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.668093+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.216 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.668356+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.217 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:06 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.668650+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:07.465 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:32:07.466 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:32:07.466 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:32:07.466 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi007", 2024-09-11T08:32:07.466 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:32:07.466 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "0/2 daemons upgraded", 2024-09-11T08:32:07.466 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:32:07.466 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:32:07.466 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:32:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[26113]: audit 2024-09-11T08:32:06.317844+0000 mgr.y (mgr.14916) 181 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[26113]: cephadm 2024-09-11T08:32:06.576382+0000 mgr.y (mgr.14916) 182 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[26113]: cephadm 2024-09-11T08:32:06.583532+0000 mgr.y (mgr.14916) 183 : cephadm [INF] Deploying daemon mon.a on smithi007 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[26113]: audit 2024-09-11T08:32:06.662630+0000 mgr.y (mgr.14916) 184 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[26113]: cluster 2024-09-11T08:32:06.955390+0000 mgr.y (mgr.14916) 185 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[26113]: audit 2024-09-11T08:32:07.107915+0000 mon.a (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.7:0/358787573' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.317844+0000 mgr.y (mgr.14916) 181 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:06.576382+0000 mgr.y (mgr.14916) 182 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:06.583532+0000 mgr.y (mgr.14916) 183 : cephadm [INF] Deploying daemon mon.a on smithi007 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:06.662630+0000 mgr.y (mgr.14916) 184 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:06.955390+0000 mgr.y (mgr.14916) 185 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:08.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:07.107915+0000 mon.a (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.7:0/358787573' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.317844+0000 mgr.y (mgr.14916) 181 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:32:06.576382+0000 mgr.y (mgr.14916) 182 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[23378]: audit 2024-09-11T08:32:06.317844+0000 mgr.y (mgr.14916) 181 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[23378]: cephadm 2024-09-11T08:32:06.576382+0000 mgr.y (mgr.14916) 182 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[23378]: cephadm 2024-09-11T08:32:06.583532+0000 mgr.y (mgr.14916) 183 : cephadm [INF] Deploying daemon mon.a on smithi007 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[23378]: audit 2024-09-11T08:32:06.662630+0000 mgr.y (mgr.14916) 184 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[23378]: cluster 2024-09-11T08:32:06.955390+0000 mgr.y (mgr.14916) 185 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 bash[23378]: audit 2024-09-11T08:32:07.107915+0000 mon.a (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.7:0/358787573' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cephadm 2024-09-11T08:32:06.583532+0000 mgr.y (mgr.14916) 183 : cephadm [INF] Deploying daemon mon.a on smithi007 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:06.662630+0000 mgr.y (mgr.14916) 184 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: cluster 2024-09-11T08:32:06.955390+0000 mgr.y (mgr.14916) 185 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: audit 2024-09-11T08:32:07.107915+0000 mon.a (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.7:0/358787573' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:08.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:08 smithi007 systemd[1]: Stopping Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:32:08.635 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:32:08.328+0000 7f660f6ad700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:32:08.635 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a[23410]: debug 2024-09-11T08:32:08.328+0000 7f660f6ad700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-11T08:32:08.635 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:08 smithi007 bash[23378]: debug 2024-09-11T08:32:08.328+0000 7f660f6ad700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:32:08.636 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:08 smithi007 bash[23378]: debug 2024-09-11T08:32:08.328+0000 7f660f6ad700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-11T08:32:08.636 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:08 smithi007 podman[23378]: 2024-09-11 08:32:08.373756429 +0000 UTC m=+1764.180922265 container died a2fa6bf38ebf854f12c223fb8ad7bdf2bf4d3d16c8da4d6c9646d46031170e2b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:32:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:08 smithi007 podman[58781]: 2024-09-11 08:32:08.751716566 +0000 UTC m=+0.541626651 container cleanup a2fa6bf38ebf854f12c223fb8ad7bdf2bf4d3d16c8da4d6c9646d46031170e2b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, RELEASE=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_BRANCH=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.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS) 2024-09-11T08:32:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:08 smithi007 bash[58781]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a 2024-09-11T08:32:09.430 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:09 smithi007 podman[23378]: 2024-09-11 08:32:09.145159287 +0000 UTC m=+1764.952325116 container remove a2fa6bf38ebf854f12c223fb8ad7bdf2bf4d3d16c8da4d6c9646d46031170e2b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.a, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, 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, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, ceph=True) 2024-09-11T08:32:09.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:09 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-11T08:32:09.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:09 smithi007 systemd[1]: Stopped Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:32:09.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:09 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a.service: Consumed 2.708s CPU time. 2024-09-11T08:32:09.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:09 smithi007 systemd[1]: Starting Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:32:10.248 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:09 smithi007 podman[58932]: 2024-09-11 08:32:09.781017498 +0000 UTC m=+0.016233843 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:10.249 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:09 smithi007 podman[58932]: 2024-09-11 08:32:09.887995501 +0000 UTC m=+0.123211837 container create 61a3417ed7336b5fd19737e0939638d9e022fe2225eaa2f5f863b12004ec6765 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-11T08:32:10.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 podman[58932]: 2024-09-11 08:32:10.249031154 +0000 UTC m=+0.484247492 container init 61a3417ed7336b5fd19737e0939638d9e022fe2225eaa2f5f863b12004ec6765 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-11T08:32:10.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 podman[58932]: 2024-09-11 08:32:10.252575845 +0000 UTC m=+0.487792182 container start 61a3417ed7336b5fd19737e0939638d9e022fe2225eaa2f5f863b12004ec6765 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-11T08:32:10.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:32:10.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 2 2024-09-11T08:32:10.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: pidfile_write: ignore empty --pid-file 2024-09-11T08:32:10.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: load: jerasure load: lrc 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: RocksDB version: 6.15.5 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Compile date Sep 10 2024 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: DB SUMMARY 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: DB Session ID: LR33MY1OFEC3459QUAZI 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: CURRENT file: CURRENT 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: MANIFEST file: MANIFEST-000008 size: 2763 Bytes 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000065.sst 000066.sst 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000063.log size: 9479010 ; 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.error_if_exists: 0 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.create_if_missing: 0 2024-09-11T08:32:10.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.paranoid_checks: 1 2024-09-11T08:32:10.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:32:10.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.env: 0x564ade85b440 2024-09-11T08:32:10.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.fs: Posix File System 2024-09-11T08:32:10.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.info_log: 0x564adfd9aec0 2024-09-11T08:32:10.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:32:10.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.statistics: (nil) 2024-09-11T08:32:10.541 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.use_fsync: 0 2024-09-11T08:32:10.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_log_file_size: 0 2024-09-11T08:32:10.542 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.allow_fallocate: 1 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.use_direct_reads: 0 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.db_log_dir: 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T08:32:10.543 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.write_buffer_manager: 0x564adfe58780 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:32:10.544 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.unordered_write: 0 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.row_cache: None 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.wal_filter: None 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:32:10.545 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.preserve_deletes: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.two_write_queues: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.atomic_flush: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.log_readahead_size: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:32:10.546 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_background_jobs: 2 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_background_compactions: -1 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_subcompactions: 1 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_open_files: -1 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:32:10.547 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_background_flushes: -1 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Compression algorithms supported: 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: kZSTD supported: 0 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: kXpressCompression supported: 0 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: kBZip2Compression supported: 0 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: kLZ4Compression supported: 1 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: kZlibCompression supported: 1 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: kSnappyCompression supported: 1 2024-09-11T08:32:10.548 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.merge_operator: 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_filter: None 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564adfd41a38) 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout: cache_index_and_filter_blocks: 1 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:32:10.549 INFO:journalctl@ceph.mon.a.smithi007.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: pin_top_level_index_and_filter: 1 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: index_type: 0 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: data_block_index_type: 0 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: index_shortening: 1 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: hash_index_allow_collision: 1 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: checksum: 1 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: no_block_cache: 0 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_cache: 0x564adfd771f0 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_cache_name: BinnedLRUCache 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_cache_options: 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: capacity : 536870912 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: num_shard_bits : 4 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: strict_capacity_limit : 0 2024-09-11T08:32:10.550 INFO:journalctl@ceph.mon.a.smithi007.stdout: high_pri_pool_ratio: 0.000 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_cache_compressed: (nil) 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: persistent_cache: (nil) 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_size: 4096 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_size_deviation: 10 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_restart_interval: 16 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: index_block_restart_interval: 1 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: metadata_block_size: 4096 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: partition_filters: 0 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: use_delta_encoding: 1 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: whole_key_filtering: 1 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: verify_compression: 0 2024-09-11T08:32:10.551 INFO:journalctl@ceph.mon.a.smithi007.stdout: read_amp_bytes_per_bit: 0 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout: format_version: 4 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout: enable_index_compression: 1 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout: block_align: 0 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compression: NoCompression 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.num_levels: 7 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:32:10.552 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:32:10.553 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:32:10.554 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:32:10.555 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.inplace_update_support: 0 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.bloom_locality: 0 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.max_successive_merges: 0 2024-09-11T08:32:10.556 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.ttl: 2592000 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.enable_blob_files: false 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.min_blob_size: 0 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 68, last_sequence is 23102, log_number is 63,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 63 2024-09-11T08:32:10.557 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/version_set.cc:4082] Creating manifest 68 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726043530276676, "job": 1, "event": "recovery_started", "wal_files": [63]} 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #63 mode 2 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726043530295011, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 69, "file_size": 9324022, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 9315353, "index_size": 6358, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1349, "raw_key_size": 12147, "raw_average_key_size": 24, "raw_value_size": 9301084, "raw_average_value_size": 18904, "num_data_blocks": 269, "num_entries": 492, "num_deletions": 7, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726043530, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "308006b7-df21-4403-b505-8c31ae49fa21", "db_session_id": "LR33MY1OFEC3459QUAZI"}} 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/version_set.cc:4082] Creating manifest 70 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726043530295458, "job": 1, "event": "recovery_finished"} 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000063.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x564adfdaa700 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: DB pointer 0x564adfd7a000 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** DB Stats ** 2024-09-11T08:32:10.558 INFO:journalctl@ceph.mon.a.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** Compaction Stats [default] ** 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: L0 1/0 8.89 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 867.2 0.01 0.00 1 0.010 0 0 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: L6 2/0 96.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:32:10.559 INFO:journalctl@ceph.mon.a.smithi007.stdout: Sum 3/0 105.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 867.2 0.01 0.00 1 0.010 0 0 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 867.2 0.01 0.00 1 0.010 0 0 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** Compaction Stats [default] ** 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 867.2 0.01 0.00 1 0.010 0 0 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: Flush(GB): cumulative 0.009, interval 0.009 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:32:10.560 INFO:journalctl@ceph.mon.a.smithi007.stdout: Cumulative compaction: 0.01 GB write, 411.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: Interval compaction: 0.01 GB write, 411.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** Compaction Stats [default] ** 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: L0 1/0 8.89 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 867.2 0.01 0.00 1 0.010 0 0 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: L6 2/0 96.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: Sum 3/0 105.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 867.2 0.01 0.00 1 0.010 0 0 2024-09-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.561 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** Compaction Stats [default] ** 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 867.2 0.01 0.00 1 0.010 0 0 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: Flush(GB): cumulative 0.009, interval 0.000 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: Cumulative compaction: 0.01 GB write, 410.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.562 INFO:journalctl@ceph.mon.a.smithi007.stdout: 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-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: starting mon.a rank 0 at public addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] at bind addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: mon.a@-1(???) e3 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: mon.a@-1(???).mds e1 new map 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: mon.a@-1(???).mds e1 print_map 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout: e1 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout: legacy client fscid: -1 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout: 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout: No filesystems configured 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: mon.a@-1(???).osd e68 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: mon.a@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:32:10.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: mon.a@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:32:10.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: mon.a@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:32:10.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 ceph-mon[58951]: mon.a@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2024-09-11T08:32:10.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 bash[58932]: 61a3417ed7336b5fd19737e0939638d9e022fe2225eaa2f5f863b12004ec6765 2024-09-11T08:32:10.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:10 smithi007 systemd[1]: Started Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:32:12.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: ignoring --setuser ceph since I am not root 2024-09-11T08:32:12.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: ignoring --setgroup ceph since I am not root 2024-09-11T08:32:12.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-mgr[44734]: -- 172.21.15.7:0/2304432075 <== mon.0 v2:172.21.15.7:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56149d772340 con 0x56149d77e800 2024-09-11T08:32:12.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:11.886+0000 7f01ebf92ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:32:12.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:11.943+0000 7f01ebf92ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:32:12.040 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:12.011+0000 7f01ebf92ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:32:12.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:08.334463+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:32:12.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:08.335762+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: audit 2024-09-11T08:32:08.334463+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: audit 2024-09-11T08:32:08.335762+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: audit 2024-09-11T08:32:08.336007+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:08.955633+0000 mgr.y (mgr.14916) 187 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: audit 2024-09-11T08:32:10.366357+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: audit 2024-09-11T08:32:10.366947+0000 mon.c (mon.1) 53 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:10.956205+0000 mgr.y (mgr.14916) 188 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:11.708711+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:11.710824+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:11.715497+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:11.716118+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:32:12.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:11.716159+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:11.717218+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e36: y(active, since 3m), standbys: x 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:08.336007+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:11.717778+0000 mon.a (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: cluster 2024-09-11T08:32:11.727815+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e37: y(active, since 3m), standbys: x 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 bash[26113]: audit 2024-09-11T08:32:11.737170+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.14916 ' entity='' 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:08.955633+0000 mgr.y (mgr.14916) 187 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:10.366357+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:10.366947+0000 mon.c (mon.1) 53 : audit [INF] from='mgr.14916 172.21.15.7:0/461620522' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi007.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"447.13 GB\", \"locked\": 1, \"model\": \"INTEL SSDPED1D480GA\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:30:26.966904Z\", \"lvs\": [{\"block_uuid\": \"nfK99X-sekD-U6sX-PcPv-a6eh-zv3L-rXdxHt\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"d89e516f-8067-482c-a8f6-bc8528bf6f1a\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"yDvB54-vd1w-Akax-cBdr-X0gS-Szun-Q81fl0\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"17711512-7b55-4fdc-9a9e-8fb1c4445e35\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"6mtvr0-PqEr-882U-BntP-8nga-8agd-ivbBRk\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"8a5e122d-2809-4e3d-a0d4-f58a4ed9daf2\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"2mMRWk-gtCY-1EmG-k91a-vUz3-z891-aqOksC\", \"cluster_fsid\": \"1d8402f0-7014-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd5f50df-511a-4813-9c69-fc4062c8282e\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300GE480DGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN04\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:30:26.966921Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W4HPND\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:10.956205+0000 mgr.y (mgr.14916) 188 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:11.708711+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T08:32:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:11.710824+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:32:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:11.715497+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:11.716118+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:32:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:11.716159+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:32:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:11.717218+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e36: y(active, since 3m), standbys: x 2024-09-11T08:32:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:11.717778+0000 mon.a (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-09-11T08:32:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:11.727815+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e37: y(active, since 3m), standbys: x 2024-09-11T08:32:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:11 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:11.737170+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.14916 ' entity='' 2024-09-11T08:32:12.109 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: ignoring --setuser ceph since I am not root 2024-09-11T08:32:12.109 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: ignoring --setgroup ceph since I am not root 2024-09-11T08:32:12.109 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:11.866+0000 7fe248c15ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:32:12.110 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:11.921+0000 7fe248c15ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:32:12.110 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:11 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:11.987+0000 7fe248c15ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:32:12.110 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:12.108+0000 7fe248c15ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:32:12.510 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:12.252+0000 7fe248c15ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:32:12.538 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:12.142+0000 7f01ebf92ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:32:12.539 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:12.286+0000 7f01ebf92ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:32:13.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:12.521+0000 7fe248c15ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:32:13.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:12.585+0000 7fe248c15ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:32:13.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:12 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:12.754+0000 7fe248c15ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:32:13.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:12.558+0000 7f01ebf92ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:32:13.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:12.621+0000 7f01ebf92ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:32:13.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:12.795+0000 7f01ebf92ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:32:14.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:13.625+0000 7fe248c15ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:32:14.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:13 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:13.690+0000 7fe248c15ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:32:14.038 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:13 smithi007 bash[26113]: cluster 2024-09-11T08:32:12.730661+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e38: y(active, since 3m), standbys: x 2024-09-11T08:32:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:12.730661+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e38: y(active, since 3m), standbys: x 2024-09-11T08:32:14.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:13.691+0000 7f01ebf92ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:32:14.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:13 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:13.760+0000 7f01ebf92ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:32:14.695 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:14.402+0000 7fe248c15ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:32:14.695 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:14.515+0000 7fe248c15ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:32:14.695 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:14.634+0000 7fe248c15ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:32:14.695 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:14.694+0000 7fe248c15ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:32:14.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:14.516+0000 7f01ebf92ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:32:14.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:14.634+0000 7f01ebf92ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:32:14.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:14.764+0000 7f01ebf92ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:32:15.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:14.821+0000 7fe248c15ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:32:15.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:14.887+0000 7fe248c15ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:32:15.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:14 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:14.944+0000 7fe248c15ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:32:15.091 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:14.827+0000 7f01ebf92ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:32:15.091 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:14.960+0000 7f01ebf92ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:32:15.092 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:15.030+0000 7f01ebf92ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:32:15.092 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:15.091+0000 7f01ebf92ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:32:15.379 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:15.234+0000 7f01ebf92ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:32:15.379 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:15.301+0000 7f01ebf92ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:32:15.379 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:15.379+0000 7f01ebf92ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:32:15.379 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:15.079+0000 7fe248c15ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:32:15.380 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:15.142+0000 7fe248c15ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:32:15.380 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:15.208+0000 7fe248c15ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:32:15.380 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:15.290+0000 7fe248c15ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:32:15.380 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:15.379+0000 7fe248c15ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:32:15.760 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:15 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:15.439+0000 7fe248c15ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:32:15.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:15.471+0000 7f01ebf92ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:32:15.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:15.533+0000 7f01ebf92ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:32:15.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:15 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:15.593+0000 7f01ebf92ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:32:16.510 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:32:16 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x[43633]: 2024-09-11T08:32:16.193+0000 7fe248c15ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:32:16.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:16.387+0000 7f01ebf92ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:32:16.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:16.195945+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:32:16.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 bash[26113]: cluster 2024-09-11T08:32:16.195945+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:32:16.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 bash[26113]: cluster 2024-09-11T08:32:16.196032+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:32:16.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 bash[26113]: audit 2024-09-11T08:32:16.196972+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.155:0/1912396200' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:32:16.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 bash[26113]: audit 2024-09-11T08:32:16.197756+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/1912396200' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:32:16.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 bash[26113]: audit 2024-09-11T08:32:16.198491+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/1912396200' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:32:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 bash[26113]: audit 2024-09-11T08:32:16.198724+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.155:0/1912396200' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:32:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:16.196032+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:32:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:16.196972+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.155:0/1912396200' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:32:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:16.197756+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/1912396200' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:32:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:16.198491+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/1912396200' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:32:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:16.198724+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.155:0/1912396200' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:32:17.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:16.314482+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e39: y(active, since 3m), standbys: x 2024-09-11T08:32:17.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:16.389516+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:32:17.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 bash[26113]: cluster 2024-09-11T08:32:16.314482+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e39: y(active, since 3m), standbys: x 2024-09-11T08:32:17.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 bash[26113]: cluster 2024-09-11T08:32:16.389516+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:32:17.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 bash[26113]: cluster 2024-09-11T08:32:16.389799+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-11T08:32:17.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 bash[26113]: cluster 2024-09-11T08:32:16.395719+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:17.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 bash[26113]: cluster 2024-09-11T08:32:16.396301+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e40: y(active, starting, since 0.00657981s), standbys: x 2024-09-11T08:32:17.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:16.389799+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-11T08:32:17.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:16.395719+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:17.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:16.396301+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e40: y(active, starting, since 0.00657981s), standbys: x 2024-09-11T08:32:22.683 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:22.493+0000 7f01d0524640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-11T08:32:22.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.399187+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:32:22.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.399359+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:32:22.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.399187+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.399359+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.399506+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.400778+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.400952+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.401276+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.401514+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.401709+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.401932+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.402138+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.402344+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.402629+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:32:22.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.402893+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:32:22.685 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.403134+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:32:22.685 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.403305+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:32:22.685 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.403729+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:32:22.685 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.399506+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:32:22.685 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.404561+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.405644+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.406037+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.406353+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.406696+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.407013+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.407318+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.407658+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.408013+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.408321+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.408684+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.400778+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.408986+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:32:22.686 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.409271+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.409571+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.409866+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi155/grafana_crt"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.410181+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi155/grafana_key"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.410496+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.410803+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.411089+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.411372+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.411678+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.411965+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.400952+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.412273+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.412629+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:32:22.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.412969+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.413307+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.413686+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.414044+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.414373+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.414740+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.415066+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.401276+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.415410+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: audit 2024-09-11T08:32:22.415750+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 bash[26113]: cluster 2024-09-11T08:32:22.423015+0000 mon.a (mon.0) 67 : cluster [INF] Manager daemon y is now available 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.401514+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.401709+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:32:22.688 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.401932+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.402138+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.402344+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.402629+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.402893+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.403134+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.403305+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.403729+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.404561+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.405644+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPED1D480GA_PHMB751300GE480DGN"}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.406037+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.406353+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.406696+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:32:22.689 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.407013+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.407318+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.407658+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.408013+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi007.devices.0"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.408321+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.408684+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.408986+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.409271+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.409571+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:32:22.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.409866+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi155/grafana_crt"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.410181+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi155/grafana_key"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.410496+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.410803+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.411089+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.411372+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.411678+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.411965+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.412273+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.412629+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.412969+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.413307+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:32:22.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.413686+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:32:22.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.414044+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:32:22.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.414373+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:32:22.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.414740+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:32:22.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.415066+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:32:22.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.415410+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:32:22.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.415750+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:32:22.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:22 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:22.423015+0000 mon.a (mon.0) 67 : cluster [INF] Manager daemon y is now available 2024-09-11T08:32:23.760 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.474731+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:22.482378+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 bash[26113]: audit 2024-09-11T08:32:22.474731+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 bash[26113]: cluster 2024-09-11T08:32:22.482378+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 bash[26113]: cluster 2024-09-11T08:32:22.495151+0000 mgr.y (mgr.54108) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 bash[26113]: audit 2024-09-11T08:32:22.495365+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 bash[26113]: audit 2024-09-11T08:32:22.721509+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 bash[26113]: audit 2024-09-11T08:32:22.729038+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:22.495151+0000 mgr.y (mgr.54108) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:23.761 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.495365+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:32:23.762 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.721509+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:23.762 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:22.729038+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:25.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:25.138+0000 7f0192d9c640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:32:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:32:25.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: Traceback (most recent call last): 2024-09-11T08:32:25.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:32:25.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._connections.run(self.expiration_interval) 2024-09-11T08:32:25.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._run(expiration_interval) 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: s = self.context.wrap_socket( 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: return self.sslsocket_class._create( 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self.do_handshake() 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:32:25.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: self._sslobj.do_handshake() 2024-09-11T08:32:25.291 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:32:25.291 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:25.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:24.402691+0000 mgr.y (mgr.54108) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:25.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:24.486655+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:32:25.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:25 smithi007 bash[26113]: cluster 2024-09-11T08:32:24.402691+0000 mgr.y (mgr.54108) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:25.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:25 smithi007 bash[26113]: cluster 2024-09-11T08:32:24.486655+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:32:25.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:25 smithi007 bash[26113]: audit 2024-09-11T08:32:25.140984+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:25.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:25 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:25.140984+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:26.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:25.016422+0000 mgr.y (mgr.54108) 3 : cephadm [INF] [11/Sep/2024:08:32:25] ENGINE Bus STARTING 2024-09-11T08:32:26.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: cephadm 2024-09-11T08:32:25.016422+0000 mgr.y (mgr.54108) 3 : cephadm [INF] [11/Sep/2024:08:32:25] ENGINE Bus STARTING 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: cephadm 2024-09-11T08:32:25.137113+0000 mgr.y (mgr.54108) 4 : cephadm [INF] [11/Sep/2024:08:32:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: cephadm 2024-09-11T08:32:25.137192+0000 mgr.y (mgr.54108) 5 : cephadm [INF] [11/Sep/2024:08:32:25] ENGINE Bus STARTED 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: cephadm 2024-09-11T08:32:25.138629+0000 mgr.y (mgr.54108) 6 : cephadm [ERR] [11/Sep/2024:08:32:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: Traceback (most recent call last): 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: self._connections.run(self.expiration_interval) 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: self._run(expiration_interval) 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:32:26.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: s = self.context.wrap_socket( 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: return self.sslsocket_class._create( 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: self.do_handshake() 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: self._sslobj.do_handshake() 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 bash[26113]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:25.137113+0000 mgr.y (mgr.54108) 4 : cephadm [INF] [11/Sep/2024:08:32:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:25.137192+0000 mgr.y (mgr.54108) 5 : cephadm [INF] [11/Sep/2024:08:32:25] ENGINE Bus STARTED 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:25.138629+0000 mgr.y (mgr.54108) 6 : cephadm [ERR] [11/Sep/2024:08:32:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: Traceback (most recent call last): 2024-09-11T08:32:26.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._connections.run(self.expiration_interval) 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._run(expiration_interval) 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: s = self.context.wrap_socket( 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: return self.sslsocket_class._create( 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:32:26.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self.do_handshake() 2024-09-11T08:32:26.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:32:26.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: self._sslobj.do_handshake() 2024-09-11T08:32:26.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:32:26.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:26 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: 2024-09-11T08:32:27.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:26.403038+0000 mgr.y (mgr.54108) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:27.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:26.494675+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:32:27.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 bash[26113]: cluster 2024-09-11T08:32:26.403038+0000 mgr.y (mgr.54108) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:27.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 bash[26113]: cluster 2024-09-11T08:32:26.494675+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:32:27.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 bash[26113]: audit 2024-09-11T08:32:27.179025+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 bash[26113]: audit 2024-09-11T08:32:27.182714+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 bash[26113]: audit 2024-09-11T08:32:27.186476+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 bash[26113]: audit 2024-09-11T08:32:27.414141+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 bash[26113]: audit 2024-09-11T08:32:27.417820+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 bash[26113]: audit 2024-09-11T08:32:27.422022+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.179025+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.182714+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.186476+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.414141+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.417820+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:27.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:27 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.422022+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.553656+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:28.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.766494+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:27.553656+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:27.766494+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:27.813211+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:27.817659+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:27.822320+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:27.823401+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:28.018424+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:28.023032+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:28.028108+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 bash[26113]: audit 2024-09-11T08:32:28.029200+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.813211+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:28.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.817659+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.822320+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:27.823401+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:28.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:28.018424+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:28.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:28.023032+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:28.028108+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:28.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:28 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:28.029200+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:29.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:29 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:28.403843+0000 mgr.y (mgr.54108) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:32:29.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:29 smithi007 bash[26113]: cluster 2024-09-11T08:32:28.403843+0000 mgr.y (mgr.54108) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:32:31.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:30.404152+0000 mgr.y (mgr.54108) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.912324+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: cluster 2024-09-11T08:32:30.404152+0000 mgr.y (mgr.54108) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.912324+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.916239+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.920491+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.921343+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.921702+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.922048+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.922359+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.922691+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.923001+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.923321+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.923639+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:30.923959+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.312506+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.316787+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.321393+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.322344+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.322767+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.323134+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.323505+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.323868+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.324219+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.324577+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.324931+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.325293+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.331328+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.412115+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.414641+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.415709+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 bash[26113]: audit 2024-09-11T08:32:31.416399+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:32:31.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.916239+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.920491+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.921343+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.921702+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.922048+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.922359+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.922691+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.923001+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.923321+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.923639+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:30.923959+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.312506+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.316787+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.321393+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.322344+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.322767+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.323134+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.323505+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.323868+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.324219+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.324577+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.324931+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.325293+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.331328+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.412115+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.414641+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.415709+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:31.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:31.416399+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:32:32.771 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:30.911542+0000 mgr.y (mgr.54108) 10 : cephadm [INF] Detected new or changed devices on smithi007 2024-09-11T08:32:32.771 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:32 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:31.416880+0000 mgr.y (mgr.54108) 11 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T08:32:32.771 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:32 smithi007 bash[26113]: cephadm 2024-09-11T08:32:30.911542+0000 mgr.y (mgr.54108) 10 : cephadm [INF] Detected new or changed devices on smithi007 2024-09-11T08:32:32.771 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:32 smithi007 bash[26113]: cephadm 2024-09-11T08:32:31.416880+0000 mgr.y (mgr.54108) 11 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T08:32:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cluster 2024-09-11T08:32:32.404511+0000 mgr.y (mgr.54108) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:32:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:32.800581+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 bash[26113]: cluster 2024-09-11T08:32:32.404511+0000 mgr.y (mgr.54108) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:32:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 bash[26113]: audit 2024-09-11T08:32:32.800581+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 bash[26113]: audit 2024-09-11T08:32:32.801322+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:33.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 bash[26113]: audit 2024-09-11T08:32:32.801917+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:33.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 bash[26113]: audit 2024-09-11T08:32:32.802393+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:33.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 bash[26113]: audit 2024-09-11T08:32:32.803336+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:32:33.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:32.801322+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:33.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:32.801917+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:33.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:32.802393+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:33.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: audit 2024-09-11T08:32:32.803336+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:32:34.508 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 systemd[1]: Stopping Ceph mon.c for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:32:34.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:32.796786+0000 mgr.y (mgr.54108) 13 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T08:32:34.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: cephadm 2024-09-11T08:32:32.803059+0000 mgr.y (mgr.54108) 14 : cephadm [INF] Deploying daemon mon.c on smithi007 2024-09-11T08:32:34.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 bash[26113]: cephadm 2024-09-11T08:32:32.796786+0000 mgr.y (mgr.54108) 13 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T08:32:34.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 bash[26113]: cephadm 2024-09-11T08:32:32.803059+0000 mgr.y (mgr.54108) 14 : cephadm [INF] Deploying daemon mon.c on smithi007 2024-09-11T08:32:34.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:32:34.540+0000 7f7194d7e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:32:34.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c[26145]: debug 2024-09-11T08:32:34.540+0000 7f7194d7e700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-11T08:32:34.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 bash[26113]: debug 2024-09-11T08:32:34.540+0000 7f7194d7e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:32:34.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 bash[26113]: debug 2024-09-11T08:32:34.540+0000 7f7194d7e700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-11T08:32:34.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:34 smithi007 podman[26113]: 2024-09-11 08:32:34.697342341 +0000 UTC m=+1742.500229441 container died 6b8400224c35c65128f062099dd73409e62dd263b3d77efe619185e511807b86 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-11T08:32:35.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:35 smithi007 podman[63064]: 2024-09-11 08:32:35.073097857 +0000 UTC m=+0.635544330 container cleanup 6b8400224c35c65128f062099dd73409e62dd263b3d77efe619185e511807b86 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2) 2024-09-11T08:32:35.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:35 smithi007 bash[63064]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c 2024-09-11T08:32:35.653 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:35 smithi007 podman[63077]: 2024-09-11 08:32:35.399907602 +0000 UTC m=+0.696566109 container remove 6b8400224c35c65128f062099dd73409e62dd263b3d77efe619185e511807b86 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon.c, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, 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, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-09-11T08:32:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:35 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-11T08:32:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:35 smithi007 systemd[1]: Stopped Ceph mon.c for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:32:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:35 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.c.service: Consumed 2.574s CPU time. 2024-09-11T08:32:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:35 smithi007 systemd[1]: Starting Ceph mon.c for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:32:36.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 podman[63220]: 2024-09-11 08:32:36.084733158 +0000 UTC m=+0.106142422 container create 86f6812c15c9b41d178f26a407772fb64bf35854cd330653581fd4d075708bff (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-c, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-11T08:32:36.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 podman[63220]: 2024-09-11 08:32:35.995085897 +0000 UTC m=+0.016495120 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:36.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 podman[63220]: 2024-09-11 08:32:36.320421035 +0000 UTC m=+0.341830257 container init 86f6812c15c9b41d178f26a407772fb64bf35854cd330653581fd4d075708bff (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-c, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS) 2024-09-11T08:32:36.342 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 podman[63220]: 2024-09-11 08:32:36.323764884 +0000 UTC m=+0.345174107 container start 86f6812c15c9b41d178f26a407772fb64bf35854cd330653581fd4d075708bff (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-c, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-11T08:32:36.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 2 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: pidfile_write: ignore empty --pid-file 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: load: jerasure load: lrc 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: RocksDB version: 6.15.5 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Compile date Sep 10 2024 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: DB SUMMARY 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: DB Session ID: VWJ28KAY35VIJ62PDAS8 2024-09-11T08:32:36.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: CURRENT file: CURRENT 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: MANIFEST file: MANIFEST-000005 size: 3544 Bytes 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000080.sst 000081.sst 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000078.log size: 0 ; 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.error_if_exists: 0 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.create_if_missing: 0 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.paranoid_checks: 1 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.env: 0x55f672564440 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.fs: Posix File System 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.info_log: 0x55f673f04ec0 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:32:36.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.statistics: (nil) 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.use_fsync: 0 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_log_file_size: 0 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.allow_fallocate: 1 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.use_direct_reads: 0 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:32:36.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:32:36.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.db_log_dir: 2024-09-11T08:32:36.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-11T08:32:36.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:32:36.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:32:36.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:32:36.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:32:36.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:32:36.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:32:36.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:32:36.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:32:36.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.write_buffer_manager: 0x55f673fc2780 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.unordered_write: 0 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:32:36.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.row_cache: None 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.wal_filter: None 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.preserve_deletes: 0 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.two_write_queues: 0 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.atomic_flush: 0 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:32:36.796 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.log_readahead_size: 0 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_background_jobs: 2 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_background_compactions: -1 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_subcompactions: 1 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:32:36.797 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_open_files: -1 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_background_flushes: -1 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Compression algorithms supported: 2024-09-11T08:32:36.798 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: kZSTD supported: 0 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: kXpressCompression supported: 0 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: kBZip2Compression supported: 0 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: kLZ4Compression supported: 1 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: kZlibCompression supported: 1 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: kSnappyCompression supported: 1 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.merge_operator: 2024-09-11T08:32:36.799 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_filter: None 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f673eaba38) 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout: cache_index_and_filter_blocks: 1 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout: pin_top_level_index_and_filter: 1 2024-09-11T08:32:36.800 INFO:journalctl@ceph.mon.c.smithi007.stdout: index_type: 0 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: data_block_index_type: 0 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: index_shortening: 1 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: hash_index_allow_collision: 1 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: checksum: 1 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: no_block_cache: 0 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: block_cache: 0x55f673ee1350 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: block_cache_name: BinnedLRUCache 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: block_cache_options: 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: capacity : 536870912 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: num_shard_bits : 4 2024-09-11T08:32:36.801 INFO:journalctl@ceph.mon.c.smithi007.stdout: strict_capacity_limit : 0 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: high_pri_pool_ratio: 0.000 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: block_cache_compressed: (nil) 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: persistent_cache: (nil) 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: block_size: 4096 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: block_size_deviation: 10 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: block_restart_interval: 16 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: index_block_restart_interval: 1 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: metadata_block_size: 4096 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: partition_filters: 0 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: use_delta_encoding: 1 2024-09-11T08:32:36.802 INFO:journalctl@ceph.mon.c.smithi007.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout: whole_key_filtering: 1 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout: verify_compression: 0 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout: read_amp_bytes_per_bit: 0 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout: format_version: 4 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout: enable_index_compression: 1 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout: block_align: 0 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compression: NoCompression 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.num_levels: 7 2024-09-11T08:32:36.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:32:36.804 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:32:36.805 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:32:36.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:32:36.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:32:36.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.inplace_update_support: 0 2024-09-11T08:32:36.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:32:36.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:32:36.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:32:36.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:32:36.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.bloom_locality: 0 2024-09-11T08:32:36.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.max_successive_merges: 0 2024-09-11T08:32:36.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:32:36.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:32:36.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:32:36.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:32:36.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.ttl: 2592000 2024-09-11T08:32:36.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:32:36.809 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.enable_blob_files: false 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.min_blob_size: 0 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 83, last_sequence is 27947, log_number is 78,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 78 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/version_set.cc:4082] Creating manifest 83 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726043556347928, "job": 1, "event": "recovery_started", "wal_files": [78]} 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #78 mode 2 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/version_set.cc:4082] Creating manifest 84 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726043556348289, "job": 1, "event": "recovery_finished"} 2024-09-11T08:32:36.810 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000078.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55f673f14700 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: DB pointer 0x55f673ee4000 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: ** DB Stats ** 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:32:36.811 INFO:journalctl@ceph.mon.c.smithi007.stdout: 2024-09-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: ** Compaction Stats [default] ** 2024-09-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: L6 2/0 93.05 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: Sum 2/0 93.05 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: 2024-09-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: ** Compaction Stats [default] ** 2024-09-11T08:32:36.812 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: 2024-09-11T08:32:36.813 INFO:journalctl@ceph.mon.c.smithi007.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: 2024-09-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: ** Compaction Stats [default] ** 2024-09-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: L6 2/0 93.05 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: Sum 2/0 93.05 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: 2024-09-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: ** Compaction Stats [default] ** 2024-09-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.814 INFO:journalctl@ceph.mon.c.smithi007.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: 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-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: starting mon.c rank 1 at public addrs [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] at bind addrs [v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:32:36.815 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: mon.c@-1(???) e3 preinit fsid 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: mon.c@-1(???).mds e1 new map 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: mon.c@-1(???).mds e1 print_map 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout: e1 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout: legacy client fscid: -1 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout: 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout: No filesystems configured 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: mon.c@-1(???).osd e69 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: mon.c@-1(???).osd e69 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: mon.c@-1(???).osd e69 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: mon.c@-1(???).osd e69 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:32:36.816 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 ceph-mon[63239]: mon.c@-1(???).paxosservice(auth 1..28) refresh upgraded, format 0 -> 3 2024-09-11T08:32:36.817 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 bash[63220]: 86f6812c15c9b41d178f26a407772fb64bf35854cd330653581fd4d075708bff 2024-09-11T08:32:36.817 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:36 smithi007 systemd[1]: Started Ceph mon.c for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:32:41.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:32:41.358+0000 7f01d0524640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-11T08:32:42.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mkfs 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Deploying daemon node-exporter.a on smithi007 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Deploying daemon node-exporter.b on smithi155 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Updating prometheus.a 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Deploying daemon prometheus.a on smithi155 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Updating alertmanager.a 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Deploying daemon alertmanager.a on smithi007 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Updating grafana.a 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Deploying daemon grafana.a on smithi155 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Finalizing container_image settings 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Complete! 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:42.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mgr 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: It appears safe to stop mon.b 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Updating mon.b 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Deploying daemon mon.b on smithi155 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Detected new or changed devices on smithi155 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all crash 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mds 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:32:42.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all nfs 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all grafana 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all loki 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all promtail 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Finalizing container_image settings 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Complete! 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mkfs 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Deploying daemon node-exporter.a on smithi007 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Deploying daemon node-exporter.b on smithi155 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Updating prometheus.a 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Deploying daemon prometheus.a on smithi155 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Updating alertmanager.a 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Deploying daemon alertmanager.a on smithi007 2024-09-11T08:32:42.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Updating grafana.a 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Deploying daemon grafana.a on smithi155 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Finalizing container_image settings 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Complete! 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mgr 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: It appears safe to stop mon.b 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Updating mon.b 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Deploying daemon mon.b on smithi155 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Detected new or changed devices on smithi155 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all crash 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mds 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all nfs 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all grafana 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all loki 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all promtail 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Finalizing container_image settings 2024-09-11T08:32:42.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Complete! 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:42.297 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mgr 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: It appears safe to stop mon.a 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Updating mon.a 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Deploying daemon mon.a on smithi007 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mon.a calling monitor election 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: fsmap 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e36: y(active, since 3m), standbys: x 2024-09-11T08:32:42.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: overall HEALTH_OK 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e37: y(active, since 3m), standbys: x 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e38: y(active, since 3m), standbys: x 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mgr 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: It appears safe to stop mon.a 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Updating mon.a 2024-09-11T08:32:42.300 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Deploying daemon mon.a on smithi007 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mon.a calling monitor election 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: fsmap 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e36: y(active, since 3m), standbys: x 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: overall HEALTH_OK 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e37: y(active, since 3m), standbys: x 2024-09-11T08:32:42.301 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e38: y(active, since 3m), standbys: x 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Standby manager daemon x restarted 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Standby manager daemon x started 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e39: y(active, since 3m), standbys: x 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Active manager daemon y restarted 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Activating manager daemon y 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e40: y(active, starting, since 0.00657981s), standbys: x 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Manager daemon y is now available 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:32:42.302 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: [11/Sep/2024:08:32:25] ENGINE Bus STARTING 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: [11/Sep/2024:08:32:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: [11/Sep/2024:08:32:25] ENGINE Bus STARTED 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: [11/Sep/2024:08:32:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout: Traceback (most recent call last): 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout: self._connections.run(self.expiration_interval) 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout: self._run(expiration_interval) 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:32:42.303 INFO:journalctl@ceph.mon.a.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: s = self.context.wrap_socket( 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: return self.sslsocket_class._create( 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: self.do_handshake() 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: self._sslobj.do_handshake() 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:32:42.304 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.305 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Standby manager daemon x restarted 2024-09-11T08:32:42.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Standby manager daemon x started 2024-09-11T08:32:42.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e39: y(active, since 3m), standbys: x 2024-09-11T08:32:42.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Active manager daemon y restarted 2024-09-11T08:32:42.305 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Activating manager daemon y 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e40: y(active, starting, since 0.00657981s), standbys: x 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Manager daemon y is now available 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: [11/Sep/2024:08:32:25] ENGINE Bus STARTING 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: [11/Sep/2024:08:32:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: [11/Sep/2024:08:32:25] ENGINE Bus STARTED 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: [11/Sep/2024:08:32:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout: Traceback (most recent call last): 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:32:42.306 INFO:journalctl@ceph.mon.c.smithi007.stdout: self._connections.run(self.expiration_interval) 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: self._run(expiration_interval) 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: s = self.context.wrap_socket( 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: return self.sslsocket_class._create( 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: self.do_handshake() 2024-09-11T08:32:42.307 INFO:journalctl@ceph.mon.c.smithi007.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout: self._sslobj.do_handshake() 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:42.308 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Detected new or changed devices on smithi007 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.309 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:32:42.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Detected new or changed devices on smithi007 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.313 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: It appears safe to stop mon.c 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Upgrade: Updating mon.c 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:42.314 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Deploying daemon mon.c on smithi007 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:42.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: It appears safe to stop mon.c 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Upgrade: Updating mon.c 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Deploying daemon mon.c on smithi007 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:32:42.317 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mon.a calling monitor election 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mon.c calling monitor election 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: monmap e4: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: fsmap 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:42.318 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mgrmap e43: y(active, since 25s), standbys: x 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: mon.b (rank 2) addr [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] is down (out of quorum) 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mon.a calling monitor election 2024-09-11T08:32:42.319 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mon.c calling monitor election 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: monmap e4: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: fsmap 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mgrmap e43: y(active, since 25s), standbys: x 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:32:42.320 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-11T08:32:42.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: mon.b (rank 2) addr [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] is down (out of quorum) 2024-09-11T08:32:42.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:42.321 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:42.473 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:32:43.207 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:32:43.207 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (2m) 16s ago 25m 16.9M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (2m) 15s ago 24m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (3m) 15s ago 28m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (12m) 16s ago 29m 418M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (33s) 16s ago 30m 38.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (79s) 15s ago 28m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 starting - - - 2048M 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (3m) 16s ago 25m 8656k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (3m) 15s ago 25m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (28m) 16s ago 28m 47.9M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (28m) 16s ago 28m 48.5M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:32:43.208 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (27m) 16s ago 27m 43.8M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:32:43.209 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (27m) 16s ago 27m 48.1M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:32:43.209 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (27m) 15s ago 27m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:32:43.209 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (26m) 15s ago 26m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:32:43.209 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (26m) 15s ago 26m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:32:43.209 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (26m) 15s ago 26m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:32:43.209 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (2m) 15s ago 25m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:32:43.209 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (24m) 16s ago 24m 39.7M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:32:43.209 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (24m) 15s ago 24m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:32:43.209 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: mon.b calling monitor election 2024-09-11T08:32:43.209 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: mon.c calling monitor election 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: mon.a calling monitor election 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: monmap e4: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: fsmap 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: mgrmap e43: y(active, since 26s), standbys: x 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[58951]: overall HEALTH_OK 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: mon.b calling monitor election 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: mon.c calling monitor election 2024-09-11T08:32:43.210 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: mon.a calling monitor election 2024-09-11T08:32:43.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:32:43.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: monmap e4: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:43.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: fsmap 2024-09-11T08:32:43.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:43.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: mgrmap e43: y(active, since 26s), standbys: x 2024-09-11T08:32:43.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:32:43.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:32:43.211 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:43 smithi007 ceph-mon[63239]: overall HEALTH_OK 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mkfs 1d8402f0-7014-11ef-bcea-c7b262605968 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Deploying daemon node-exporter.a on smithi007 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Deploying daemon node-exporter.b on smithi155 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Updating prometheus.a 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Deploying daemon prometheus.a on smithi155 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Updating alertmanager.a 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Deploying daemon alertmanager.a on smithi007 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Updating grafana.a 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Deploying daemon grafana.a on smithi155 2024-09-11T08:32:43.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Finalizing container_image settings 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Complete! 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mgr 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: It appears safe to stop mon.b 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Updating mon.b 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Deploying daemon mon.b on smithi155 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Detected new or changed devices on smithi155 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all crash 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mds 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all nfs 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all grafana 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all loki 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all promtail 2024-09-11T08:32:43.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Finalizing container_image settings 2024-09-11T08:32:43.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Complete! 2024-09-11T08:32:43.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mgr 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: It appears safe to stop mon.a 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Updating mon.a 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Deploying daemon mon.a on smithi007 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mon.a calling monitor election 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: monmap e3: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: fsmap 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: osdmap e68: 8 total, 8 up, 8 in 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e36: y(active, since 3m), standbys: x 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: overall HEALTH_OK 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e37: y(active, since 3m), standbys: x 2024-09-11T08:32:43.267 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e38: y(active, since 3m), standbys: x 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Standby manager daemon x restarted 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Standby manager daemon x started 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e39: y(active, since 3m), standbys: x 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Active manager daemon y restarted 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Activating manager daemon y 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e40: y(active, starting, since 0.00657981s), standbys: x 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Manager daemon y is now available 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:32:43.268 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: [11/Sep/2024:08:32:25] ENGINE Bus STARTING 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: [11/Sep/2024:08:32:25] ENGINE Serving on https://172.21.15.7:7150 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: [11/Sep/2024:08:32:25] ENGINE Bus STARTED 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: [11/Sep/2024:08:32:25] ENGINE Error in HTTPServer.serve 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: Traceback (most recent call last): 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: self._connections.run(self.expiration_interval) 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: self._run(expiration_interval) 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:32:43.269 INFO:journalctl@ceph.mon.b.smithi155.stdout: s = self.context.wrap_socket( 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout: return self.sslsocket_class._create( 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout: self.do_handshake() 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout: self._sslobj.do_handshake() 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.270 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.271 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Detected new or changed devices on smithi007 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:43.272 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.273 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: It appears safe to stop mon.c 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Upgrade: Updating mon.c 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:43.274 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:43.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:43.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Deploying daemon mon.c on smithi007 2024-09-11T08:32:43.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:32:43.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:32:43.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:32:43.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mon.a calling monitor election 2024-09-11T08:32:43.275 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mon.c calling monitor election 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: monmap e4: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: fsmap 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mgrmap e43: y(active, since 25s), standbys: x 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T08:32:43.276 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: mon.b (rank 2) addr [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] is down (out of quorum) 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: mon.b calling monitor election 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: mon.c calling monitor election 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: mon.a calling monitor election 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: monmap e4: 3 mons at {a=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],b=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.7:3301/0,v1:172.21.15.7:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: fsmap 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: osdmap e69: 8 total, 8 up, 8 in 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: mgrmap e43: y(active, since 26s), standbys: x 2024-09-11T08:32:43.277 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T08:32:43.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:32:43.278 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:43 smithi155 ceph-mon[51019]: overall HEALTH_OK 2024-09-11T08:32:43.660 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:32:43.661 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:32:43.662 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:32:43.662 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:32:43.662 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-09-11T08:32:43.662 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:32:43.662 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:32:43.662 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:32:44.027 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:32:44.027 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:32:44.027 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:32:44.027 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi007", 2024-09-11T08:32:44.028 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:32:44.028 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/2 daemons upgraded", 2024-09-11T08:32:44.028 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:32:44.028 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:32:44.028 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:32:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='client.54144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='client.54150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:44 smithi155 ceph-mon[51019]: from='client.54156 172.21.15.7:0/597141351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='client.54144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='client.54150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[58951]: from='client.54156 172.21.15.7:0/597141351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='client.54144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='client.54150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:32:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:32:44.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:44 smithi007 ceph-mon[63239]: from='client.54156 172.21.15.7:0/597141351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:32:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:45 smithi155 ceph-mon[51019]: from='client.54162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:45 smithi155 ceph-mon[51019]: pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:45 smithi007 ceph-mon[58951]: from='client.54162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:45 smithi007 ceph-mon[58951]: pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:45 smithi007 ceph-mon[63239]: from='client.54162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:32:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:45 smithi007 ceph-mon[63239]: pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:47.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:47.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[58951]: pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:47.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:47.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:47.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:47.260 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:47.261 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:47.261 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[63239]: pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:47.261 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:47.261 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:47.261 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:47.261 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:32:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:47 smithi155 ceph-mon[51019]: pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:47.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:32:49.609 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:49 smithi007 ceph-mon[58951]: pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:49.610 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:49 smithi007 ceph-mon[63239]: pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:49.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:49 smithi155 ceph-mon[51019]: pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:50.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:50.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: Reconfiguring mon.a (monmap changed)... 2024-09-11T08:32:50.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:50.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:50.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:50.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: Reconfiguring daemon mon.a on smithi007 2024-09-11T08:32:50.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:32:50.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:50.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: Reconfiguring mon.a (monmap changed)... 2024-09-11T08:32:50.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:50.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: Reconfiguring daemon mon.a on smithi007 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: Reconfiguring mon.a (monmap changed)... 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:50.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:50.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: Reconfiguring daemon mon.a on smithi007 2024-09-11T08:32:50.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:32:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[58951]: pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:32:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:32:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:32:51.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[63239]: pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:51.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:51.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:51.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:51.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:32:51.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:32:51.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:51.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:51 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:32:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:51 smithi155 ceph-mon[51019]: pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:51 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:51 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:51 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:51 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:32:52.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:51 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:32:52.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:51 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:52.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:51 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: Reconfiguring mgr.y (monmap changed)... 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: Reconfiguring mgr.y (monmap changed)... 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:32:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: Reconfiguring mgr.y (monmap changed)... 2024-09-11T08:32:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: Reconfiguring daemon mgr.y on smithi007 2024-09-11T08:32:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:32:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:32:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:53.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:32:53.924 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:53 smithi007 ceph-mon[58951]: pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:53.924 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:53 smithi007 ceph-mon[58951]: Reconfiguring mon.c (monmap changed)... 2024-09-11T08:32:53.924 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:53 smithi007 ceph-mon[58951]: Reconfiguring daemon mon.c on smithi007 2024-09-11T08:32:53.924 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:53 smithi007 ceph-mon[63239]: pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:53.924 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:53 smithi007 ceph-mon[63239]: Reconfiguring mon.c (monmap changed)... 2024-09-11T08:32:53.924 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:53 smithi007 ceph-mon[63239]: Reconfiguring daemon mon.c on smithi007 2024-09-11T08:32:53.951 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:53 smithi155 ceph-mon[51019]: pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:53.951 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:53 smithi155 ceph-mon[51019]: Reconfiguring mon.c (monmap changed)... 2024-09-11T08:32:53.951 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:53 smithi155 ceph-mon[51019]: Reconfiguring daemon mon.c on smithi007 2024-09-11T08:32:54.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:54.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:54.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:54.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:32:54.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:54.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:32:54.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:54.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:54.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:54.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:32:54.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:54.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:32:54.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:54.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:54.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:54.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:32:54.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:54.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: Reconfiguring daemon osd.0 on smithi007 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:55.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: Reconfiguring daemon osd.0 on smithi007 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:55.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:32:56.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T08:32:56.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: Reconfiguring daemon osd.0 on smithi007 2024-09-11T08:32:56.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:56.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:56.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:56.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:32:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:56.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:32:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:56 smithi155 ceph-mon[51019]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T08:32:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:56 smithi155 ceph-mon[51019]: Reconfiguring daemon osd.1 on smithi007 2024-09-11T08:32:57.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:56 smithi007 ceph-mon[58951]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T08:32:57.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:56 smithi007 ceph-mon[58951]: Reconfiguring daemon osd.1 on smithi007 2024-09-11T08:32:57.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:56 smithi007 ceph-mon[63239]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T08:32:57.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:56 smithi007 ceph-mon[63239]: Reconfiguring daemon osd.1 on smithi007 2024-09-11T08:32:57.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:57.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:57.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:57.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:57.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T08:32:57.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:32:57.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: Reconfiguring daemon osd.2 on smithi007 2024-09-11T08:32:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:32:57.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:57.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:57.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:57.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:57.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T08:32:57.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:32:57.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:57.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: Reconfiguring daemon osd.2 on smithi007 2024-09-11T08:32:57.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: Reconfiguring daemon osd.2 on smithi007 2024-09-11T08:32:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:32:58.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:58.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:58.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:58.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:32:58.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:58.958 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:32:58.958 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:58.958 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:58.958 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:58.959 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:32:58.959 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:58.959 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:32:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:32:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:32:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:32:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:32:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:32:59.671 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:59 smithi007 ceph-mon[58951]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T08:32:59.671 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:59 smithi007 ceph-mon[58951]: Reconfiguring daemon osd.3 on smithi007 2024-09-11T08:33:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:59 smithi155 ceph-mon[51019]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T08:33:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:59 smithi155 ceph-mon[51019]: Reconfiguring daemon osd.3 on smithi007 2024-09-11T08:33:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:32:59 smithi155 ceph-mon[51019]: pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:00.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:32:59 smithi007 ceph-mon[58951]: pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:00.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:59 smithi007 ceph-mon[63239]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T08:33:00.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:59 smithi007 ceph-mon[63239]: Reconfiguring daemon osd.3 on smithi007 2024-09-11T08:33:00.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:32:59 smithi007 ceph-mon[63239]: pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:00.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:00.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:00.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:00.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: Reconfiguring rgw.r.z.smithi007.usgcjp (monmap changed)... 2024-09-11T08:33:00.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:00.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: Unable to update caps for client.rgw.r.z.smithi007.usgcjp 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi007.usgcjp"}]: dispatch 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi007.usgcjp","key": "container_image"}]: dispatch 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:00.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: Reconfiguring rgw.r.z.smithi007.usgcjp (monmap changed)... 2024-09-11T08:33:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T08:33:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: Unable to update caps for client.rgw.r.z.smithi007.usgcjp 2024-09-11T08:33:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi007.usgcjp"}]: dispatch 2024-09-11T08:33:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:00.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi007.usgcjp","key": "container_image"}]: dispatch 2024-09-11T08:33:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: Reconfiguring rgw.r.z.smithi007.usgcjp (monmap changed)... 2024-09-11T08:33:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T08:33:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: Unable to update caps for client.rgw.r.z.smithi007.usgcjp 2024-09-11T08:33:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi007.usgcjp"}]: dispatch 2024-09-11T08:33:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi007.usgcjp","key": "container_image"}]: dispatch 2024-09-11T08:33:01.943 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: Reconfiguring daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:33:01.943 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:01.944 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:01.944 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:01.944 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:01.944 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:33:01.944 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:33:01.944 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:01.944 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:33:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: Reconfiguring daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:33:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:33:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:33:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: Reconfiguring daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:33:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: Reconfiguring mon.b (monmap changed)... 2024-09-11T08:33:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: Reconfiguring daemon mon.b on smithi155 2024-09-11T08:33:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:33:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:33:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:03.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:33:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: Reconfiguring mon.b (monmap changed)... 2024-09-11T08:33:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: Reconfiguring daemon mon.b on smithi155 2024-09-11T08:33:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:33:03.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:33:03.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:03.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:33:03.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: Reconfiguring mon.b (monmap changed)... 2024-09-11T08:33:03.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: Reconfiguring daemon mon.b on smithi155 2024-09-11T08:33:03.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:33:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:33:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:33:03.951 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:03 smithi155 ceph-mon[51019]: pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:03.951 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:03 smithi155 ceph-mon[51019]: Reconfiguring mgr.x (monmap changed)... 2024-09-11T08:33:03.951 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:03 smithi155 ceph-mon[51019]: Reconfiguring daemon mgr.x on smithi155 2024-09-11T08:33:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:03 smithi007 ceph-mon[58951]: pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:03 smithi007 ceph-mon[58951]: Reconfiguring mgr.x (monmap changed)... 2024-09-11T08:33:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:03 smithi007 ceph-mon[58951]: Reconfiguring daemon mgr.x on smithi155 2024-09-11T08:33:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:03 smithi007 ceph-mon[63239]: pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:03 smithi007 ceph-mon[63239]: Reconfiguring mgr.x (monmap changed)... 2024-09-11T08:33:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:03 smithi007 ceph-mon[63239]: Reconfiguring daemon mgr.x on smithi155 2024-09-11T08:33:05.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:05.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:05.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:05.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:33:05.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:05.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:33:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:33:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:33:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:33:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: Reconfiguring osd.4 (monmap changed)... 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: Reconfiguring daemon osd.4 on smithi155 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:05.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:33:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: Reconfiguring osd.4 (monmap changed)... 2024-09-11T08:33:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: Reconfiguring daemon osd.4 on smithi155 2024-09-11T08:33:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:33:06.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:06.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:33:06.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: Reconfiguring osd.4 (monmap changed)... 2024-09-11T08:33:06.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: Reconfiguring daemon osd.4 on smithi155 2024-09-11T08:33:06.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:06.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:06.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:06.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:06.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:33:06.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:06.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:33:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:06 smithi155 ceph-mon[51019]: Reconfiguring osd.5 (monmap changed)... 2024-09-11T08:33:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:06 smithi155 ceph-mon[51019]: Reconfiguring daemon osd.5 on smithi155 2024-09-11T08:33:07.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:06 smithi007 ceph-mon[63239]: Reconfiguring osd.5 (monmap changed)... 2024-09-11T08:33:07.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:06 smithi007 ceph-mon[63239]: Reconfiguring daemon osd.5 on smithi155 2024-09-11T08:33:07.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:06 smithi007 ceph-mon[58951]: Reconfiguring osd.5 (monmap changed)... 2024-09-11T08:33:07.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:06 smithi007 ceph-mon[58951]: Reconfiguring daemon osd.5 on smithi155 2024-09-11T08:33:08.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:08.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:08.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:08.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:08.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: Reconfiguring osd.6 (monmap changed)... 2024-09-11T08:33:08.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:33:08.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:08.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: Reconfiguring daemon osd.6 on smithi155 2024-09-11T08:33:08.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:07 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:33:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: Reconfiguring osd.6 (monmap changed)... 2024-09-11T08:33:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:33:08.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:08.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: Reconfiguring daemon osd.6 on smithi155 2024-09-11T08:33:08.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:33:08.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:08.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:08.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:08.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:08.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: Reconfiguring osd.6 (monmap changed)... 2024-09-11T08:33:08.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:33:08.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:08.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: Reconfiguring daemon osd.6 on smithi155 2024-09-11T08:33:08.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:07 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:33:08.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:08.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:08.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:08.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:33:08.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:08.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:33:09.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:09.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:09.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:09.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:33:09.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:09.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:33:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:09.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:09.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:33:09.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:09.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:33:09.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: Reconfiguring osd.7 (monmap changed)... 2024-09-11T08:33:09.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: Reconfiguring daemon osd.7 on smithi155 2024-09-11T08:33:09.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi155.gxngma"}]: dispatch 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:09.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.gxngma","key": "container_image"}]: dispatch 2024-09-11T08:33:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: Reconfiguring osd.7 (monmap changed)... 2024-09-11T08:33:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: Reconfiguring daemon osd.7 on smithi155 2024-09-11T08:33:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi155.gxngma"}]: dispatch 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.gxngma","key": "container_image"}]: dispatch 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: Reconfiguring osd.7 (monmap changed)... 2024-09-11T08:33:10.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: Reconfiguring daemon osd.7 on smithi155 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi155.gxngma"}]: dispatch 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:10.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.gxngma","key": "container_image"}]: dispatch 2024-09-11T08:33:10.816 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:10 smithi155 ceph-mon[51019]: Reconfiguring rgw.r.z.smithi155.gxngma (monmap changed)... 2024-09-11T08:33:10.816 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:10 smithi155 ceph-mon[51019]: Unable to update caps for client.rgw.r.z.smithi155.gxngma 2024-09-11T08:33:10.816 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:10 smithi155 ceph-mon[51019]: Reconfiguring daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:33:11.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:10 smithi007 ceph-mon[58951]: Reconfiguring rgw.r.z.smithi155.gxngma (monmap changed)... 2024-09-11T08:33:11.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:10 smithi007 ceph-mon[58951]: Unable to update caps for client.rgw.r.z.smithi155.gxngma 2024-09-11T08:33:11.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:10 smithi007 ceph-mon[58951]: Reconfiguring daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:33:11.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:10 smithi007 ceph-mon[63239]: Reconfiguring rgw.r.z.smithi155.gxngma (monmap changed)... 2024-09-11T08:33:11.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:10 smithi007 ceph-mon[63239]: Unable to update caps for client.rgw.r.z.smithi155.gxngma 2024-09-11T08:33:11.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:10 smithi007 ceph-mon[63239]: Reconfiguring daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:33:12.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T08:33:12.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:33:12.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:33:12.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:33:12.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:33:12.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:33:12.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:11 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:12.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:33:12.046 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:33:12.048 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.049 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:33:12.050 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:33:12.051 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:33:12.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:33:12.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:33:12.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:12.052 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:11 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:13.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mon 2024-09-11T08:33:13.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all crash 2024-09-11T08:33:13.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mds 2024-09-11T08:33:13.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:33:13.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all nfs 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all grafana 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all loki 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all promtail 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Finalizing container_image settings 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: Upgrade: Complete! 2024-09-11T08:33:13.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:12 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mon 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all crash 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mds 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all nfs 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:33:13.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all grafana 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all loki 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all promtail 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Finalizing container_image settings 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: Upgrade: Complete! 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mon 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all crash 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mds 2024-09-11T08:33:13.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all nfs 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all grafana 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all loki 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all promtail 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Finalizing container_image settings 2024-09-11T08:33:13.043 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: Upgrade: Complete! 2024-09-11T08:33:13.044 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:12 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:14.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:13 smithi155 ceph-mon[51019]: pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:14.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:13 smithi007 ceph-mon[58951]: pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:13 smithi007 ceph-mon[63239]: pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:15.014 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:33:15.878 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:15 smithi007 ceph-mon[63239]: from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:15.878 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:15 smithi007 ceph-mon[63239]: pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:15.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:15 smithi007 ceph-mon[58951]: from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:15.878 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:15 smithi007 ceph-mon[58951]: pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:15 smithi155 ceph-mon[51019]: from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:15 smithi155 ceph-mon[51019]: pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (3m) 30s ago 25m 16.9M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (2m) 49s ago 25m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (4m) 49s ago 29m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (13m) 30s ago 30m 429M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (67s) 30s ago 30m 55.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (113s) 49s ago 29m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (40s) 30s ago 29m 21.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (3m) 30s ago 26m 8346k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (3m) 49s ago 26m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:33:16.940 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (28m) 30s ago 29m 48.0M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (28m) 30s ago 28m 48.5M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (28m) 30s ago 28m 43.8M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (28m) 30s ago 28m 48.4M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (27m) 49s ago 27m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (27m) 49s ago 27m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (27m) 49s ago 27m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (26m) 49s ago 26m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (3m) 49s ago 26m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (24m) 30s ago 24m 39.9M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:33:16.941 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (24m) 49s ago 24m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:33:17.615 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-11T08:33:17.860 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:17.860 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:17.860 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:17.860 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.860 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:17.861 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.862 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.862 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.862 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.862 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:17.862 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.862 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.862 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:17.862 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:18.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:18 smithi007 ceph-mon[58951]: from='client.64108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:18.979 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:18 smithi007 ceph-mon[63239]: from='client.64108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:19.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:18 smithi155 ceph-mon[51019]: from='client.64108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:19.657 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:33:20.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:19 smithi155 ceph-mon[51019]: pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:20.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:19 smithi155 ceph-mon[51019]: from='client.54180 172.21.15.7:0/3180520286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:20.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:19 smithi007 ceph-mon[58951]: pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:20.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:19 smithi007 ceph-mon[58951]: from='client.54180 172.21.15.7:0/3180520286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:20.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:19 smithi007 ceph-mon[63239]: pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:20.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:19 smithi007 ceph-mon[63239]: from='client.54180 172.21.15.7:0/3180520286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:20.387 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-11T08:33:21.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:21 smithi007 ceph-mon[58951]: pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:21.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:21 smithi007 ceph-mon[63239]: pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:22.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:21 smithi155 ceph-mon[51019]: pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:22.382 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:33:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:22 smithi155 ceph-mon[51019]: from='client.64120 172.21.15.7:0/1968861139' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T08:33:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:33:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:33:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:33:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[63239]: from='client.64120 172.21.15.7:0/1968861139' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T08:33:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:33:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:33:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:33:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[58951]: from='client.64120 172.21.15.7:0/1968861139' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T08:33:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:33:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:33:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:33:23.058 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 5'"'"'' 2024-09-11T08:33:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:23 smithi155 ceph-mon[51019]: pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:24.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:23 smithi007 ceph-mon[58951]: pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:24.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:23 smithi007 ceph-mon[63239]: pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:25 smithi155 ceph-mon[51019]: pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:26.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:25 smithi007 ceph-mon[58951]: pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:25 smithi007 ceph-mon[63239]: pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:26.337 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:33:26.939 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:26 smithi007 ceph-mon[58951]: from='client.54192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:26.940 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:26 smithi007 ceph-mon[63239]: from='client.54192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:26.960 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2' 2024-09-11T08:33:27.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:26 smithi155 ceph-mon[51019]: from='client.54192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:27.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:27 smithi007 ceph-mon[63239]: pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:27.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:27 smithi007 ceph-mon[58951]: pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:27 smithi155 ceph-mon[51019]: pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:29 smithi155 ceph-mon[51019]: pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:29 smithi007 ceph-mon[58951]: pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:30.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:29 smithi007 ceph-mon[63239]: pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:30.187 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:30.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:30 smithi007 ceph-mon[58951]: from='client.64132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:30.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:30.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:30.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:30 smithi007 ceph-mon[63239]: from='client.64132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:30.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:30.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:30.945 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:33:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:30 smithi155 ceph-mon[51019]: from='client.64132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:31.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:31 smithi007 ceph-mon[58951]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:31.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:31 smithi007 ceph-mon[58951]: pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:31.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:31 smithi007 ceph-mon[58951]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:31.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:31 smithi007 ceph-mon[63239]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:31 smithi007 ceph-mon[63239]: pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:31 smithi007 ceph-mon[63239]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:31 smithi155 ceph-mon[51019]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:31 smithi155 ceph-mon[51019]: pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:31 smithi155 ceph-mon[51019]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mgr 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mon 2024-09-11T08:33:33.441 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all crash 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: Upgrade: osd.0 is safe to restart 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[63239]: pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:33:33.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mgr 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mon 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all crash 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:33:33.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: Upgrade: osd.0 is safe to restart 2024-09-11T08:33:33.444 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:33 smithi007 ceph-mon[58951]: pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:33.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:33:33.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mgr 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mon 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all crash 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:33:33.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:33:33.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: Upgrade: osd.0 is safe to restart 2024-09-11T08:33:33.512 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:33 smithi155 ceph-mon[51019]: pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:35.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:34 smithi155 ceph-mon[51019]: Upgrade: Updating osd.0 2024-09-11T08:33:35.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:34 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:35.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:34 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:33:35.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:34 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:35.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:34 smithi155 ceph-mon[51019]: Deploying daemon osd.0 on smithi007 2024-09-11T08:33:35.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:34 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:33:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[63239]: Upgrade: Updating osd.0 2024-09-11T08:33:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:33:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[63239]: Deploying daemon osd.0 on smithi007 2024-09-11T08:33:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:33:35.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[58951]: Upgrade: Updating osd.0 2024-09-11T08:33:35.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:33:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[58951]: Deploying daemon osd.0 on smithi007 2024-09-11T08:33:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:34 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:33:35.225 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:33:35.771 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:33:35.771 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (3m) 49s ago 26m 16.9M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:33:35.771 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (2m) 68s ago 25m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (4m) 68s ago 29m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (13m) 49s ago 30m 429M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (85s) 49s ago 30m 55.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (2m) 68s ago 29m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (59s) 49s ago 30m 21.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (4m) 49s ago 26m 8346k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (3m) 68s ago 26m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (29m) 49s ago 29m 48.0M 4096M 15.2.0 204a01f9b0b6 5e99afce3592 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (28m) 49s ago 29m 48.5M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (28m) 49s ago 28m 43.8M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:33:35.772 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (28m) 49s ago 28m 48.4M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:33:35.773 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (28m) 68s ago 28m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:33:35.773 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (27m) 68s ago 27m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:33:35.773 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (27m) 68s ago 27m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:33:35.773 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (27m) 68s ago 27m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:33:35.773 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (3m) 68s ago 26m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:33:35.773 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (25m) 49s ago 25m 39.9M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:33:35.773 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (25m) 68s ago 25m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:33:36.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:35 smithi007 ceph-mon[58951]: pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:36.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:35 smithi007 ceph-mon[63239]: pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:36.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:35 smithi155 ceph-mon[51019]: pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:36.222 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:33:36.222 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:33:36.222 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:33:36.222 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:33:36.222 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:33:36.222 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:33:36.222 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:33:36.223 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:33:36.596 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:33:36.596 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:33:36.597 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:33:36.597 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-11T08:33:36.597 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:33:36.597 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "0/8 daemons upgraded", 2024-09-11T08:33:36.597 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:33:36.597 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:33:36.597 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:33:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='client.64144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='client.54216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:36 smithi155 ceph-mon[51019]: from='client.? 172.21.15.7:0/2576535818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:37.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='client.64144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='client.54216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[63239]: from='client.? 172.21.15.7:0/2576535818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:37.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='client.64144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='client.54216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:33:37.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:36 smithi007 ceph-mon[58951]: from='client.? 172.21.15.7:0/2576535818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:37.755 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 systemd[1]: Stopping Ceph osd.0 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:33:37.755 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0[27818]: debug 2024-09-11T08:33:37.549+0000 7fc6074a2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:33:37.755 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0[27818]: debug 2024-09-11T08:33:37.549+0000 7fc6074a2700 -1 osd.0 69 *** Got signal Terminated *** 2024-09-11T08:33:37.755 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 bash[27803]: debug 2024-09-11T08:33:37.549+0000 7fc6074a2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:33:37.755 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 bash[27803]: debug 2024-09-11T08:33:37.549+0000 7fc6074a2700 -1 osd.0 69 *** Got signal Terminated *** 2024-09-11T08:33:37.755 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 bash[27803]: debug 2024-09-11T08:33:37.549+0000 7fc6074a2700 -1 osd.0 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:33:37.755 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0[27818]: debug 2024-09-11T08:33:37.549+0000 7fc6074a2700 -1 osd.0 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:33:37.756 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 podman[27803]: 2024-09-11 08:33:37.575849389 +0000 UTC m=+1760.351574517 container died 5e99afce3592a0e09622db1212d1ce213c5d47c62a907ca6c822312f97d6e319 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=HEAD, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS) 2024-09-11T08:33:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:37 smithi155 ceph-mon[51019]: pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:37 smithi155 ceph-mon[51019]: from='client.54228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:38.038 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:37 smithi007 ceph-mon[63239]: pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:38.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:37 smithi007 ceph-mon[63239]: from='client.54228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:38.039 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 podman[69590]: 2024-09-11 08:33:37.966754376 +0000 UTC m=+0.527543385 container cleanup 5e99afce3592a0e09622db1212d1ce213c5d47c62a907ca6c822312f97d6e319 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, RELEASE=HEAD, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:33:38.039 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:37 smithi007 bash[69590]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0 2024-09-11T08:33:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:37 smithi007 ceph-mon[58951]: pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:37 smithi007 ceph-mon[58951]: from='client.54228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:33:38.756 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:38 smithi007 podman[69602]: 2024-09-11 08:33:38.335968706 +0000 UTC m=+0.753664389 container remove 5e99afce3592a0e09622db1212d1ce213c5d47c62a907ca6c822312f97d6e319 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.0, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, 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, 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_BRANCH=HEAD, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.label-schema.name=CentOS Base Image) 2024-09-11T08:33:39.007 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:38 smithi007 podman[69703]: 2024-09-11 08:33:38.745394842 +0000 UTC m=+0.016239923 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:39.007 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:38 smithi007 podman[69703]: 2024-09-11 08:33:38.853761971 +0000 UTC m=+0.124607042 container create 7608953e7280a89d39ea79171c81974aacb0d0eea17a6d1b3b993a76ce15bd6a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 failed (root=default,host=smithi007) (connection refused reported by osd.3) 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.008 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.009 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[63239]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 failed (root=default,host=smithi007) (connection refused reported by osd.3) 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.011 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.012 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.013 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.014 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:38 smithi007 ceph-mon[58951]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 failed (root=default,host=smithi007) (connection refused reported by osd.3) 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.6 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.5 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.7 2024-09-11T08:33:39.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.1 2024-09-11T08:33:39.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.3 2024-09-11T08:33:39.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.4 2024-09-11T08:33:39.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:38 smithi155 ceph-mon[51019]: osd.0 reported immediately failed by osd.2 2024-09-11T08:33:39.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:39 smithi007 podman[69703]: 2024-09-11 08:33:39.156961483 +0000 UTC m=+0.427806557 container init 7608953e7280a89d39ea79171c81974aacb0d0eea17a6d1b3b993a76ce15bd6a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:33:39.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:39 smithi007 podman[69703]: 2024-09-11 08:33:39.160523229 +0000 UTC m=+0.431368310 container start 7608953e7280a89d39ea79171c81974aacb0d0eea17a6d1b3b993a76ce15bd6a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-11T08:33:39.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:39 smithi007 podman[69703]: 2024-09-11 08:33:39.240172393 +0000 UTC m=+0.511017476 container attach 7608953e7280a89d39ea79171c81974aacb0d0eea17a6d1b3b993a76ce15bd6a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-11T08:33:39.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:39 smithi007 podman[69703]: 2024-09-11 08:33:39.350594207 +0000 UTC m=+0.621439281 container died 7608953e7280a89d39ea79171c81974aacb0d0eea17a6d1b3b993a76ce15bd6a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T08:33:40.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:39 smithi155 ceph-mon[51019]: pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:40.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:39 smithi155 ceph-mon[51019]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:33:40.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:39 smithi155 ceph-mon[51019]: osdmap e70: 8 total, 7 up, 8 in 2024-09-11T08:33:40.019 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:39 smithi007 ceph-mon[58951]: pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:40.019 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:39 smithi007 ceph-mon[58951]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:33:40.019 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:39 smithi007 ceph-mon[58951]: osdmap e70: 8 total, 7 up, 8 in 2024-09-11T08:33:40.019 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:39 smithi007 ceph-mon[63239]: pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:40.019 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:39 smithi007 ceph-mon[63239]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:33:40.019 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:39 smithi007 ceph-mon[63239]: osdmap e70: 8 total, 7 up, 8 in 2024-09-11T08:33:40.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 podman[69726]: 2024-09-11 08:33:40.019489063 +0000 UTC m=+0.657351220 container remove 7608953e7280a89d39ea79171c81974aacb0d0eea17a6d1b3b993a76ce15bd6a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-11T08:33:40.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-11T08:33:40.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 systemd[1]: Stopped Ceph osd.0 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:33:40.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.0.service: Consumed 2.552s CPU time. 2024-09-11T08:33:40.290 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 systemd[1]: Starting Ceph osd.0 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:33:40.768 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 podman[69823]: 2024-09-11 08:33:40.453996582 +0000 UTC m=+0.094674226 container create 97b358cb6447162160777b1089c9a45149a629c467cc9f0072e1ace14c1124a9 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:33:40.769 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 podman[69823]: 2024-09-11 08:33:40.375515255 +0000 UTC m=+0.016192902 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:40.769 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 podman[69823]: 2024-09-11 08:33:40.68991467 +0000 UTC m=+0.330592321 container init 97b358cb6447162160777b1089c9a45149a629c467cc9f0072e1ace14c1124a9 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=) 2024-09-11T08:33:40.769 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 podman[69823]: 2024-09-11 08:33:40.693343923 +0000 UTC m=+0.334021568 container start 97b358cb6447162160777b1089c9a45149a629c467cc9f0072e1ace14c1124a9 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:33:41.026 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:40 smithi007 ceph-mon[58951]: osdmap e71: 8 total, 7 up, 8 in 2024-09-11T08:33:41.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:40 smithi007 ceph-mon[63239]: osdmap e71: 8 total, 7 up, 8 in 2024-09-11T08:33:41.026 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:40 smithi007 podman[69823]: 2024-09-11 08:33:40.855702459 +0000 UTC m=+0.496380111 container attach 97b358cb6447162160777b1089c9a45149a629c467cc9f0072e1ace14c1124a9 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:33:41.026 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate[69838]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:33:41.026 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 bash[69823]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:33:41.027 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate[69838]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-11T08:33:41.027 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 bash[69823]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-11T08:33:41.027 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate[69838]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:33:41.027 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 bash[69823]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:33:41.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:40 smithi155 ceph-mon[51019]: osdmap e71: 8 total, 7 up, 8 in 2024-09-11T08:33:41.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate[69838]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:33:41.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 bash[69823]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:33:41.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate[69838]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:33:41.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 bash[69823]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:33:41.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate[69838]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:33:41.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 bash[69823]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:33:41.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate[69838]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-11T08:33:41.290 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 bash[69823]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-11T08:33:41.290 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 podman[69823]: 2024-09-11 08:33:41.051461026 +0000 UTC m=+0.692138678 container died 97b358cb6447162160777b1089c9a45149a629c467cc9f0072e1ace14c1124a9 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-11T08:33:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-mon[58951]: pgmap v44: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:41 smithi007 ceph-mon[63239]: pgmap v44: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:42.039 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 podman[69956]: 2024-09-11 08:33:41.761196014 +0000 UTC m=+0.703304962 container remove 97b358cb6447162160777b1089c9a45149a629c467cc9f0072e1ace14c1124a9 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-activate, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-11T08:33:42.040 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 podman[70017]: 2024-09-11 08:33:41.97047266 +0000 UTC m=+0.108063235 container create eb83e3485873066480bf845b19060b8b6dfc3abc5c1fe98642754fae696aa977 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:33:42.040 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:41 smithi007 podman[70017]: 2024-09-11 08:33:41.878917331 +0000 UTC m=+0.016507923 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:33:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:41 smithi155 ceph-mon[51019]: pgmap v44: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:42.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:42 smithi007 podman[70017]: 2024-09-11 08:33:42.189995961 +0000 UTC m=+0.327586540 container init eb83e3485873066480bf845b19060b8b6dfc3abc5c1fe98642754fae696aa977 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-11T08:33:42.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:42 smithi007 podman[70017]: 2024-09-11 08:33:42.1933285 +0000 UTC m=+0.330919077 container start eb83e3485873066480bf845b19060b8b6dfc3abc5c1fe98642754fae696aa977 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, 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, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T08:33:42.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-osd[70036]: -- 172.21.15.7:0/1518259111 <== mon.0 v2:172.21.15.7:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fb973a8d00 con 0x55fb9737b000 2024-09-11T08:33:42.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:42 smithi007 bash[70017]: eb83e3485873066480bf845b19060b8b6dfc3abc5c1fe98642754fae696aa977 2024-09-11T08:33:42.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:42 smithi007 systemd[1]: Started Ceph osd.0 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:33:43.032 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0[70032]: 2024-09-11T08:33:42.734+0000 7f49d7a71440 -1 Falling back to public interface 2024-09-11T08:33:43.032 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:43.032 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.032 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.032 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.032 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:33:43.033 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:43.033 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.033 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.033 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.033 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:42 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:33:43.161 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:43.162 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.162 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.162 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:43.162 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:42 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:33:44.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:43 smithi007 ceph-mon[58951]: pgmap v45: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:44.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:43 smithi007 ceph-mon[63239]: pgmap v45: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:43 smithi155 ceph-mon[51019]: pgmap v45: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:44 smithi155 ceph-mon[51019]: pgmap v46: 129 pgs: 31 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 65/612 objects degraded (10.621%) 2024-09-11T08:33:45.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:44 smithi155 ceph-mon[51019]: Health check failed: Degraded data redundancy: 65/612 objects degraded (10.621%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:33:45.288 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:44 smithi007 ceph-mon[58951]: pgmap v46: 129 pgs: 31 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 65/612 objects degraded (10.621%) 2024-09-11T08:33:45.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:44 smithi007 ceph-mon[58951]: Health check failed: Degraded data redundancy: 65/612 objects degraded (10.621%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:33:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:44 smithi007 ceph-mon[63239]: pgmap v46: 129 pgs: 31 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 65/612 objects degraded (10.621%) 2024-09-11T08:33:45.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:44 smithi007 ceph-mon[63239]: Health check failed: Degraded data redundancy: 65/612 objects degraded (10.621%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:33:45.728 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0[70032]: 2024-09-11T08:33:45.447+0000 7f49d7a71440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-11T08:33:45.728 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0[70032]: 2024-09-11T08:33:45.468+0000 7f49d7a71440 -1 osd.0 69 log_to_monitors true 2024-09-11T08:33:46.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:45 smithi007 ceph-mon[58951]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:33:46.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:45 smithi007 ceph-mon[63239]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:33:46.040 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:33:45 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0[70032]: 2024-09-11T08:33:45.847+0000 7f49cd819640 -1 osd.0 69 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:33:46.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:45 smithi155 ceph-mon[51019]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:33:47.179 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: osdmap e72: 8 total, 7 up, 8 in 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: pgmap v48: 129 pgs: 31 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 65/612 objects degraded (10.621%) 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: osdmap e72: 8 total, 7 up, 8 in 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: pgmap v48: 129 pgs: 31 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 65/612 objects degraded (10.621%) 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:33:47.181 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:47.182 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.182 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.182 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:33:47.182 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:33:46.836+0000 7f6c3dbf4700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.182 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:33:46.836+0000 7f6c3e3f5700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.182 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:33:46.837+0000 7f6c3dbf4700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.182 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 bash[29104]: debug 2024-09-11T08:33:46.836+0000 7f6c3dbf4700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.182 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 bash[29104]: debug 2024-09-11T08:33:46.836+0000 7f6c3e3f5700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.182 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 bash[29104]: debug 2024-09-11T08:33:46.837+0000 7f6c3dbf4700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.182 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:33:46.839+0000 7f6c3dbf4700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.182 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 bash[29104]: debug 2024-09-11T08:33:46.839+0000 7f6c3dbf4700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.183 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:33:46.842+0000 7f6c3fbf8700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.183 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:33:46 smithi007 bash[29104]: debug 2024-09-11T08:33:46.842+0000 7f6c3fbf8700 -1 osd.1 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:33:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: osdmap e72: 8 total, 7 up, 8 in 2024-09-11T08:33:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:33:47.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: pgmap v48: 129 pgs: 31 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 65/612 objects degraded (10.621%) 2024-09-11T08:33:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:33:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:47.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:33:47.261 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:46.841+0000 7ff2ca502700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.261 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:46.842+0000 7ff2cdd09700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:46.842+0000 7ff2d050e700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 bash[27334]: debug 2024-09-11T08:33:46.841+0000 7ff2ca502700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 bash[27334]: debug 2024-09-11T08:33:46.842+0000 7ff2cdd09700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 bash[27334]: debug 2024-09-11T08:33:46.842+0000 7ff2d050e700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 bash[27334]: debug 2024-09-11T08:33:46.842+0000 7ff2ced0b700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:46.842+0000 7ff2ced0b700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:46.844+0000 7ff2cad03700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 bash[27334]: debug 2024-09-11T08:33:46.844+0000 7ff2cad03700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:46.846+0000 7ff2cbd05700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:47.262 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:46 smithi155 bash[27334]: debug 2024-09-11T08:33:46.846+0000 7ff2cbd05700 -1 osd.5 73 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:48.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[58951]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:33:48.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[58951]: osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530] boot 2024-09-11T08:33:48.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[58951]: osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:33:48.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:33:48.229 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[58951]: osdmap e74: 8 total, 8 up, 8 in 2024-09-11T08:33:48.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[63239]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:33:48.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[63239]: osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530] boot 2024-09-11T08:33:48.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[63239]: osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:33:48.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:33:48.230 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:47 smithi007 ceph-mon[63239]: osdmap e74: 8 total, 8 up, 8 in 2024-09-11T08:33:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:47 smithi155 ceph-mon[51019]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:33:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:47 smithi155 ceph-mon[51019]: osd.0 [v2:172.21.15.7:6802/3073137530,v1:172.21.15.7:6803/3073137530] boot 2024-09-11T08:33:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:47 smithi155 ceph-mon[51019]: osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:33:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:33:48.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:47 smithi155 ceph-mon[51019]: osdmap e74: 8 total, 8 up, 8 in 2024-09-11T08:33:49.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:48 smithi155 ceph-mon[51019]: pgmap v51: 129 pgs: 33 peering, 9 active+undersized, 7 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-11T08:33:49.275 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:48 smithi007 ceph-mon[58951]: pgmap v51: 129 pgs: 33 peering, 9 active+undersized, 7 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-11T08:33:49.276 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:48 smithi007 ceph-mon[63239]: pgmap v51: 129 pgs: 33 peering, 9 active+undersized, 7 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-11T08:33:49.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:49.247+0000 7ff2cb504700 -1 osd.5 74 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:49.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:49.247+0000 7ff2cc506700 -1 osd.5 74 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:49.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:49 smithi155 bash[27334]: debug 2024-09-11T08:33:49.247+0000 7ff2cb504700 -1 osd.5 74 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:49.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:49 smithi155 bash[27334]: debug 2024-09-11T08:33:49.247+0000 7ff2cc506700 -1 osd.5 74 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:49.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:49.352+0000 7ff2cdd09700 -1 osd.5 74 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:49.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:49 smithi155 bash[27334]: debug 2024-09-11T08:33:49.352+0000 7ff2cdd09700 -1 osd.5 74 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:49 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:49 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:49 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:49 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:49 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:49 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:49 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:49 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:49 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:33:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:49 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:49 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:49 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:50.290 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:33:50.003+0000 7f01d0524640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T08:33:51.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:50 smithi155 ceph-mon[51019]: pgmap v52: 129 pgs: 33 peering, 9 active+undersized, 7 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-11T08:33:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:33:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:33:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-09-11T08:33:51.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[58951]: pgmap v52: 129 pgs: 33 peering, 9 active+undersized, 7 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T08:33:51.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:50 smithi007 ceph-mon[63239]: pgmap v52: 129 pgs: 33 peering, 9 active+undersized, 7 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-11T08:33:52.010 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:33:51.543+0000 7ff2cdd09700 -1 osd.5 74 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:52.010 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:33:51 smithi155 bash[27334]: debug 2024-09-11T08:33:51.543+0000 7ff2cdd09700 -1 osd.5 74 build_incremental_map_msg missing incremental map 73 2024-09-11T08:33:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:52 smithi007 ceph-mon[58951]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded) 2024-09-11T08:33:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:52 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:33:52.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:52 smithi007 ceph-mon[63239]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded) 2024-09-11T08:33:52.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:52 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:33:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:52 smithi155 ceph-mon[51019]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded) 2024-09-11T08:33:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:52 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:33:53.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:53 smithi007 ceph-mon[58951]: pgmap v53: 129 pgs: 33 peering, 96 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:53.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:53 smithi007 ceph-mon[63239]: pgmap v53: 129 pgs: 33 peering, 96 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:53 smithi155 ceph-mon[51019]: pgmap v53: 129 pgs: 33 peering, 96 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:55.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:55 smithi007 ceph-mon[58951]: pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:55.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:55 smithi007 ceph-mon[63239]: pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:56.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:55 smithi155 ceph-mon[51019]: pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:57.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:57 smithi007 ceph-mon[63239]: pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:57.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:57 smithi007 ceph-mon[58951]: pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:57.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:57 smithi155 ceph-mon[51019]: pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:33:59.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:33:59 smithi007 ceph-mon[58951]: pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:33:59.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:33:59 smithi007 ceph-mon[63239]: pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:00.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:33:59 smithi155 ceph-mon[51019]: pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:01.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:01 smithi007 ceph-mon[58951]: pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:01.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:01 smithi007 ceph-mon[63239]: pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:01 smithi155 ceph-mon[51019]: pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:04.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:03 smithi155 ceph-mon[51019]: pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:03 smithi007 ceph-mon[58951]: pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:03 smithi007 ceph-mon[63239]: pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:05.693 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:05 smithi007 ceph-mon[58951]: pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:05.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:34:05.694 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:05 smithi007 ceph-mon[63239]: pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:05.694 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:34:06.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:05 smithi155 ceph-mon[51019]: pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:06.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:34:06.820 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:34:06.820 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[58951]: Upgrade: osd.1 is safe to restart 2024-09-11T08:34:06.820 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:06.820 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:34:06.821 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:34:06.821 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:34:06.821 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:34:06.821 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[63239]: Upgrade: osd.1 is safe to restart 2024-09-11T08:34:06.821 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:06.821 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:34:06.821 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:34:06.821 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:06 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:34:06.972 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:34:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:06 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:34:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:06 smithi155 ceph-mon[51019]: Upgrade: osd.1 is safe to restart 2024-09-11T08:34:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:06 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:06 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:34:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:06 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:34:07.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:06 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:34:07.686 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:07 smithi007 ceph-mon[58951]: Upgrade: Updating osd.1 2024-09-11T08:34:07.687 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:07 smithi007 ceph-mon[58951]: Deploying daemon osd.1 on smithi007 2024-09-11T08:34:07.687 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:07 smithi007 ceph-mon[58951]: pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:07.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:07 smithi007 ceph-mon[63239]: Upgrade: Updating osd.1 2024-09-11T08:34:07.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:07 smithi007 ceph-mon[63239]: Deploying daemon osd.1 on smithi007 2024-09-11T08:34:07.687 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:07 smithi007 ceph-mon[63239]: pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (3m) 21s ago 26m 16.9M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (3m) 100s ago 26m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (4m) 100s ago 30m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (14m) 21s ago 31m 435M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (117s) 21s ago 31m 60.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (2m) 100s ago 30m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (91s) 21s ago 30m 32.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (4m) 21s ago 27m 8791k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (4m) 100s ago 27m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (25s) 21s ago 29m 13.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (29m) 21s ago 29m 48.9M 4096M 15.2.0 204a01f9b0b6 13a58a9f9d02 2024-09-11T08:34:07.688 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (29m) 21s ago 29m 44.4M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:34:07.689 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (28m) 21s ago 28m 48.8M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:34:07.689 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (28m) 100s ago 28m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:34:07.689 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (28m) 100s ago 28m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:34:07.689 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (27m) 100s ago 28m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:34:07.689 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (27m) 100s ago 27m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:34:07.689 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (4m) 100s ago 27m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:34:07.689 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (25m) 21s ago 25m 40.1M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:34:07.689 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (25m) 100s ago 25m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:34:08.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:07 smithi155 ceph-mon[51019]: Upgrade: Updating osd.1 2024-09-11T08:34:08.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:07 smithi155 ceph-mon[51019]: Deploying daemon osd.1 on smithi007 2024-09-11T08:34:08.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:07 smithi155 ceph-mon[51019]: pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:08.128 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:34:08.128 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:34:08.128 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:34:08.128 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:34:08.128 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:34:08.128 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:34:08.128 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:34:08.128 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 9, 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:34:08.129 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:34:08.488 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:34:08.489 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:34:08.489 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:34:08.489 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (1 remaining).", 2024-09-11T08:34:08.489 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:34:08.489 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/8 daemons upgraded", 2024-09-11T08:34:08.489 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:34:08.489 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:34:08.489 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:34:08.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='client.54240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:08.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='client.54246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:08.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='client.54252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:08.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[58951]: from='client.54258 172.21.15.7:0/3996293631' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:08.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='client.54240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='client.54246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='client.54252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:08.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:08 smithi007 ceph-mon[63239]: from='client.54258 172.21.15.7:0/3996293631' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:09.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='client.54240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:09.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='client.54246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:09.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='client.54252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:09.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:09.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:09.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:08 smithi155 ceph-mon[51019]: from='client.54258 172.21.15.7:0/3996293631' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:09.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 systemd[1]: Stopping Ceph osd.1 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:34:09.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:34:09.413+0000 7f6c5b49f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:34:09.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:34:09.413+0000 7f6c5b49f700 -1 osd.1 74 *** Got signal Terminated *** 2024-09-11T08:34:09.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 bash[29104]: debug 2024-09-11T08:34:09.413+0000 7f6c5b49f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:34:09.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 bash[29104]: debug 2024-09-11T08:34:09.413+0000 7f6c5b49f700 -1 osd.1 74 *** Got signal Terminated *** 2024-09-11T08:34:09.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 bash[29104]: debug 2024-09-11T08:34:09.413+0000 7f6c5b49f700 -1 osd.1 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:34:09.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1[29118]: debug 2024-09-11T08:34:09.413+0000 7f6c5b49f700 -1 osd.1 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:34:09.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 podman[29104]: 2024-09-11 08:34:09.44467453 +0000 UTC m=+1772.284982210 container died 13a58a9f9d02264afcca0c7bb152a097b6aa65ca1718f76f6edb9ab6a9d62915 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, RELEASE=HEAD) 2024-09-11T08:34:09.805 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[58951]: pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[58951]: from='client.64198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[58951]: osd.1 reported immediately failed by osd.4 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[58951]: osd.1 failed (root=default,host=smithi007) (connection refused reported by osd.4) 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[58951]: osd.1 reported immediately failed by osd.4 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[58951]: osd.1 reported immediately failed by osd.0 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[58951]: osd.1 reported immediately failed by osd.7 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[58951]: osd.1 reported immediately failed by osd.0 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[63239]: pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[63239]: from='client.64198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[63239]: osd.1 reported immediately failed by osd.4 2024-09-11T08:34:09.806 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[63239]: osd.1 failed (root=default,host=smithi007) (connection refused reported by osd.4) 2024-09-11T08:34:09.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[63239]: osd.1 reported immediately failed by osd.4 2024-09-11T08:34:09.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[63239]: osd.1 reported immediately failed by osd.0 2024-09-11T08:34:09.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[63239]: osd.1 reported immediately failed by osd.7 2024-09-11T08:34:09.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:09 smithi007 ceph-mon[63239]: osd.1 reported immediately failed by osd.0 2024-09-11T08:34:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:09 smithi155 ceph-mon[51019]: pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:09 smithi155 ceph-mon[51019]: from='client.64198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:09 smithi155 ceph-mon[51019]: osd.1 reported immediately failed by osd.4 2024-09-11T08:34:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:09 smithi155 ceph-mon[51019]: osd.1 failed (root=default,host=smithi007) (connection refused reported by osd.4) 2024-09-11T08:34:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:09 smithi155 ceph-mon[51019]: osd.1 reported immediately failed by osd.4 2024-09-11T08:34:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:09 smithi155 ceph-mon[51019]: osd.1 reported immediately failed by osd.0 2024-09-11T08:34:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:09 smithi155 ceph-mon[51019]: osd.1 reported immediately failed by osd.7 2024-09-11T08:34:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:09 smithi155 ceph-mon[51019]: osd.1 reported immediately failed by osd.0 2024-09-11T08:34:10.057 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 podman[74190]: 2024-09-11 08:34:09.805978894 +0000 UTC m=+0.504643472 container cleanup 13a58a9f9d02264afcca0c7bb152a097b6aa65ca1718f76f6edb9ab6a9d62915 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.label-schema.vendor=CentOS) 2024-09-11T08:34:10.057 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:09 smithi007 bash[74190]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1 2024-09-11T08:34:10.529 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:10 smithi007 podman[29104]: 2024-09-11 08:34:10.057149923 +0000 UTC m=+1772.897457648 container remove 13a58a9f9d02264afcca0c7bb152a097b6aa65ca1718f76f6edb9ab6a9d62915 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.1, org.label-schema.build-date=20200114, RELEASE=HEAD, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, 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, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-11T08:34:10.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:10 smithi007 ceph-mon[58951]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:34:10.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:10 smithi007 ceph-mon[58951]: osdmap e75: 8 total, 7 up, 8 in 2024-09-11T08:34:10.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:10 smithi007 ceph-mon[63239]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:34:10.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:10 smithi007 ceph-mon[63239]: osdmap e75: 8 total, 7 up, 8 in 2024-09-11T08:34:10.790 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:10 smithi007 podman[74306]: 2024-09-11 08:34:10.43363445 +0000 UTC m=+0.016943587 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:10.790 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:10 smithi007 podman[74306]: 2024-09-11 08:34:10.658514591 +0000 UTC m=+0.241823713 container create 57a385e3100cdc95cd01941d6e63947c5257ce1b0712f3327d3b3dcd8099f88d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-11T08:34:11.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:10 smithi155 ceph-mon[51019]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:34:11.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:10 smithi155 ceph-mon[51019]: osdmap e75: 8 total, 7 up, 8 in 2024-09-11T08:34:11.289 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:10 smithi007 podman[74306]: 2024-09-11 08:34:10.877630985 +0000 UTC m=+0.460940110 container init 57a385e3100cdc95cd01941d6e63947c5257ce1b0712f3327d3b3dcd8099f88d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-11T08:34:11.289 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:10 smithi007 podman[74306]: 2024-09-11 08:34:10.881143052 +0000 UTC m=+0.464452184 container start 57a385e3100cdc95cd01941d6e63947c5257ce1b0712f3327d3b3dcd8099f88d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-11T08:34:11.289 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:10 smithi007 podman[74306]: 2024-09-11 08:34:10.935819551 +0000 UTC m=+0.519128684 container attach 57a385e3100cdc95cd01941d6e63947c5257ce1b0712f3327d3b3dcd8099f88d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:34:11.289 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:11 smithi007 podman[74306]: 2024-09-11 08:34:11.057887918 +0000 UTC m=+0.641197040 container died 57a385e3100cdc95cd01941d6e63947c5257ce1b0712f3327d3b3dcd8099f88d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:34:11.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:11 smithi007 ceph-mon[58951]: pgmap v63: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:11.879 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:11 smithi007 ceph-mon[58951]: osdmap e76: 8 total, 7 up, 8 in 2024-09-11T08:34:11.879 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:11 smithi007 ceph-mon[63239]: pgmap v63: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:11.880 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:11 smithi007 ceph-mon[63239]: osdmap e76: 8 total, 7 up, 8 in 2024-09-11T08:34:11.880 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:11 smithi007 podman[74328]: 2024-09-11 08:34:11.656489874 +0000 UTC m=+0.592881952 container remove 57a385e3100cdc95cd01941d6e63947c5257ce1b0712f3327d3b3dcd8099f88d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T08:34:11.880 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:11 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-11T08:34:11.880 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:11 smithi007 systemd[1]: Stopped Ceph osd.1 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:34:11.880 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:11 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.1.service: Consumed 2.564s CPU time. 2024-09-11T08:34:12.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:11 smithi155 ceph-mon[51019]: pgmap v63: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:34:12.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:11 smithi155 ceph-mon[51019]: osdmap e76: 8 total, 7 up, 8 in 2024-09-11T08:34:12.207 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:11 smithi007 systemd[1]: Starting Ceph osd.1 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:34:12.207 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 podman[74428]: 2024-09-11 08:34:11.994563433 +0000 UTC m=+0.016243058 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:12.207 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 podman[74428]: 2024-09-11 08:34:12.099384797 +0000 UTC m=+0.121064413 container create 984e8caec3f1c02aec5799779bd4e8c98b84bc917d709fc0b1dc5edea04b774e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T08:34:12.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 podman[74428]: 2024-09-11 08:34:12.326970465 +0000 UTC m=+0.348650082 container init 984e8caec3f1c02aec5799779bd4e8c98b84bc917d709fc0b1dc5edea04b774e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:34:12.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 podman[74428]: 2024-09-11 08:34:12.330340128 +0000 UTC m=+0.352019744 container start 984e8caec3f1c02aec5799779bd4e8c98b84bc917d709fc0b1dc5edea04b774e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-11T08:34:12.539 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 podman[74428]: 2024-09-11 08:34:12.410007302 +0000 UTC m=+0.431686918 container attach 984e8caec3f1c02aec5799779bd4e8c98b84bc917d709fc0b1dc5edea04b774e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-11T08:34:12.938 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-mon[58951]: Health check failed: Degraded data redundancy: 6/612 objects degraded (0.980%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:34:12.939 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-mon[63239]: Health check failed: Degraded data redundancy: 6/612 objects degraded (0.980%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:34:12.939 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate[74443]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:34:12.939 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 bash[74428]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:34:12.939 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate[74443]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-11T08:34:12.939 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 bash[74428]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-11T08:34:12.939 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate[74443]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:34:12.939 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 bash[74428]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:34:12.939 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate[74443]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:34:12.940 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 bash[74428]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:34:12.940 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate[74443]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:34:12.940 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 bash[74428]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:34:12.940 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate[74443]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:34:12.940 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 bash[74428]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:34:12.940 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate[74443]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-11T08:34:12.940 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 bash[74428]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-11T08:34:12.940 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:12 smithi007 podman[74428]: 2024-09-11 08:34:12.65013384 +0000 UTC m=+0.671813456 container died 984e8caec3f1c02aec5799779bd4e8c98b84bc917d709fc0b1dc5edea04b774e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:34:13.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:12 smithi155 ceph-mon[51019]: Health check failed: Degraded data redundancy: 6/612 objects degraded (0.980%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:34:13.516 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:13 smithi007 podman[74575]: 2024-09-11 08:34:13.21410194 +0000 UTC m=+0.554540028 container remove 984e8caec3f1c02aec5799779bd4e8c98b84bc917d709fc0b1dc5edea04b774e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-11T08:34:13.516 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:13 smithi007 podman[74635]: 2024-09-11 08:34:13.414811948 +0000 UTC m=+0.103006082 container create c75c7fb660e44d16600d1437ca3800a4c189c0607ac414165b782d12b023a0e0 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-11T08:34:13.516 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:13 smithi007 podman[74635]: 2024-09-11 08:34:13.328543129 +0000 UTC m=+0.016737266 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:13 smithi007 ceph-mon[58951]: pgmap v65: 129 pgs: 4 active+undersized, 17 stale+active+clean, 1 active+undersized+degraded, 107 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 6/612 objects degraded (0.980%) 2024-09-11T08:34:13.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:13 smithi007 ceph-mon[63239]: pgmap v65: 129 pgs: 4 active+undersized, 17 stale+active+clean, 1 active+undersized+degraded, 107 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 6/612 objects degraded (0.980%) 2024-09-11T08:34:13.789 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:13 smithi007 podman[74635]: 2024-09-11 08:34:13.625420739 +0000 UTC m=+0.313614884 container init c75c7fb660e44d16600d1437ca3800a4c189c0607ac414165b782d12b023a0e0 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:34:13.789 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:13 smithi007 podman[74635]: 2024-09-11 08:34:13.628801502 +0000 UTC m=+0.316995637 container start c75c7fb660e44d16600d1437ca3800a4c189c0607ac414165b782d12b023a0e0 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:34:13.789 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:13 smithi007 ceph-osd[74654]: -- 172.21.15.7:0/1591847791 <== mon.0 v2:172.21.15.7:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555836ee6d00 con 0x555836eb9000 2024-09-11T08:34:13.789 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:13 smithi007 bash[74635]: c75c7fb660e44d16600d1437ca3800a4c189c0607ac414165b782d12b023a0e0 2024-09-11T08:34:13.790 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:13 smithi007 systemd[1]: Started Ceph osd.1 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:34:13.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:13 smithi155 ceph-mon[51019]: pgmap v65: 129 pgs: 4 active+undersized, 17 stale+active+clean, 1 active+undersized+degraded, 107 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 6/612 objects degraded (0.980%) 2024-09-11T08:34:14.495 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1[74650]: 2024-09-11T08:34:14.167+0000 7f18019e4440 -1 Falling back to public interface 2024-09-11T08:34:14.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:14.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:14.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:14.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:14.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:34:14.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:14.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:14.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:14.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:14.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:14 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:34:15.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:14 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:15.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:14 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:15.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:14 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:15.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:14 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:15.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:14 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:34:16.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:15 smithi007 ceph-mon[58951]: pgmap v66: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:16.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:15 smithi007 ceph-mon[63239]: pgmap v66: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:16.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:15 smithi155 ceph-mon[51019]: pgmap v66: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:17.202 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1[74650]: 2024-09-11T08:34:16.885+0000 7f18019e4440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-11T08:34:17.202 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1[74650]: 2024-09-11T08:34:16.913+0000 7f18019e4440 -1 osd.1 74 log_to_monitors true 2024-09-11T08:34:18.038 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1[74650]: 2024-09-11T08:34:17.800+0000 7f17f9f91640 -1 osd.1 74 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:34:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[63239]: pgmap v67: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[63239]: from='osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:34:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[63239]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:34:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[58951]: pgmap v67: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[58951]: from='osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:34:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[58951]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:34:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:18.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:17 smithi155 ceph-mon[51019]: pgmap v67: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 299 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:17 smithi155 ceph-mon[51019]: from='osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:34:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:17 smithi155 ceph-mon[51019]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:34:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:18.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:19.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:34:19.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: osdmap e77: 8 total, 7 up, 8 in 2024-09-11T08:34:19.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: from='osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:34:19.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:34:19.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:34:19.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:19.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:19.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:19.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:34:19.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:34:19.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: osdmap e77: 8 total, 7 up, 8 in 2024-09-11T08:34:19.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: from='osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:34:19.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:34:19.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:34:19.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:19.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:19.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:19.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:34:19.043 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:18.789+0000 7f78154a8700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.043 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:18.789+0000 7f78194b0700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.043 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:18.790+0000 7f78194b0700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.043 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:18.789+0000 7f78154a8700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.043 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:18.793+0000 7f78134a4700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.043 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 bash[31326]: debug 2024-09-11T08:34:18.789+0000 7f78154a8700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.044 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 bash[31326]: debug 2024-09-11T08:34:18.789+0000 7f78194b0700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.044 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 bash[31326]: debug 2024-09-11T08:34:18.790+0000 7f78194b0700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.044 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 bash[31326]: debug 2024-09-11T08:34:18.789+0000 7f78154a8700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.044 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 bash[31326]: debug 2024-09-11T08:34:18.793+0000 7f78134a4700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.044 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:18.794+0000 7f78124a2700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.044 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:18 smithi007 bash[31326]: debug 2024-09-11T08:34:18.794+0000 7f78124a2700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: osdmap e77: 8 total, 7 up, 8 in 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: from='osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:19.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:18 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:34:19.539 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:19.251+0000 7f78194b0700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.539 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:19.251+0000 7f78174ac700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.539 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:19 smithi007 bash[31326]: debug 2024-09-11T08:34:19.251+0000 7f78194b0700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.540 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:19 smithi007 bash[31326]: debug 2024-09-11T08:34:19.251+0000 7f78174ac700 -1 osd.3 78 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:19.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[58951]: pgmap v69: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:19.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[58951]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:34:19.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[58951]: osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953] boot 2024-09-11T08:34:19.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[58951]: osdmap e78: 8 total, 8 up, 8 in 2024-09-11T08:34:19.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:34:19.956 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[58951]: osdmap e79: 8 total, 8 up, 8 in 2024-09-11T08:34:19.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[63239]: pgmap v69: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:19.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[63239]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:34:19.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[63239]: osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953] boot 2024-09-11T08:34:19.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[63239]: osdmap e78: 8 total, 8 up, 8 in 2024-09-11T08:34:19.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:34:19.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:19 smithi007 ceph-mon[63239]: osdmap e79: 8 total, 8 up, 8 in 2024-09-11T08:34:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:19 smithi155 ceph-mon[51019]: pgmap v69: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:19 smithi155 ceph-mon[51019]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:34:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:19 smithi155 ceph-mon[51019]: osd.1 [v2:172.21.15.7:6810/2536473953,v1:172.21.15.7:6811/2536473953] boot 2024-09-11T08:34:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:19 smithi155 ceph-mon[51019]: osdmap e78: 8 total, 8 up, 8 in 2024-09-11T08:34:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:34:20.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:19 smithi155 ceph-mon[51019]: osdmap e79: 8 total, 8 up, 8 in 2024-09-11T08:34:20.987 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:20 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 84/612 objects degraded (13.725%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T08:34:20.987 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:20 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 84/612 objects degraded (13.725%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T08:34:21.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:20 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 84/612 objects degraded (13.725%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T08:34:21.553 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:21.413+0000 7f78194b0700 -1 osd.3 79 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:21.553 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:34:21.413+0000 7f78174ac700 -1 osd.3 79 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:21.553 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:21 smithi007 bash[31326]: debug 2024-09-11T08:34:21.413+0000 7f78194b0700 -1 osd.3 79 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:21.553 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:34:21 smithi007 bash[31326]: debug 2024-09-11T08:34:21.413+0000 7f78174ac700 -1 osd.3 79 build_incremental_map_msg missing incremental map 78 2024-09-11T08:34:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: pgmap v72: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:22.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:34:22.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:21 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: pgmap v72: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:34:22.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: pgmap v72: 129 pgs: 35 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:34:22.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:34:22.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:34:22.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:34:22.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:34:22.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:34:22.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:22.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:21 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:23.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:22 smithi155 ceph-mon[51019]: Upgrade: Finalizing container_image settings 2024-09-11T08:34:23.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:22 smithi155 ceph-mon[51019]: Upgrade: Complete! 2024-09-11T08:34:23.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:22 smithi007 ceph-mon[58951]: Upgrade: Finalizing container_image settings 2024-09-11T08:34:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:22 smithi007 ceph-mon[58951]: Upgrade: Complete! 2024-09-11T08:34:23.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:23.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:22 smithi007 ceph-mon[63239]: Upgrade: Finalizing container_image settings 2024-09-11T08:34:23.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:22 smithi007 ceph-mon[63239]: Upgrade: Complete! 2024-09-11T08:34:23.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:24.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:23 smithi155 ceph-mon[51019]: pgmap v73: 129 pgs: 32 active+undersized, 20 active+undersized+degraded, 77 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T08:34:24.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:23 smithi007 ceph-mon[58951]: pgmap v73: 129 pgs: 32 active+undersized, 20 active+undersized+degraded, 77 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T08:34:24.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:23 smithi007 ceph-mon[63239]: pgmap v73: 129 pgs: 32 active+undersized, 20 active+undersized+degraded, 77 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T08:34:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:24 smithi155 ceph-mon[51019]: pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:24 smithi155 ceph-mon[51019]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 78/612 objects degraded (12.745%), 20 pgs degraded) 2024-09-11T08:34:25.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:24 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:34:25.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:24 smithi007 ceph-mon[63239]: pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:25.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:24 smithi007 ceph-mon[63239]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 78/612 objects degraded (12.745%), 20 pgs degraded) 2024-09-11T08:34:25.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:24 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:34:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:24 smithi007 ceph-mon[58951]: pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:24 smithi007 ceph-mon[58951]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 78/612 objects degraded (12.745%), 20 pgs degraded) 2024-09-11T08:34:25.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:24 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:34:27.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:27 smithi155 ceph-mon[51019]: pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:27.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:27 smithi007 ceph-mon[58951]: pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:27.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:27 smithi007 ceph-mon[63239]: pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:29.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:29 smithi155 ceph-mon[51019]: pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:29.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:29 smithi007 ceph-mon[58951]: pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:29.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:29 smithi007 ceph-mon[63239]: pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:31 smithi155 ceph-mon[51019]: pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:31.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:31 smithi007 ceph-mon[58951]: pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:31.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:31 smithi007 ceph-mon[63239]: pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:33.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:33 smithi155 ceph-mon[51019]: pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:33.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:33 smithi007 ceph-mon[58951]: pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:33 smithi007 ceph-mon[63239]: pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:35.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:35 smithi155 ceph-mon[51019]: pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:35.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:35 smithi007 ceph-mon[58951]: pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:35.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:35 smithi007 ceph-mon[63239]: pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:37.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:37 smithi155 ceph-mon[51019]: pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:37.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:37 smithi007 ceph-mon[58951]: pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:37.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:37 smithi007 ceph-mon[63239]: pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:39.543 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:34:39.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:39 smithi155 ceph-mon[51019]: pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:39.786 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:39 smithi007 ceph-mon[58951]: pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:39.786 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:39 smithi007 ceph-mon[63239]: pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:40.613 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:40 smithi007 ceph-mon[58951]: from='client.54276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:40.613 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:40 smithi007 ceph-mon[63239]: from='client.54276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:40.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:40 smithi155 ceph-mon[51019]: from='client.54276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (4m) 23s ago 27m 16.9M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (4m) 2m ago 26m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (5m) 2m ago 30m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (14m) 23s ago 31m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (2m) 23s ago 32m 62.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (3m) 2m ago 30m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (2m) 23s ago 31m 33.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:34:41.352 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (5m) 23s ago 27m 8660k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (5m) 2m ago 27m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (59s) 23s ago 30m 40.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (28s) 23s ago 30m 11.1M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (29m) 23s ago 29m 45.1M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (29m) 23s ago 29m 49.5M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (29m) 2m ago 29m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (28m) 2m ago 28m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (28m) 2m ago 28m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (28m) 2m ago 28m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (4m) 2m ago 27m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (26m) 23s ago 26m 40.2M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:34:41.353 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (26m) 2m ago 26m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:34:41.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:41.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:41.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:41.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:42.181 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-11T08:34:42.705 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:42 smithi007 ceph-mon[58951]: from='client.64216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:42.706 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:42 smithi007 ceph-mon[63239]: from='client.64216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:42 smithi155 ceph-mon[51019]: from='client.64216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:43.666 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:43 smithi007 ceph-mon[58951]: pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:43.667 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:43 smithi007 ceph-mon[63239]: pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:43.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:43 smithi155 ceph-mon[51019]: pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:44.231 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:34:44.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:44 smithi007 ceph-mon[58951]: from='client.54288 172.21.15.7:0/1436420956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:44.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:44 smithi007 ceph-mon[63239]: from='client.54288 172.21.15.7:0/1436420956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:44.892 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 7'"'"'' 2024-09-11T08:34:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:44 smithi155 ceph-mon[51019]: from='client.54288 172.21.15.7:0/1436420956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:45.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:45 smithi007 ceph-mon[58951]: pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:45.722 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:45 smithi007 ceph-mon[63239]: pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:45 smithi155 ceph-mon[51019]: pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:47 smithi007 ceph-mon[58951]: pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:47 smithi007 ceph-mon[58951]: from='client.54294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:47.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:47 smithi007 ceph-mon[63239]: pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:47.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:47 smithi007 ceph-mon[63239]: from='client.54294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:47 smithi155 ceph-mon[51019]: pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:47 smithi155 ceph-mon[51019]: from='client.54294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:48.258 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:34:49.166 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1' 2024-09-11T08:34:49.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:49 smithi007 ceph-mon[58951]: pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:50.518 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:49 smithi007 ceph-mon[63239]: pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:50.519 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:49 smithi155 ceph-mon[51019]: pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:51.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:51 smithi007 ceph-mon[58951]: pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:51.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:51 smithi007 ceph-mon[63239]: pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:51 smithi155 ceph-mon[51019]: pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:52.516 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:52 smithi007 ceph-mon[58951]: from='client.54300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:52.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:52 smithi007 ceph-mon[63239]: from='client.54300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:52.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:52 smithi155 ceph-mon[51019]: from='client.54300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:53.274 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:34:53.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:53 smithi007 ceph-mon[58951]: pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:53.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:53 smithi007 ceph-mon[58951]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:53.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:53.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:53 smithi007 ceph-mon[63239]: pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:53.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:53 smithi007 ceph-mon[63239]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:53.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:53 smithi155 ceph-mon[51019]: pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:53 smithi155 ceph-mon[51019]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:54.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:54 smithi007 ceph-mon[58951]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:54.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:54 smithi007 ceph-mon[63239]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:55.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:54 smithi155 ceph-mon[51019]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:34:55.832 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:34:55.833 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:55 smithi007 ceph-mon[58951]: pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:55.833 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:55 smithi007 ceph-mon[63239]: pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:56.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:55 smithi155 ceph-mon[51019]: pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:56.409 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:34:56.409 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (4m) 38s ago 27m 16.9M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:34:56.409 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (4m) 2m ago 27m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:34:56.409 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (5m) 2m ago 30m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:34:56.409 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (15m) 38s ago 32m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:34:56.409 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (2m) 38s ago 32m 62.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (3m) 2m ago 31m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (2m) 38s ago 31m 33.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (5m) 38s ago 27m 8660k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (5m) 2m ago 27m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (74s) 38s ago 30m 40.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (43s) 38s ago 30m 11.1M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (30m) 38s ago 30m 45.1M 4096M 15.2.0 204a01f9b0b6 069be7d45e3f 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (29m) 38s ago 29m 49.5M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (29m) 2m ago 29m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (28m) 2m ago 29m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (28m) 2m ago 28m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (28m) 2m ago 28m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (4m) 2m ago 28m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:34:56.410 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (26m) 38s ago 26m 40.2M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:34:56.411 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (26m) 2m ago 26m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:34:56.847 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:34:56.847 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:34:56.847 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 6, 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:34:56.848 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:34:56.849 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8, 2024-09-11T08:34:56.849 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T08:34:56.849 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:34:56.849 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:34:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='client.54306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:34:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mgr 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mon 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all crash 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:34:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: Upgrade: osd.2 is safe to restart 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='client.54306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mgr 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mon 2024-09-11T08:34:57.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all crash 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: Upgrade: osd.2 is safe to restart 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='client.54306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:34:57.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mgr 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mon 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all crash 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: Upgrade: osd.2 is safe to restart 2024-09-11T08:34:57.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) crash,osd. Upgrade limited to 1 daemons (1 remaining).", 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "2/8 daemons upgraded", 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:34:57.204 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:34:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:57 smithi155 ceph-mon[51019]: from='client.54312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:57 smithi155 ceph-mon[51019]: from='client.64252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:57 smithi155 ceph-mon[51019]: pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:57 smithi155 ceph-mon[51019]: from='client.64258 172.21.15.7:0/732637237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:34:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:34:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:34:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[58951]: from='client.54312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[58951]: from='client.64252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[58951]: pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[58951]: from='client.64258 172.21.15.7:0/732637237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:34:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:34:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:34:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[63239]: from='client.54312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[63239]: from='client.64252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[63239]: pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[63239]: from='client.64258 172.21.15.7:0/732637237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:34:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:34:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:34:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:34:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:34:58.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:58 smithi007 ceph-mon[58951]: Upgrade: Updating osd.2 2024-09-11T08:34:58.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:58 smithi007 ceph-mon[58951]: Deploying daemon osd.2 on smithi007 2024-09-11T08:34:58.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:58 smithi007 ceph-mon[58951]: from='client.54330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:58.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:58 smithi007 ceph-mon[63239]: Upgrade: Updating osd.2 2024-09-11T08:34:58.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:58 smithi007 ceph-mon[63239]: Deploying daemon osd.2 on smithi007 2024-09-11T08:34:58.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:58 smithi007 ceph-mon[63239]: from='client.54330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:58 smithi155 ceph-mon[51019]: Upgrade: Updating osd.2 2024-09-11T08:34:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:58 smithi155 ceph-mon[51019]: Deploying daemon osd.2 on smithi007 2024-09-11T08:34:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:58 smithi155 ceph-mon[51019]: from='client.54330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:34:59.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:34:59 smithi007 ceph-mon[58951]: pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:34:59.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:34:59 smithi007 ceph-mon[63239]: pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:34:59 smithi155 ceph-mon[51019]: pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:00.184 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 systemd[1]: Stopping Ceph osd.2 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:35:00.492 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:35:00.182+0000 7fb212239700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:35:00.492 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 bash[30220]: debug 2024-09-11T08:35:00.182+0000 7fb212239700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:35:00.492 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 bash[30220]: debug 2024-09-11T08:35:00.182+0000 7fb212239700 -1 osd.2 79 *** Got signal Terminated *** 2024-09-11T08:35:00.492 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 bash[30220]: debug 2024-09-11T08:35:00.182+0000 7fb212239700 -1 osd.2 79 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:35:00.492 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:35:00.182+0000 7fb212239700 -1 osd.2 79 *** Got signal Terminated *** 2024-09-11T08:35:00.492 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2[30235]: debug 2024-09-11T08:35:00.182+0000 7fb212239700 -1 osd.2 79 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:35:00.492 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 podman[30220]: 2024-09-11 08:35:00.216231253 +0000 UTC m=+1805.184059406 container died 069be7d45e3ff4dcb78617cacc579bb291653bd0e26ba1f3ecbe2fa7ff3848e3 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:35:00.753 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 podman[79618]: 2024-09-11 08:35:00.583288274 +0000 UTC m=+0.499358542 container cleanup 069be7d45e3ff4dcb78617cacc579bb291653bd0e26ba1f3ecbe2fa7ff3848e3 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, 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-11T08:35:00.753 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 bash[79618]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.0 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 failed (root=default,host=smithi007) (connection refused reported by osd.0) 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.0 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.1 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.3 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.4 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.1 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.3 2024-09-11T08:35:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.4 2024-09-11T08:35:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.5 2024-09-11T08:35:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.7 2024-09-11T08:35:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.5 2024-09-11T08:35:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.6 2024-09-11T08:35:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.7 2024-09-11T08:35:01.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:00 smithi155 ceph-mon[51019]: osd.2 reported immediately failed by osd.6 2024-09-11T08:35:01.039 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:00 smithi007 podman[79630]: 2024-09-11 08:35:00.784760396 +0000 UTC m=+0.562517803 container remove 069be7d45e3ff4dcb78617cacc579bb291653bd0e26ba1f3ecbe2fa7ff3848e3 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, 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) 2024-09-11T08:35:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.0 2024-09-11T08:35:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 failed (root=default,host=smithi007) (connection refused reported by osd.0) 2024-09-11T08:35:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.0 2024-09-11T08:35:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.1 2024-09-11T08:35:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.3 2024-09-11T08:35:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.4 2024-09-11T08:35:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.1 2024-09-11T08:35:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.3 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.4 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.5 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.7 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.5 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.6 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.7 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[63239]: osd.2 reported immediately failed by osd.6 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.0 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 failed (root=default,host=smithi007) (connection refused reported by osd.0) 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.0 2024-09-11T08:35:01.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.1 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.3 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.4 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.1 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.3 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.4 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.5 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.7 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.5 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.6 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.7 2024-09-11T08:35:01.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:00 smithi007 ceph-mon[58951]: osd.2 reported immediately failed by osd.6 2024-09-11T08:35:01.679 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:01 smithi007 podman[79737]: 2024-09-11 08:35:01.259766248 +0000 UTC m=+0.016275401 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:01.679 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:01 smithi007 podman[79737]: 2024-09-11 08:35:01.360719373 +0000 UTC m=+0.117228523 container create f875be9ad84bd7251bac0be2351efcc6cda2fffe7ccfffa651226f6801148a56 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-11T08:35:01.679 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:01 smithi007 podman[79737]: 2024-09-11 08:35:01.588238145 +0000 UTC m=+0.344747296 container init f875be9ad84bd7251bac0be2351efcc6cda2fffe7ccfffa651226f6801148a56 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-11T08:35:01.680 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:01 smithi007 podman[79737]: 2024-09-11 08:35:01.591599529 +0000 UTC m=+0.348108688 container start f875be9ad84bd7251bac0be2351efcc6cda2fffe7ccfffa651226f6801148a56 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:35:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:01 smithi155 ceph-mon[51019]: pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:01 smithi155 ceph-mon[51019]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:35:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:01 smithi155 ceph-mon[51019]: osdmap e80: 8 total, 7 up, 8 in 2024-09-11T08:35:02.038 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:01 smithi007 ceph-mon[63239]: pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:02.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:01 smithi007 ceph-mon[63239]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:35:02.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:01 smithi007 ceph-mon[63239]: osdmap e80: 8 total, 7 up, 8 in 2024-09-11T08:35:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:01 smithi007 ceph-mon[58951]: pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:01 smithi007 ceph-mon[58951]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:35:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:01 smithi007 ceph-mon[58951]: osdmap e80: 8 total, 7 up, 8 in 2024-09-11T08:35:02.039 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:01 smithi007 podman[79737]: 2024-09-11 08:35:01.679708101 +0000 UTC m=+0.436217267 container attach f875be9ad84bd7251bac0be2351efcc6cda2fffe7ccfffa651226f6801148a56 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-11T08:35:02.039 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:01 smithi007 podman[79737]: 2024-09-11 08:35:01.775519003 +0000 UTC m=+0.532028166 container died f875be9ad84bd7251bac0be2351efcc6cda2fffe7ccfffa651226f6801148a56 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:35:02.762 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:02 smithi007 podman[79760]: 2024-09-11 08:35:02.400052902 +0000 UTC m=+0.618032032 container remove f875be9ad84bd7251bac0be2351efcc6cda2fffe7ccfffa651226f6801148a56 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:35:02.763 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:02 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-11T08:35:02.763 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:02 smithi007 systemd[1]: Stopped Ceph osd.2 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:35:02.763 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:02 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.2.service: Consumed 2.581s CPU time. 2024-09-11T08:35:02.763 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:02 smithi007 systemd[1]: Starting Ceph osd.2 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:35:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:02 smithi007 ceph-mon[58951]: osdmap e81: 8 total, 7 up, 8 in 2024-09-11T08:35:03.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:02 smithi007 ceph-mon[63239]: osdmap e81: 8 total, 7 up, 8 in 2024-09-11T08:35:03.040 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:02 smithi007 podman[79859]: 2024-09-11 08:35:02.758999265 +0000 UTC m=+0.016919689 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:03.040 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:02 smithi007 podman[79859]: 2024-09-11 08:35:02.884820724 +0000 UTC m=+0.142741134 container create 435970604f699dd1fc1b76ec6016acf5c078722f41294de02ed0221ad5dbb78b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T08:35:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:02 smithi155 ceph-mon[51019]: osdmap e81: 8 total, 7 up, 8 in 2024-09-11T08:35:03.354 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 podman[79859]: 2024-09-11 08:35:03.079531678 +0000 UTC m=+0.337452091 container init 435970604f699dd1fc1b76ec6016acf5c078722f41294de02ed0221ad5dbb78b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T08:35:03.354 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 podman[79859]: 2024-09-11 08:35:03.082949685 +0000 UTC m=+0.340870096 container start 435970604f699dd1fc1b76ec6016acf5c078722f41294de02ed0221ad5dbb78b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-11T08:35:03.354 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 podman[79859]: 2024-09-11 08:35:03.15421234 +0000 UTC m=+0.412132751 container attach 435970604f699dd1fc1b76ec6016acf5c078722f41294de02ed0221ad5dbb78b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-11T08:35:03.683 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate[79874]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:35:03.683 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 bash[79859]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:35:03.683 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate[79874]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-11T08:35:03.683 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 bash[79859]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-11T08:35:03.683 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate[79874]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:35:03.683 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 bash[79859]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate[79874]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 bash[79859]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate[79874]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 bash[79859]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate[79874]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 bash[79859]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate[79874]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 bash[79859]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-11T08:35:03.684 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:03 smithi007 podman[79859]: 2024-09-11 08:35:03.408414301 +0000 UTC m=+0.666334723 container died 435970604f699dd1fc1b76ec6016acf5c078722f41294de02ed0221ad5dbb78b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:35:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-mon[63239]: pgmap v95: 129 pgs: 5 peering, 8 stale+active+clean, 116 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-mon[63239]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:35:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-mon[58951]: pgmap v95: 129 pgs: 5 peering, 8 stale+active+clean, 116 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:03 smithi007 ceph-mon[58951]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:35:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:03 smithi155 ceph-mon[51019]: pgmap v95: 129 pgs: 5 peering, 8 stale+active+clean, 116 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:03 smithi155 ceph-mon[51019]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:35:04.481 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:04 smithi007 podman[80001]: 2024-09-11 08:35:04.141395082 +0000 UTC m=+0.726432736 container remove 435970604f699dd1fc1b76ec6016acf5c078722f41294de02ed0221ad5dbb78b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-activate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-11T08:35:04.481 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:04 smithi007 podman[80059]: 2024-09-11 08:35:04.260745434 +0000 UTC m=+0.017051747 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:04.481 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:04 smithi007 podman[80059]: 2024-09-11 08:35:04.367383024 +0000 UTC m=+0.123689383 container create c931c554048c837179f87b423684b1f102e03036d4e8d85584eef9cd8f8d88d3 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-11T08:35:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:05.040 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:04 smithi007 podman[80059]: 2024-09-11 08:35:04.586384221 +0000 UTC m=+0.342690534 container init c931c554048c837179f87b423684b1f102e03036d4e8d85584eef9cd8f8d88d3 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-11T08:35:05.040 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:04 smithi007 podman[80059]: 2024-09-11 08:35:04.589605231 +0000 UTC m=+0.345911542 container start c931c554048c837179f87b423684b1f102e03036d4e8d85584eef9cd8f8d88d3 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-11T08:35:05.040 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:04 smithi007 ceph-osd[80077]: -- 172.21.15.7:0/259466085 <== mon.1 v2:172.21.15.7:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f8b70e4d00 con 0x55f8b70b6c00 2024-09-11T08:35:05.040 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:04 smithi007 bash[80059]: c931c554048c837179f87b423684b1f102e03036d4e8d85584eef9cd8f8d88d3 2024-09-11T08:35:05.040 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:04 smithi007 systemd[1]: Started Ceph osd.2 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:35:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:05.462 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2[80073]: 2024-09-11T08:35:05.140+0000 7f403b633440 -1 Falling back to public interface 2024-09-11T08:35:06.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:05 smithi007 ceph-mon[58951]: pgmap v96: 129 pgs: 17 active+undersized, 5 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 590 MiB used, 709 GiB / 715 GiB avail; 49/612 objects degraded (8.007%) 2024-09-11T08:35:06.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:05 smithi007 ceph-mon[58951]: Health check failed: Degraded data redundancy: 49/612 objects degraded (8.007%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:05 smithi007 ceph-mon[63239]: pgmap v96: 129 pgs: 17 active+undersized, 5 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 590 MiB used, 709 GiB / 715 GiB avail; 49/612 objects degraded (8.007%) 2024-09-11T08:35:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:05 smithi007 ceph-mon[63239]: Health check failed: Degraded data redundancy: 49/612 objects degraded (8.007%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:05 smithi155 ceph-mon[51019]: pgmap v96: 129 pgs: 17 active+undersized, 5 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 590 MiB used, 709 GiB / 715 GiB avail; 49/612 objects degraded (8.007%) 2024-09-11T08:35:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:05 smithi155 ceph-mon[51019]: Health check failed: Degraded data redundancy: 49/612 objects degraded (8.007%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:07.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:06 smithi007 ceph-mon[58951]: pgmap v97: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 590 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:07.087 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:06 smithi007 ceph-mon[58951]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:35:07.087 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:06 smithi007 ceph-mon[63239]: pgmap v97: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 590 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:07.087 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:06 smithi007 ceph-mon[63239]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:35:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:06 smithi155 ceph-mon[51019]: pgmap v97: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 590 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:06 smithi155 ceph-mon[51019]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:35:08.108 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:07 smithi007 ceph-mon[58951]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:35:08.108 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:07 smithi007 ceph-mon[63239]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:35:08.109 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2[80073]: 2024-09-11T08:35:07.827+0000 7f403b633440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-11T08:35:08.109 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2[80073]: 2024-09-11T08:35:07.848+0000 7f403b633440 -1 osd.2 79 log_to_monitors true 2024-09-11T08:35:08.109 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:35:07 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2[80073]: 2024-09-11T08:35:07.920+0000 7f40323dd640 -1 osd.2 79 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:35:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:07 smithi155 ceph-mon[51019]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:35:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:08 smithi155 ceph-mon[51019]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:35:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:08 smithi155 ceph-mon[51019]: osdmap e82: 8 total, 7 up, 8 in 2024-09-11T08:35:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:08 smithi155 ceph-mon[51019]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:08 smithi155 ceph-mon[51019]: pgmap v99: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:09.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[63239]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:35:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[63239]: osdmap e82: 8 total, 7 up, 8 in 2024-09-11T08:35:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[63239]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[63239]: pgmap v99: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[58951]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:35:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[58951]: osdmap e82: 8 total, 7 up, 8 in 2024-09-11T08:35:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[58951]: from='osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[58951]: pgmap v99: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:09.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:10.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:35:10.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138] boot 2024-09-11T08:35:10.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: osdmap e83: 8 total, 8 up, 8 in 2024-09-11T08:35:10.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:35:10.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:10.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:10.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:10.175 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[58951]: osdmap e84: 8 total, 8 up, 8 in 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138] boot 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: osdmap e83: 8 total, 8 up, 8 in 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:35:10.176 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:09 smithi007 ceph-mon[63239]: osdmap e84: 8 total, 8 up, 8 in 2024-09-11T08:35:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:35:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: osd.2 [v2:172.21.15.7:6818/4149453138,v1:172.21.15.7:6819/4149453138] boot 2024-09-11T08:35:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: osdmap e83: 8 total, 8 up, 8 in 2024-09-11T08:35:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:35:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:35:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:09 smithi155 ceph-mon[51019]: osdmap e84: 8 total, 8 up, 8 in 2024-09-11T08:35:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:10 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:10 smithi155 ceph-mon[51019]: pgmap v102: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:10 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:10 smithi007 ceph-mon[58951]: pgmap v102: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:10 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:11.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:10 smithi007 ceph-mon[63239]: pgmap v102: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T08:35:12.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:12 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:12.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:12 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:12.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:12 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:12.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:12 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:12.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:12 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:12.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:12 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:12.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:12 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:12.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:12 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:12.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:12 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:12.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:12 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:12.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:12 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:12.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:12 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: pgmap v103: 129 pgs: 19 active+undersized, 10 active+undersized+degraded, 100 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 49/612 objects degraded (8.007%) 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: Upgrade: Finalizing container_image settings 2024-09-11T08:35:13.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.762 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: Upgrade: Complete! 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.763 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: pgmap v103: 129 pgs: 19 active+undersized, 10 active+undersized+degraded, 100 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 49/612 objects degraded (8.007%) 2024-09-11T08:35:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:35:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: Upgrade: Finalizing container_image settings 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:35:13.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: pgmap v103: 129 pgs: 19 active+undersized, 10 active+undersized+degraded, 100 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 49/612 objects degraded (8.007%) 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: Upgrade: Finalizing container_image settings 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:35:13.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:35:13.793 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: Upgrade: Complete! 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:35:13.794 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:35:13.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: Upgrade: Complete! 2024-09-11T08:35:13.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:35:13.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:35:13.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:13.795 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:14.857 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:14 smithi155 ceph-mon[51019]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/612 objects degraded (8.007%), 10 pgs degraded) 2024-09-11T08:35:14.858 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:14 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:35:15.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:14 smithi007 ceph-mon[58951]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/612 objects degraded (8.007%), 10 pgs degraded) 2024-09-11T08:35:15.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:14 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:35:15.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:14 smithi007 ceph-mon[63239]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/612 objects degraded (8.007%), 10 pgs degraded) 2024-09-11T08:35:15.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:14 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:35:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:15 smithi155 ceph-mon[51019]: pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:16.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:15 smithi007 ceph-mon[58951]: pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:16.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:15 smithi007 ceph-mon[63239]: pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:17 smithi155 ceph-mon[51019]: pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:17 smithi007 ceph-mon[58951]: pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:17 smithi007 ceph-mon[63239]: pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:20.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:19 smithi155 ceph-mon[51019]: pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:20.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:19 smithi007 ceph-mon[58951]: pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:20.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:19 smithi007 ceph-mon[63239]: pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:22.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:21 smithi155 ceph-mon[51019]: pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:22.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:21 smithi007 ceph-mon[58951]: pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:21 smithi007 ceph-mon[63239]: pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:22.940 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-09-11T08:35:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:35:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:35:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:35:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-09-11T08:35:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:23 smithi155 ceph-mon[51019]: pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:24.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:23 smithi007 ceph-mon[58951]: pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:24.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:23 smithi007 ceph-mon[63239]: pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:25 smithi155 ceph-mon[51019]: pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:25 smithi007 ceph-mon[58951]: pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:25 smithi007 ceph-mon[63239]: pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:27.893 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:27 smithi007 ceph-mon[58951]: pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:27.893 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:27 smithi007 ceph-mon[63239]: pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:27 smithi155 ceph-mon[51019]: pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:28.272 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:35:28.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:28 smithi007 ceph-mon[58951]: from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:28.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:28 smithi007 ceph-mon[63239]: from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:28 smithi155 ceph-mon[51019]: from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:29.808 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:29 smithi007 ceph-mon[58951]: pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:29.808 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:29 smithi007 ceph-mon[63239]: pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:29 smithi155 ceph-mon[51019]: pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:30.287 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:35:30.287 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (5m) 21s ago 28m 17.0M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (4m) 3m ago 27m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (6m) 3m ago 31m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (15m) 21s ago 32m 441M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (3m) 21s ago 32m 76.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (4m) 3m ago 31m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (2m) 21s ago 31m 47.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (5m) 21s ago 28m 8392k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (5m) 3m ago 28m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (108s) 21s ago 31m 42.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (76s) 21s ago 30m 40.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (26s) 21s ago 30m 11.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:35:30.288 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (30m) 21s ago 30m 50.4M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:35:30.289 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (30m) 3m ago 30m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:35:30.289 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (29m) 3m ago 29m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:35:30.289 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (29m) 3m ago 29m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:35:30.289 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (29m) 3m ago 29m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:35:30.289 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (5m) 3m ago 28m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:35:30.289 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (27m) 21s ago 27m 40.4M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:35:30.289 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (27m) 3m ago 27m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:35:30.917 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:30.917 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:30.917 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:30.918 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:30.933 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-11T08:35:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:31.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:31.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:31.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:31.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:31 smithi007 ceph-mon[63239]: from='client.54348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:31.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:31 smithi007 ceph-mon[63239]: pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:31.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:31 smithi007 ceph-mon[58951]: from='client.54348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:31.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:31 smithi007 ceph-mon[58951]: pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:31 smithi155 ceph-mon[51019]: from='client.54348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:31 smithi155 ceph-mon[51019]: pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:32.879 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:35:33.474 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 8'"'"'' 2024-09-11T08:35:33.709 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:33 smithi007 ceph-mon[63239]: pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:33.709 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:33 smithi007 ceph-mon[63239]: from='client.? 172.21.15.7:0/2752145401' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:33.710 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:33 smithi007 ceph-mon[58951]: pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:33.710 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:33 smithi007 ceph-mon[58951]: from='client.? 172.21.15.7:0/2752145401' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:33 smithi155 ceph-mon[51019]: pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:33 smithi155 ceph-mon[51019]: from='client.? 172.21.15.7:0/2752145401' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:35.986 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:35 smithi007 ceph-mon[58951]: pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:35.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:35 smithi007 ceph-mon[63239]: pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:36.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:35 smithi155 ceph-mon[51019]: pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:36.858 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:36 smithi007 ceph-mon[58951]: from='client.54360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:36.858 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:36 smithi007 ceph-mon[63239]: from='client.54360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:36.897 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:35:37.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:36 smithi155 ceph-mon[51019]: from='client.54360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:37.606 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd' 2024-09-11T08:35:37.844 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:37 smithi007 ceph-mon[58951]: pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:37.844 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:37 smithi007 ceph-mon[63239]: pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:37 smithi155 ceph-mon[51019]: pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:39.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:39 smithi007 ceph-mon[58951]: pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:39.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:39 smithi007 ceph-mon[63239]: pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:40.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:39 smithi155 ceph-mon[51019]: pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:40.947 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:40 smithi007 ceph-mon[58951]: from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:40.947 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:40 smithi007 ceph-mon[63239]: from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:40.980 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:40 smithi155 ceph-mon[51019]: from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:41.693 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:41 smithi007 ceph-mon[58951]: pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:41.693 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:41.693 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:41.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:41 smithi007 ceph-mon[63239]: pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:41.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:41.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:41.710 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:35:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:41 smithi155 ceph-mon[51019]: pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:42.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:42 smithi007 ceph-mon[63239]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:42.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:42 smithi007 ceph-mon[63239]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:42.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:42 smithi007 ceph-mon[58951]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:42.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:42 smithi007 ceph-mon[58951]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:42 smithi155 ceph-mon[51019]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:42 smithi155 ceph-mon[51019]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:43.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:43.912 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.026 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:44.027 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:35:44.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[58951]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:35:44.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[58951]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:35:44.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mgr 2024-09-11T08:35:44.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mon 2024-09-11T08:35:44.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all crash 2024-09-11T08:35:44.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:35:44.955 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[58951]: Upgrade: osd.3 is safe to restart 2024-09-11T08:35:44.955 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[63239]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:35:44.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[63239]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:35:44.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mgr 2024-09-11T08:35:44.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mon 2024-09-11T08:35:44.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all crash 2024-09-11T08:35:44.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:35:44.956 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:44 smithi007 ceph-mon[63239]: Upgrade: osd.3 is safe to restart 2024-09-11T08:35:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:44 smithi155 ceph-mon[51019]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:35:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:44 smithi155 ceph-mon[51019]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:35:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:44 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mgr 2024-09-11T08:35:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:44 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mon 2024-09-11T08:35:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:44 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all crash 2024-09-11T08:35:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:44 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:35:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:44 smithi155 ceph-mon[51019]: Upgrade: osd.3 is safe to restart 2024-09-11T08:35:45.727 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[63239]: pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:45.727 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:45.727 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:35:45.727 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:35:45.727 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:35:45.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[58951]: pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:45.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:45.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:35:45.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:35:45.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:45 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:35:46.003 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:35:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:45 smithi155 ceph-mon[51019]: pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:45 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:45 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:35:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:45 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:35:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:45 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:35:46.715 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:35:46.715 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (5m) 38s ago 28m 17.0M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:35:46.715 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (5m) 3m ago 28m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:35:46.715 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (6m) 3m ago 31m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:35:46.715 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (16m) 38s ago 33m 441M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (3m) 38s ago 33m 76.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (4m) 3m ago 32m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (3m) 38s ago 32m 47.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (6m) 38s ago 28m 8392k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (6m) 3m ago 28m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (2m) 38s ago 31m 42.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (93s) 38s ago 31m 40.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (42s) 38s ago 30m 11.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (30m) 38s ago 30m 50.4M 4096M 15.2.0 204a01f9b0b6 40b0065ba84e 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (30m) 3m ago 30m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (29m) 3m ago 30m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (29m) 3m ago 29m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:35:46.716 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (29m) 3m ago 29m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:35:46.717 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (5m) 3m ago 28m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:35:46.717 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (27m) 38s ago 27m 40.4M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:35:46.717 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (27m) 3m ago 27m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:35:46.876 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:46 smithi007 ceph-mon[58951]: Upgrade: Updating osd.3 2024-09-11T08:35:46.876 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:46 smithi007 ceph-mon[58951]: Deploying daemon osd.3 on smithi007 2024-09-11T08:35:46.877 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:46 smithi007 ceph-mon[63239]: Upgrade: Updating osd.3 2024-09-11T08:35:46.877 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:46 smithi007 ceph-mon[63239]: Deploying daemon osd.3 on smithi007 2024-09-11T08:35:47.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:46 smithi155 ceph-mon[51019]: Upgrade: Updating osd.3 2024-09-11T08:35:47.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:46 smithi155 ceph-mon[51019]: Deploying daemon osd.3 on smithi007 2024-09-11T08:35:47.160 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 5, 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:35:47.161 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:35:47.162 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:35:47.162 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:35:47.162 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:35:47.162 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-09-11T08:35:47.162 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:35:47.162 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:35:47.162 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "3/8 daemons upgraded", 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:35:47.528 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:35:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='client.54372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='client.64318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[58951]: from='client.64324 172.21.15.7:0/2335921455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:47.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='client.54372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='client.64318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:47.792 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:47 smithi007 ceph-mon[63239]: from='client.64324 172.21.15.7:0/2335921455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='client.54372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='client.64318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:35:48.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:47 smithi155 ceph-mon[51019]: from='client.64324 172.21.15.7:0/2335921455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:35:48.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:48 smithi007 ceph-mon[58951]: from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:48.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:48 smithi007 ceph-mon[63239]: from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:48.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 systemd[1]: Stopping Ceph osd.3 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:35:48.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:35:48.546+0000 7f7832d53700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:35:48.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:35:48.547+0000 7f7832d53700 -1 osd.3 84 *** Got signal Terminated *** 2024-09-11T08:35:48.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 bash[31326]: debug 2024-09-11T08:35:48.546+0000 7f7832d53700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:35:48.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 bash[31326]: debug 2024-09-11T08:35:48.547+0000 7f7832d53700 -1 osd.3 84 *** Got signal Terminated *** 2024-09-11T08:35:48.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 bash[31326]: debug 2024-09-11T08:35:48.547+0000 7f7832d53700 -1 osd.3 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:35:48.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3[31341]: debug 2024-09-11T08:35:48.547+0000 7f7832d53700 -1 osd.3 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:35:48.790 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 podman[31326]: 2024-09-11 08:35:48.581882203 +0000 UTC m=+1835.824692212 container died 40b0065ba84e7099d5ffa272315ae6a50ed8c3cd355349a117a3cc82c0c6374b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, 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, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0) 2024-09-11T08:35:49.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:48 smithi155 ceph-mon[51019]: from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:35:49.248 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 podman[84996]: 2024-09-11 08:35:48.988579956 +0000 UTC m=+0.537556310 container cleanup 40b0065ba84e7099d5ffa272315ae6a50ed8c3cd355349a117a3cc82c0c6374b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-11T08:35:49.248 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:48 smithi007 bash[84996]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3 2024-09-11T08:35:49.538 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:49 smithi007 podman[85009]: 2024-09-11 08:35:49.248627749 +0000 UTC m=+0.660522171 container remove 40b0065ba84e7099d5ffa272315ae6a50ed8c3cd355349a117a3cc82c0c6374b (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.3, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, 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, ceph=True, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=HEAD, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:35:49.980 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:49 smithi007 podman[85112]: 2024-09-11 08:35:49.619652977 +0000 UTC m=+0.016284931 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:49.980 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:49 smithi007 podman[85112]: 2024-09-11 08:35:49.732969339 +0000 UTC m=+0.129601295 container create e8807d1fdbfcb33c5d4913833401d218ba88d82ef30b3c404ee641ab84503711 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux ) 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 failed (root=default,host=smithi007) (connection refused reported by osd.5) 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.982 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[58951]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:49.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 failed (root=default,host=smithi007) (connection refused reported by osd.5) 2024-09-11T08:35:49.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:49.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:49.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:49.984 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:49.985 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:49.986 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:49 smithi007 ceph-mon[63239]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 failed (root=default,host=smithi007) (connection refused reported by osd.5) 2024-09-11T08:35:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:50.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.4 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.0 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.2 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:50.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.1 2024-09-11T08:35:50.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:50.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.6 2024-09-11T08:35:50.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.7 2024-09-11T08:35:50.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:49 smithi155 ceph-mon[51019]: osd.3 reported immediately failed by osd.5 2024-09-11T08:35:50.284 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:50 smithi007 podman[85112]: 2024-09-11 08:35:50.102881756 +0000 UTC m=+0.499513710 container init e8807d1fdbfcb33c5d4913833401d218ba88d82ef30b3c404ee641ab84503711 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T08:35:50.284 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:50 smithi007 podman[85112]: 2024-09-11 08:35:50.106385569 +0000 UTC m=+0.503017531 container start e8807d1fdbfcb33c5d4913833401d218ba88d82ef30b3c404ee641ab84503711 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-11T08:35:50.284 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:50 smithi007 podman[85112]: 2024-09-11 08:35:50.160976541 +0000 UTC m=+0.557608494 container attach e8807d1fdbfcb33c5d4913833401d218ba88d82ef30b3c404ee641ab84503711 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:35:50.539 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:50 smithi007 podman[85112]: 2024-09-11 08:35:50.284775401 +0000 UTC m=+0.681407364 container died e8807d1fdbfcb33c5d4913833401d218ba88d82ef30b3c404ee641ab84503711 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0) 2024-09-11T08:35:50.906 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:50 smithi007 ceph-mon[58951]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:35:50.907 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:50 smithi007 ceph-mon[58951]: osdmap e85: 8 total, 7 up, 8 in 2024-09-11T08:35:50.907 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:50 smithi007 ceph-mon[63239]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:35:50.907 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:50 smithi007 ceph-mon[63239]: osdmap e85: 8 total, 7 up, 8 in 2024-09-11T08:35:51.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:50 smithi155 ceph-mon[51019]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:35:51.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:50 smithi155 ceph-mon[51019]: osdmap e85: 8 total, 7 up, 8 in 2024-09-11T08:35:51.289 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:50 smithi007 podman[85135]: 2024-09-11 08:35:50.906871214 +0000 UTC m=+0.615458505 container remove e8807d1fdbfcb33c5d4913833401d218ba88d82ef30b3c404ee641ab84503711 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-11T08:35:51.290 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:50 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-11T08:35:51.290 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:50 smithi007 systemd[1]: Stopped Ceph osd.3 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:35:51.290 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:50 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.3.service: Consumed 2.617s CPU time. 2024-09-11T08:35:51.290 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 systemd[1]: Starting Ceph osd.3 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:35:51.619 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 podman[85234]: 2024-09-11 08:35:51.254910022 +0000 UTC m=+0.016464453 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:51.620 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 podman[85234]: 2024-09-11 08:35:51.374867898 +0000 UTC m=+0.136422333 container create 950531d37c6a10a0ca02de71fd643b3d6e51ab5dea51ceb51ef2654a3113935a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0) 2024-09-11T08:35:51.900 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-mon[58951]: pgmap v123: 129 pgs: 20 stale+active+clean, 109 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:51.900 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-mon[58951]: osdmap e86: 8 total, 7 up, 8 in 2024-09-11T08:35:51.900 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-mon[63239]: pgmap v123: 129 pgs: 20 stale+active+clean, 109 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:51.900 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-mon[63239]: osdmap e86: 8 total, 7 up, 8 in 2024-09-11T08:35:51.900 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 podman[85234]: 2024-09-11 08:35:51.619346015 +0000 UTC m=+0.380900449 container init 950531d37c6a10a0ca02de71fd643b3d6e51ab5dea51ceb51ef2654a3113935a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-11T08:35:51.900 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 podman[85234]: 2024-09-11 08:35:51.622954003 +0000 UTC m=+0.384508442 container start 950531d37c6a10a0ca02de71fd643b3d6e51ab5dea51ceb51ef2654a3113935a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-11T08:35:51.901 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 podman[85234]: 2024-09-11 08:35:51.727696122 +0000 UTC m=+0.489250568 container attach 950531d37c6a10a0ca02de71fd643b3d6e51ab5dea51ceb51ef2654a3113935a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-11T08:35:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:51 smithi155 ceph-mon[51019]: pgmap v123: 129 pgs: 20 stale+active+clean, 109 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:35:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:51 smithi155 ceph-mon[51019]: osdmap e86: 8 total, 7 up, 8 in 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate[85249]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 bash[85234]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate[85249]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 bash[85234]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate[85249]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 bash[85234]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate[85249]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 bash[85234]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:35:52.257 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate[85249]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T08:35:52.258 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 bash[85234]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T08:35:52.258 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate[85249]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:35:52.258 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 bash[85234]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:35:52.258 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate[85249]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-11T08:35:52.258 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 bash[85234]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-11T08:35:52.258 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:51 smithi007 podman[85234]: 2024-09-11 08:35:51.944474512 +0000 UTC m=+0.706028943 container died 950531d37c6a10a0ca02de71fd643b3d6e51ab5dea51ceb51ef2654a3113935a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-11T08:35:52.936 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:52 smithi007 ceph-mon[58951]: Health check failed: Degraded data redundancy: 22/612 objects degraded (3.595%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:52.936 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:52 smithi007 ceph-mon[63239]: Health check failed: Degraded data redundancy: 22/612 objects degraded (3.595%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:52.936 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:52 smithi007 podman[85364]: 2024-09-11 08:35:52.582187075 +0000 UTC m=+0.627171864 container remove 950531d37c6a10a0ca02de71fd643b3d6e51ab5dea51ceb51ef2654a3113935a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-activate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:35:52.937 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:52 smithi007 podman[85424]: 2024-09-11 08:35:52.705190495 +0000 UTC m=+0.017283280 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:35:52.937 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:52 smithi007 podman[85424]: 2024-09-11 08:35:52.807822797 +0000 UTC m=+0.119915581 container create d3b0a890beeaf46b9fbf8cda9abc1cfba53a8aa6b389267ae88dd13969cf8255 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-11T08:35:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:52 smithi155 ceph-mon[51019]: Health check failed: Degraded data redundancy: 22/612 objects degraded (3.595%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:35:53.415 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:53 smithi007 podman[85424]: 2024-09-11 08:35:53.052543465 +0000 UTC m=+0.364636250 container init d3b0a890beeaf46b9fbf8cda9abc1cfba53a8aa6b389267ae88dd13969cf8255 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , ceph=True) 2024-09-11T08:35:53.415 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:53 smithi007 podman[85424]: 2024-09-11 08:35:53.055979549 +0000 UTC m=+0.368072334 container start d3b0a890beeaf46b9fbf8cda9abc1cfba53a8aa6b389267ae88dd13969cf8255 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-11T08:35:53.415 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-osd[85444]: -- 172.21.15.7:0/2477948693 <== mon.0 v2:172.21.15.7:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559bcc560d00 con 0x559bcc532c00 2024-09-11T08:35:53.415 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:53 smithi007 bash[85424]: d3b0a890beeaf46b9fbf8cda9abc1cfba53a8aa6b389267ae88dd13969cf8255 2024-09-11T08:35:53.415 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:53 smithi007 systemd[1]: Started Ceph osd.3 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:35:53.696 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3[85440]: 2024-09-11T08:35:53.596+0000 7f0ccf61d440 -1 Falling back to public interface 2024-09-11T08:35:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:53 smithi155 ceph-mon[51019]: pgmap v125: 129 pgs: 5 active+undersized, 16 stale+active+clean, 5 active+undersized+degraded, 103 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 22/612 objects degraded (3.595%) 2024-09-11T08:35:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:54.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[58951]: pgmap v125: 129 pgs: 5 active+undersized, 16 stale+active+clean, 5 active+undersized+degraded, 103 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 22/612 objects degraded (3.595%) 2024-09-11T08:35:54.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:54.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:54.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:54.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:54.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[63239]: pgmap v125: 129 pgs: 5 active+undersized, 16 stale+active+clean, 5 active+undersized+degraded, 103 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 22/612 objects degraded (3.595%) 2024-09-11T08:35:54.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:54.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:54.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:54.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:56.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:55 smithi155 ceph-mon[51019]: pgmap v126: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 75/612 objects degraded (12.255%) 2024-09-11T08:35:56.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:55 smithi007 ceph-mon[58951]: pgmap v126: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 75/612 objects degraded (12.255%) 2024-09-11T08:35:56.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:55 smithi007 ceph-mon[63239]: pgmap v126: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 75/612 objects degraded (12.255%) 2024-09-11T08:35:56.641 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3[85440]: 2024-09-11T08:35:56.313+0000 7f0ccf61d440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-11T08:35:56.708 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3[85440]: 2024-09-11T08:35:56.339+0000 7f0ccf61d440 -1 osd.3 84 log_to_monitors true 2024-09-11T08:35:56.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:56 smithi007 ceph-mon[58951]: from='osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:35:56.997 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:56 smithi007 ceph-mon[58951]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:35:56.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:56 smithi007 ceph-mon[63239]: from='osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:35:56.997 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:56 smithi007 ceph-mon[63239]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:35:56.997 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:35:56 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3[85440]: 2024-09-11T08:35:56.725+0000 7f0cc53c5640 -1 osd.3 84 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:35:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:56 smithi155 ceph-mon[51019]: from='osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:35:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:56 smithi155 ceph-mon[51019]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:35:57.989 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: pgmap v127: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 75/612 objects degraded (12.255%) 2024-09-11T08:35:57.989 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:35:57.989 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: osdmap e87: 8 total, 7 up, 8 in 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:35:57.990 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: pgmap v127: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 75/612 objects degraded (12.255%) 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: osdmap e87: 8 total, 7 up, 8 in 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:57.991 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:35:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: pgmap v127: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 75/612 objects degraded (12.255%) 2024-09-11T08:35:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:35:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: osdmap e87: 8 total, 7 up, 8 in 2024-09-11T08:35:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-09-11T08:35:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:58.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:35:58.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:35:58.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:58.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:35:58.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:35:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:58 smithi155 ceph-mon[51019]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:35:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:58 smithi155 ceph-mon[51019]: osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717] boot 2024-09-11T08:35:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:58 smithi155 ceph-mon[51019]: osdmap e88: 8 total, 8 up, 8 in 2024-09-11T08:35:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:35:59.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:58 smithi155 ceph-mon[51019]: osdmap e89: 8 total, 8 up, 8 in 2024-09-11T08:35:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[58951]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:35:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[58951]: osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717] boot 2024-09-11T08:35:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[58951]: osdmap e88: 8 total, 8 up, 8 in 2024-09-11T08:35:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:35:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[58951]: osdmap e89: 8 total, 8 up, 8 in 2024-09-11T08:35:59.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[63239]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:35:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[63239]: osd.3 [v2:172.21.15.7:6826/624988717,v1:172.21.15.7:6827/624988717] boot 2024-09-11T08:35:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[63239]: osdmap e88: 8 total, 8 up, 8 in 2024-09-11T08:35:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:35:59.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:58 smithi007 ceph-mon[63239]: osdmap e89: 8 total, 8 up, 8 in 2024-09-11T08:36:00.005 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:59 smithi007 ceph-mon[63239]: pgmap v130: 129 pgs: 11 peering, 21 active+undersized, 18 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:36:00.005 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:35:59 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:00.005 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:59 smithi007 ceph-mon[58951]: pgmap v130: 129 pgs: 11 peering, 21 active+undersized, 18 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:36:00.006 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:35:59 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:00.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:59 smithi155 ceph-mon[51019]: pgmap v130: 129 pgs: 11 peering, 21 active+undersized, 18 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:36:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:35:59 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:01.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:36:00 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:36:00.845+0000 7f01d0524640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-09-11T08:36:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: pgmap v132: 129 pgs: 11 peering, 21 active+undersized, 18 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:36:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:36:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: pgmap v132: 129 pgs: 11 peering, 21 active+undersized, 18 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: pgmap v132: 129 pgs: 11 peering, 21 active+undersized, 18 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:02.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:02 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:02 smithi155 ceph-mon[51019]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-09-11T08:36:03.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:02 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:02 smithi007 ceph-mon[58951]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-09-11T08:36:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:03.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:02 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:03.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:02 smithi007 ceph-mon[63239]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-09-11T08:36:03.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:04.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:03 smithi155 ceph-mon[51019]: pgmap v133: 129 pgs: 11 peering, 7 active+undersized, 6 active+undersized+degraded, 105 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 19/612 objects degraded (3.105%) 2024-09-11T08:36:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:03 smithi007 ceph-mon[58951]: pgmap v133: 129 pgs: 11 peering, 7 active+undersized, 6 active+undersized+degraded, 105 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 19/612 objects degraded (3.105%) 2024-09-11T08:36:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:03 smithi007 ceph-mon[63239]: pgmap v133: 129 pgs: 11 peering, 7 active+undersized, 6 active+undersized+degraded, 105 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 19/612 objects degraded (3.105%) 2024-09-11T08:36:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:04 smithi155 ceph-mon[51019]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/612 objects degraded (3.105%), 6 pgs degraded) 2024-09-11T08:36:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:04 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:36:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:04 smithi007 ceph-mon[58951]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/612 objects degraded (3.105%), 6 pgs degraded) 2024-09-11T08:36:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:04 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:36:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:04 smithi007 ceph-mon[63239]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/612 objects degraded (3.105%), 6 pgs degraded) 2024-09-11T08:36:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:04 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:36:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:05 smithi155 ceph-mon[51019]: pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:06.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:05 smithi007 ceph-mon[58951]: pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:05 smithi007 ceph-mon[63239]: pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:08.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:07 smithi155 ceph-mon[51019]: pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:07 smithi007 ceph-mon[58951]: pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:07 smithi007 ceph-mon[63239]: pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:09 smithi155 ceph-mon[51019]: pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:10.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:09 smithi007 ceph-mon[58951]: pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:09 smithi007 ceph-mon[63239]: pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:11 smithi155 ceph-mon[51019]: pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:11 smithi007 ceph-mon[58951]: pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:11 smithi007 ceph-mon[63239]: pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:14.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:13 smithi155 ceph-mon[51019]: pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:14.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:14.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:13 smithi007 ceph-mon[58951]: pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:14.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:14.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:13 smithi007 ceph-mon[63239]: pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:14.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:15 smithi155 ceph-mon[51019]: pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:16.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:15 smithi007 ceph-mon[58951]: pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:16.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:15 smithi007 ceph-mon[63239]: pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:16.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:17.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:17.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:17.822 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:17 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:17.822 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:17 smithi155 ceph-mon[51019]: Upgrade: osd.4 is safe to restart 2024-09-11T08:36:17.822 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:17 smithi155 ceph-mon[51019]: pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:17.823 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:17.823 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:36:17.823 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:17.823 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:36:17.908 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:17.908 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[58951]: Upgrade: osd.4 is safe to restart 2024-09-11T08:36:17.908 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[58951]: pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:17.908 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:17.908 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:36:17.908 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:17.908 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:36:17.909 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:36:17.909 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[63239]: Upgrade: osd.4 is safe to restart 2024-09-11T08:36:17.909 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[63239]: pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:17.909 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:17.909 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:36:17.909 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:17.909 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:36:17.909 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:36:18.609 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:36:18.609 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (6m) 21s ago 28m 17.0M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:36:18.609 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (5m) 3m ago 28m 80.8M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:36:18.609 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (7m) 3m ago 32m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (16m) 21s ago 33m 442M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (4m) 21s ago 33m 78.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (4m) 3m ago 32m 39.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (3m) 21s ago 32m 49.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (6m) 21s ago 29m 8682k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (6m) 3m ago 29m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (2m) 21s ago 32m 42.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (2m) 21s ago 31m 41.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (74s) 21s ago 31m 38.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (25s) 21s ago 31m 12.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (30m) 3m ago 30m 50.0M 4096M 15.2.0 204a01f9b0b6 57784f4553a9 2024-09-11T08:36:18.610 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (30m) 3m ago 30m 45.2M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:36:18.611 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (30m) 3m ago 30m 51.0M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:36:18.611 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (29m) 3m ago 29m 49.1M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:36:18.611 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (6m) 3m ago 29m 42.8M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:36:18.611 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (27m) 21s ago 27m 40.6M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:36:18.611 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (27m) 3m ago 27m 39.5M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:36:18.627 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:18 smithi155 ceph-mon[51019]: Upgrade: Updating osd.4 2024-09-11T08:36:18.627 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:18 smithi155 ceph-mon[51019]: Deploying daemon osd.4 on smithi155 2024-09-11T08:36:19.035 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:18 smithi007 ceph-mon[58951]: Upgrade: Updating osd.4 2024-09-11T08:36:19.035 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:18 smithi007 ceph-mon[58951]: Deploying daemon osd.4 on smithi155 2024-09-11T08:36:19.036 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:18 smithi007 ceph-mon[63239]: Upgrade: Updating osd.4 2024-09-11T08:36:19.036 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:18 smithi007 ceph-mon[63239]: Deploying daemon osd.4 on smithi155 2024-09-11T08:36:19.036 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:36:19.036 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:36:19.036 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:36:19.036 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:36:19.036 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:36:19.036 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:36:19.036 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 4, 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 6, 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 9 2024-09-11T08:36:19.037 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:36:19.038 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:36:19.391 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:36:19.391 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:36:19.391 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:36:19.391 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:36:19.391 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:36:19.391 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "4/8 daemons upgraded", 2024-09-11T08:36:19.391 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:36:19.392 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:36:19.392 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='client.54408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='client.54414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='client.54420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[58951]: from='client.54426 172.21.15.7:0/1244892431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='client.54408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='client.54414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:19.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='client.54420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:19 smithi007 ceph-mon[63239]: from='client.54426 172.21.15.7:0/1244892431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:19.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='client.54408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='client.54414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='client.54420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:19.843 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:19 smithi155 ceph-mon[51019]: from='client.54426 172.21.15.7:0/1244892431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:20.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 systemd[1]: Stopping Ceph osd.4 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:36:20.511 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4[25096]: debug 2024-09-11T08:36:20.262+0000 7fce50321700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:36:20.511 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4[25096]: debug 2024-09-11T08:36:20.262+0000 7fce50321700 -1 osd.4 89 *** Got signal Terminated *** 2024-09-11T08:36:20.511 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 bash[25081]: debug 2024-09-11T08:36:20.262+0000 7fce50321700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:36:20.511 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 bash[25081]: debug 2024-09-11T08:36:20.262+0000 7fce50321700 -1 osd.4 89 *** Got signal Terminated *** 2024-09-11T08:36:20.511 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 bash[25081]: debug 2024-09-11T08:36:20.262+0000 7fce50321700 -1 osd.4 89 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:36:20.511 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4[25096]: debug 2024-09-11T08:36:20.262+0000 7fce50321700 -1 osd.4 89 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:36:20.511 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 podman[25081]: 2024-09-11 08:36:20.301092853 +0000 UTC m=+1852.357833633 container died 57784f4553a9f5b52e18d53a4078f1009b67afbcc6dc5951e9468f3d410c0e2d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, RELEASE=HEAD, 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.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:36:20.938 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 podman[60213]: 2024-09-11 08:36:20.654757253 +0000 UTC m=+0.491738744 container cleanup 57784f4553a9f5b52e18d53a4078f1009b67afbcc6dc5951e9468f3d410c0e2d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, 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, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0) 2024-09-11T08:36:20.939 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 bash[60213]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4 2024-09-11T08:36:20.939 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:20 smithi155 podman[25081]: 2024-09-11 08:36:20.93917029 +0000 UTC m=+1852.995911069 container remove 57784f4553a9f5b52e18d53a4078f1009b67afbcc6dc5951e9468f3d410c0e2d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.4, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, 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, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS) 2024-09-11T08:36:20.939 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:20.939 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:20.939 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-11T08:36:20.939 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:20.939 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:20.939 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:20.939 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.7 2024-09-11T08:36:20.939 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.6 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.2 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.7 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.2 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.3 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.5 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.3 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.6 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.5 2024-09-11T08:36:20.940 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:20 smithi155 ceph-mon[51019]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:21.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:21.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-11T08:36:21.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:21.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.7 2024-09-11T08:36:21.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.6 2024-09-11T08:36:21.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.2 2024-09-11T08:36:21.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.7 2024-09-11T08:36:21.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:21.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.2 2024-09-11T08:36:21.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.3 2024-09-11T08:36:21.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.5 2024-09-11T08:36:21.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:21.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.3 2024-09-11T08:36:21.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.6 2024-09-11T08:36:21.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.5 2024-09-11T08:36:21.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[58951]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:21.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:21.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-11T08:36:21.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:21.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.7 2024-09-11T08:36:21.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.6 2024-09-11T08:36:21.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.2 2024-09-11T08:36:21.043 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.7 2024-09-11T08:36:21.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:21.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.2 2024-09-11T08:36:21.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.3 2024-09-11T08:36:21.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.5 2024-09-11T08:36:21.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.0 2024-09-11T08:36:21.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.3 2024-09-11T08:36:21.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.6 2024-09-11T08:36:21.044 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.5 2024-09-11T08:36:21.045 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:20 smithi007 ceph-mon[63239]: osd.4 reported immediately failed by osd.1 2024-09-11T08:36:21.575 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:21 smithi155 ceph-mon[51019]: pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:21.575 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:21 smithi155 ceph-mon[51019]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:36:21.575 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:21 smithi155 ceph-mon[51019]: osdmap e90: 8 total, 7 up, 8 in 2024-09-11T08:36:21.575 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:21 smithi155 podman[60329]: 2024-09-11 08:36:21.316102186 +0000 UTC m=+0.015912464 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:36:21.575 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:21 smithi155 podman[60329]: 2024-09-11 08:36:21.465116846 +0000 UTC m=+0.164927120 container create 993eb7429a9946c26fde1b2b9d4ee182f3713633e4fb373142ad5da7f3695f88 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:36:21.898 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:21 smithi155 podman[60329]: 2024-09-11 08:36:21.692656756 +0000 UTC m=+0.392467032 container init 993eb7429a9946c26fde1b2b9d4ee182f3713633e4fb373142ad5da7f3695f88 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T08:36:21.898 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:21 smithi155 podman[60329]: 2024-09-11 08:36:21.697518733 +0000 UTC m=+0.397329008 container start 993eb7429a9946c26fde1b2b9d4ee182f3713633e4fb373142ad5da7f3695f88 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-11T08:36:21.898 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:21 smithi155 podman[60329]: 2024-09-11 08:36:21.80112145 +0000 UTC m=+0.500931724 container attach 993eb7429a9946c26fde1b2b9d4ee182f3713633e4fb373142ad5da7f3695f88 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T08:36:22.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:21 smithi007 ceph-mon[58951]: pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:22.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:21 smithi007 ceph-mon[58951]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:36:22.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:21 smithi007 ceph-mon[58951]: osdmap e90: 8 total, 7 up, 8 in 2024-09-11T08:36:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:21 smithi007 ceph-mon[63239]: pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:36:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:21 smithi007 ceph-mon[63239]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:36:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:21 smithi007 ceph-mon[63239]: osdmap e90: 8 total, 7 up, 8 in 2024-09-11T08:36:22.260 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:21 smithi155 podman[60329]: 2024-09-11 08:36:21.899010461 +0000 UTC m=+0.598820745 container died 993eb7429a9946c26fde1b2b9d4ee182f3713633e4fb373142ad5da7f3695f88 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-11T08:36:22.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:22 smithi155 ceph-mon[51019]: osdmap e91: 8 total, 7 up, 8 in 2024-09-11T08:36:22.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:22 smithi155 podman[60361]: 2024-09-11 08:36:22.52988107 +0000 UTC m=+0.622277329 container remove 993eb7429a9946c26fde1b2b9d4ee182f3713633e4fb373142ad5da7f3695f88 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T08:36:22.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:22 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-11T08:36:22.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:22 smithi155 systemd[1]: Stopped Ceph osd.4 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:36:22.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:22 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.4.service: Consumed 2.498s CPU time. 2024-09-11T08:36:22.940 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:22 smithi007 ceph-mon[58951]: osdmap e91: 8 total, 7 up, 8 in 2024-09-11T08:36:22.940 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:22 smithi007 ceph-mon[63239]: osdmap e91: 8 total, 7 up, 8 in 2024-09-11T08:36:23.090 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:22 smithi155 systemd[1]: Starting Ceph osd.4 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:36:23.090 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:22 smithi155 podman[60462]: 2024-09-11 08:36:22.964430742 +0000 UTC m=+0.100558589 container create 9e43376559edb487c3cdb7b381f7819c7c4a49334553a6ed87ad52e914c6455a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-11T08:36:23.090 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:22 smithi155 podman[60462]: 2024-09-11 08:36:22.879827919 +0000 UTC m=+0.015955784 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:36:23.461 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 podman[60462]: 2024-09-11 08:36:23.191614417 +0000 UTC m=+0.327742264 container init 9e43376559edb487c3cdb7b381f7819c7c4a49334553a6ed87ad52e914c6455a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:36:23.461 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 podman[60462]: 2024-09-11 08:36:23.195115706 +0000 UTC m=+0.331243554 container start 9e43376559edb487c3cdb7b381f7819c7c4a49334553a6ed87ad52e914c6455a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:36:23.461 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 podman[60462]: 2024-09-11 08:36:23.275215826 +0000 UTC m=+0.411343685 container attach 9e43376559edb487c3cdb7b381f7819c7c4a49334553a6ed87ad52e914c6455a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-11T08:36:23.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-mon[51019]: pgmap v145: 129 pgs: 7 active+undersized, 9 peering, 11 stale+active+clean, 1 active+undersized+degraded, 101 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 4/612 objects degraded (0.654%) 2024-09-11T08:36:23.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-mon[51019]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-11T08:36:23.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-mon[51019]: Health check failed: Degraded data redundancy: 4/612 objects degraded (0.654%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:36:23.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate[60477]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:36:23.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 bash[60462]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:36:23.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate[60477]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 bash[60462]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate[60477]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 bash[60462]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate[60477]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 bash[60462]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate[60477]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 bash[60462]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate[60477]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 bash[60462]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate[60477]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 bash[60462]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-11T08:36:23.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:23 smithi155 podman[60462]: 2024-09-11 08:36:23.504138467 +0000 UTC m=+0.640266314 container died 9e43376559edb487c3cdb7b381f7819c7c4a49334553a6ed87ad52e914c6455a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-11T08:36:24.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:23 smithi007 ceph-mon[58951]: pgmap v145: 129 pgs: 7 active+undersized, 9 peering, 11 stale+active+clean, 1 active+undersized+degraded, 101 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 4/612 objects degraded (0.654%) 2024-09-11T08:36:24.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:23 smithi007 ceph-mon[58951]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-11T08:36:24.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:23 smithi007 ceph-mon[58951]: Health check failed: Degraded data redundancy: 4/612 objects degraded (0.654%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:36:24.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:23 smithi007 ceph-mon[63239]: pgmap v145: 129 pgs: 7 active+undersized, 9 peering, 11 stale+active+clean, 1 active+undersized+degraded, 101 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 4/612 objects degraded (0.654%) 2024-09-11T08:36:24.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:23 smithi007 ceph-mon[63239]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-11T08:36:24.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:23 smithi007 ceph-mon[63239]: Health check failed: Degraded data redundancy: 4/612 objects degraded (0.654%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:36:24.390 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:24 smithi155 podman[60609]: 2024-09-11 08:36:24.061815438 +0000 UTC m=+0.551663061 container remove 9e43376559edb487c3cdb7b381f7819c7c4a49334553a6ed87ad52e914c6455a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-11T08:36:24.390 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:24 smithi155 podman[60667]: 2024-09-11 08:36:24.170025561 +0000 UTC m=+0.016112465 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:36:24.390 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:24 smithi155 podman[60667]: 2024-09-11 08:36:24.279395854 +0000 UTC m=+0.125482746 container create 7cf56732536b41956cef5e1f9e5dbcc57f98fa69d017cda869eebe4d0e6c7a0e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:36:24.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:24 smithi155 podman[60667]: 2024-09-11 08:36:24.498490365 +0000 UTC m=+0.344577265 container init 7cf56732536b41956cef5e1f9e5dbcc57f98fa69d017cda869eebe4d0e6c7a0e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-11T08:36:24.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:24 smithi155 podman[60667]: 2024-09-11 08:36:24.501724739 +0000 UTC m=+0.347811631 container start 7cf56732536b41956cef5e1f9e5dbcc57f98fa69d017cda869eebe4d0e6c7a0e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4, GIT_CLEAN=True, 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, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:36:24.760 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:24 smithi155 ceph-osd[60686]: -- 172.21.15.155:0/3711611683 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c002bc6d00 con 0x55c002b98c00 2024-09-11T08:36:24.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:24 smithi155 bash[60667]: 7cf56732536b41956cef5e1f9e5dbcc57f98fa69d017cda869eebe4d0e6c7a0e 2024-09-11T08:36:24.761 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:24 smithi155 systemd[1]: Started Ceph osd.4 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:36:25.389 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:25 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:36:25.036+0000 7f063634a440 -1 Falling back to public interface 2024-09-11T08:36:25.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:25 smithi155 ceph-mon[51019]: pgmap v146: 129 pgs: 29 active+undersized, 9 peering, 18 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 80/612 objects degraded (13.072%) 2024-09-11T08:36:25.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:25 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:25.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:25 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:25.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:25 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:25.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:25 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[63239]: pgmap v146: 129 pgs: 29 active+undersized, 9 peering, 18 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 80/612 objects degraded (13.072%) 2024-09-11T08:36:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[58951]: pgmap v146: 129 pgs: 29 active+undersized, 9 peering, 18 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 80/612 objects degraded (13.072%) 2024-09-11T08:36:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:26.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:26.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:25 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:26.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:26 smithi155 ceph-mon[51019]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-11T08:36:27.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:26 smithi007 ceph-mon[58951]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-11T08:36:27.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:26 smithi007 ceph-mon[63239]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-11T08:36:27.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:27 smithi155 ceph-mon[51019]: pgmap v147: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:27.960 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:36:27.751+0000 7f063634a440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-11T08:36:27.960 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:36:27.778+0000 7f063634a440 -1 osd.4 89 log_to_monitors true 2024-09-11T08:36:28.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:27 smithi007 ceph-mon[58951]: pgmap v147: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:28.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:27 smithi007 ceph-mon[63239]: pgmap v147: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:28 smithi155 ceph-mon[51019]: from='osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:36:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:28 smithi155 ceph-mon[51019]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:36:29.010 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:36:28 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:36:28.673+0000 7f062a8ef640 -1 osd.4 89 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:36:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:28 smithi007 ceph-mon[63239]: from='osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:36:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:28 smithi007 ceph-mon[63239]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:36:29.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:28 smithi007 ceph-mon[58951]: from='osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:36:29.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:28 smithi007 ceph-mon[58951]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:36:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: pgmap v148: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:36:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: osdmap e92: 8 total, 7 up, 8 in 2024-09-11T08:36:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: from='osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:36:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:36:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:30.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:30.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:29 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: pgmap v148: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:36:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: osdmap e92: 8 total, 7 up, 8 in 2024-09-11T08:36:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: from='osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:36:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:36:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: pgmap v148: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: osdmap e92: 8 total, 7 up, 8 in 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: from='osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:30.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:29 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:36:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285] boot 2024-09-11T08:36:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: osdmap e93: 8 total, 8 up, 8 in 2024-09-11T08:36:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:36:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:31.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:31.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:31.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:36:31.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 104/612 objects degraded (16.993%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:31.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:30 smithi155 ceph-mon[51019]: osdmap e94: 8 total, 8 up, 8 in 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285] boot 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: osdmap e93: 8 total, 8 up, 8 in 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:36:31.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 104/612 objects degraded (16.993%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[63239]: osdmap e94: 8 total, 8 up, 8 in 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: osd.4 [v2:172.21.15.155:6800/2233407285,v1:172.21.15.155:6801/2233407285] boot 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: osdmap e93: 8 total, 8 up, 8 in 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 104/612 objects degraded (16.993%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:31.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:30 smithi007 ceph-mon[58951]: osdmap e94: 8 total, 8 up, 8 in 2024-09-11T08:36:31.652 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:31 smithi155 ceph-mon[51019]: pgmap v151: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:32.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:31 smithi007 ceph-mon[58951]: pgmap v151: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:32.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:31 smithi007 ceph-mon[63239]: pgmap v151: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 104/612 objects degraded (16.993%) 2024-09-11T08:36:33.539 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:36:33.211+0000 7f01d0524640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-11T08:36:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: pgmap v153: 129 pgs: 27 active+undersized, 19 active+undersized+degraded, 83 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-11T08:36:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:36:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: pgmap v153: 129 pgs: 27 active+undersized, 19 active+undersized+degraded, 83 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: pgmap v153: 129 pgs: 27 active+undersized, 19 active+undersized+degraded, 83 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:34.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:35.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:34 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:35.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:34 smithi155 ceph-mon[51019]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-11T08:36:35.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:34 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:35.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:34 smithi007 ceph-mon[58951]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-11T08:36:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:34 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:34 smithi007 ceph-mon[63239]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-11T08:36:36.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:35 smithi155 ceph-mon[51019]: pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:36.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:35 smithi155 ceph-mon[51019]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/612 objects degraded (13.889%), 19 pgs degraded) 2024-09-11T08:36:36.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:35 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:36:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:35 smithi007 ceph-mon[58951]: pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:35 smithi007 ceph-mon[58951]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/612 objects degraded (13.889%), 19 pgs degraded) 2024-09-11T08:36:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:35 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:36:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:35 smithi007 ceph-mon[63239]: pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:35 smithi007 ceph-mon[63239]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/612 objects degraded (13.889%), 19 pgs degraded) 2024-09-11T08:36:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:35 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:36:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:37 smithi155 ceph-mon[51019]: pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:37 smithi007 ceph-mon[58951]: pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:38.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:37 smithi007 ceph-mon[63239]: pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:40.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:39 smithi155 ceph-mon[51019]: pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:40.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:39 smithi007 ceph-mon[58951]: pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:40.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:39 smithi007 ceph-mon[63239]: pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:41 smithi155 ceph-mon[51019]: pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:41 smithi007 ceph-mon[58951]: pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:41 smithi007 ceph-mon[63239]: pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:43 smithi155 ceph-mon[51019]: pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:44.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:43 smithi007 ceph-mon[58951]: pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:44.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:44.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:43 smithi007 ceph-mon[63239]: pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:44.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:45 smithi155 ceph-mon[51019]: pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:46.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:45 smithi007 ceph-mon[58951]: pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:46.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:45 smithi007 ceph-mon[63239]: pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:47.994 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:47 smithi155 ceph-mon[51019]: pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:47 smithi007 ceph-mon[58951]: pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:48.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:47 smithi007 ceph-mon[63239]: pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:48.831 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:48 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:49.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:48 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:49.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:48 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:49.778 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:36:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:49 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:49 smithi155 ceph-mon[51019]: Upgrade: osd.5 is safe to restart 2024-09-11T08:36:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:49 smithi155 ceph-mon[51019]: pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:50.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:49 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:50.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:49 smithi007 ceph-mon[63239]: Upgrade: osd.5 is safe to restart 2024-09-11T08:36:50.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:49 smithi007 ceph-mon[63239]: pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:50.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:49 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:36:50.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:49 smithi007 ceph-mon[58951]: Upgrade: osd.5 is safe to restart 2024-09-11T08:36:50.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:49 smithi007 ceph-mon[58951]: pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:50.482 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (6m) 53s ago 29m 17.0M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (6m) 21s ago 29m 87.2M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (7m) 21s ago 32m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (17m) 53s ago 34m 442M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (4m) 53s ago 34m 78.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (5m) 21s ago 33m 72.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (4m) 53s ago 33m 49.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (7m) 53s ago 29m 8682k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (7m) 21s ago 29m 16.1M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (3m) 53s ago 32m 42.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (2m) 53s ago 32m 41.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:36:50.483 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (106s) 53s ago 31m 38.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:36:50.484 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (57s) 53s ago 31m 12.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:36:50.484 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (26s) 21s ago 31m 11.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7cf56732536b 2024-09-11T08:36:50.484 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (30m) 21s ago 31m 49.3M 4096M 15.2.0 204a01f9b0b6 e780145c51fe 2024-09-11T08:36:50.484 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (30m) 21s ago 30m 53.9M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:36:50.484 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (30m) 21s ago 30m 53.5M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:36:50.484 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (6m) 21s ago 29m 51.6M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:36:50.484 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (28m) 53s ago 28m 40.6M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:36:50.484 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (28m) 21s ago 28m 40.7M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: Upgrade: Updating osd.5 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: Deploying daemon osd.5 on smithi155 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='client.64375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:50.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: Upgrade: Updating osd.5 2024-09-11T08:36:50.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: Deploying daemon osd.5 on smithi155 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='client.64375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.791 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:50.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.792 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:50 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:50.915 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:36:50.915 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:36:50.915 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:36:50.915 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:36:50.915 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3, 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 5, 2024-09-11T08:36:50.916 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 10 2024-09-11T08:36:50.917 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:36:50.917 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:36:51.008 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: Upgrade: Updating osd.5 2024-09-11T08:36:51.008 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:51.008 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:36:51.008 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:51.008 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: Deploying daemon osd.5 on smithi155 2024-09-11T08:36:51.008 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='client.64375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:51.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:50 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:36:51.270 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:36:51.270 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:36:51.270 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:36:51.271 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:36:51.271 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:36:51.271 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "5/8 daemons upgraded", 2024-09-11T08:36:51.271 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:36:51.271 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:36:51.271 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:36:51.965 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:51 smithi155 ceph-mon[51019]: from='client.64381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:51.965 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:51 smithi155 ceph-mon[51019]: from='client.54453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:51.965 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:51 smithi155 ceph-mon[51019]: pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:51.965 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:51 smithi155 ceph-mon[51019]: from='client.54459 172.21.15.7:0/2003512154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:52.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:51 smithi007 ceph-mon[58951]: from='client.64381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:52.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:51 smithi007 ceph-mon[58951]: from='client.54453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:52.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:51 smithi007 ceph-mon[58951]: pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:52.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:51 smithi007 ceph-mon[58951]: from='client.54459 172.21.15.7:0/2003512154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:52.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:51 smithi007 ceph-mon[63239]: from='client.64381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:52.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:51 smithi007 ceph-mon[63239]: from='client.54453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:52.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:51 smithi007 ceph-mon[63239]: pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:52.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:51 smithi007 ceph-mon[63239]: from='client.54459 172.21.15.7:0/2003512154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:52.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:52 smithi155 ceph-mon[51019]: from='client.54465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:52.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:52 smithi155 ceph-mon[51019]: osd.5 reported immediately failed by osd.7 2024-09-11T08:36:52.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:52 smithi155 ceph-mon[51019]: osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.7) 2024-09-11T08:36:52.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:52 smithi155 systemd[1]: Stopping Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:36:52.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:36:52.651+0000 7ff2eb5b4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:36:52.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:36:52.651+0000 7ff2eb5b4700 -1 osd.5 94 *** Got signal Terminated *** 2024-09-11T08:36:52.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:52 smithi155 bash[27334]: debug 2024-09-11T08:36:52.651+0000 7ff2eb5b4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:36:52.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:52 smithi155 bash[27334]: debug 2024-09-11T08:36:52.651+0000 7ff2eb5b4700 -1 osd.5 94 *** Got signal Terminated *** 2024-09-11T08:36:52.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:52 smithi155 bash[27334]: debug 2024-09-11T08:36:52.651+0000 7ff2eb5b4700 -1 osd.5 94 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:36:52.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5[27348]: debug 2024-09-11T08:36:52.651+0000 7ff2eb5b4700 -1 osd.5 94 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:36:52.761 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:52 smithi155 podman[27334]: 2024-09-11 08:36:52.680697628 +0000 UTC m=+1847.654899875 container died e780145c51fec2e7ac3fd40b5dfe5126e912de5779a1b96bb1997da12511b6e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, 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.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-11T08:36:53.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:52 smithi007 ceph-mon[58951]: from='client.54465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:53.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:52 smithi007 ceph-mon[58951]: osd.5 reported immediately failed by osd.7 2024-09-11T08:36:53.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:52 smithi007 ceph-mon[58951]: osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.7) 2024-09-11T08:36:53.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:52 smithi007 ceph-mon[63239]: from='client.54465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:53.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:52 smithi007 ceph-mon[63239]: osd.5 reported immediately failed by osd.7 2024-09-11T08:36:53.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:52 smithi007 ceph-mon[63239]: osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.7) 2024-09-11T08:36:53.227 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:53 smithi155 podman[64681]: 2024-09-11 08:36:53.015284817 +0000 UTC m=+0.455705989 container cleanup e780145c51fec2e7ac3fd40b5dfe5126e912de5779a1b96bb1997da12511b6e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, 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, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, 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, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:36:53.227 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:53 smithi155 bash[64681]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5 2024-09-11T08:36:53.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:53 smithi155 podman[64693]: 2024-09-11 08:36:53.227837022 +0000 UTC m=+0.541123800 container remove e780145c51fec2e7ac3fd40b5dfe5126e912de5779a1b96bb1997da12511b6e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.5, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:36:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:53 smithi155 ceph-mon[51019]: pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:53 smithi155 ceph-mon[51019]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:36:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:53 smithi155 ceph-mon[51019]: osdmap e95: 8 total, 7 up, 8 in 2024-09-11T08:36:54.010 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:53 smithi155 podman[64796]: 2024-09-11 08:36:53.676261994 +0000 UTC m=+0.016173710 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:36:54.010 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:53 smithi155 podman[64796]: 2024-09-11 08:36:53.803795927 +0000 UTC m=+0.143707639 container create b02217c6313a704ce8e0faee9cff0316f52bcacb9adb33581b6324d6e4a42227 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T08:36:54.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:53 smithi007 ceph-mon[58951]: pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:54.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:53 smithi007 ceph-mon[58951]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:36:54.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:53 smithi007 ceph-mon[58951]: osdmap e95: 8 total, 7 up, 8 in 2024-09-11T08:36:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:53 smithi007 ceph-mon[63239]: pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:53 smithi007 ceph-mon[63239]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:36:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:53 smithi007 ceph-mon[63239]: osdmap e95: 8 total, 7 up, 8 in 2024-09-11T08:36:54.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:54 smithi155 podman[64796]: 2024-09-11 08:36:54.051765054 +0000 UTC m=+0.391676774 container init b02217c6313a704ce8e0faee9cff0316f52bcacb9adb33581b6324d6e4a42227 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-11T08:36:54.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:54 smithi155 podman[64796]: 2024-09-11 08:36:54.055131571 +0000 UTC m=+0.395043289 container start b02217c6313a704ce8e0faee9cff0316f52bcacb9adb33581b6324d6e4a42227 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-11T08:36:54.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:54 smithi155 podman[64796]: 2024-09-11 08:36:54.248058142 +0000 UTC m=+0.587969857 container attach b02217c6313a704ce8e0faee9cff0316f52bcacb9adb33581b6324d6e4a42227 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:36:54.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:54 smithi155 podman[64796]: 2024-09-11 08:36:54.248358751 +0000 UTC m=+0.588270464 container died b02217c6313a704ce8e0faee9cff0316f52bcacb9adb33581b6324d6e4a42227 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-11T08:36:54.785 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:54 smithi155 podman[64819]: 2024-09-11 08:36:54.768039894 +0000 UTC m=+0.519770911 container remove b02217c6313a704ce8e0faee9cff0316f52bcacb9adb33581b6324d6e4a42227 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T08:36:54.785 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:54 smithi155 ceph-mon[51019]: osdmap e96: 8 total, 7 up, 8 in 2024-09-11T08:36:55.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:54 smithi007 ceph-mon[58951]: osdmap e96: 8 total, 7 up, 8 in 2024-09-11T08:36:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:54 smithi007 ceph-mon[63239]: osdmap e96: 8 total, 7 up, 8 in 2024-09-11T08:36:55.212 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:54 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-11T08:36:55.212 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:54 smithi155 systemd[1]: Stopped Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:36:55.212 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:54 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.5.service: Consumed 2.518s CPU time. 2024-09-11T08:36:55.212 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 systemd[1]: Starting Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:36:55.470 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 podman[64915]: 2024-09-11 08:36:55.114452128 +0000 UTC m=+0.015811815 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:36:55.471 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 podman[64915]: 2024-09-11 08:36:55.235879996 +0000 UTC m=+0.137239664 container create db5841461fc17794ad980c854be325a504f1e1af53de09874b41c460f493428b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T08:36:55.742 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-mon[51019]: pgmap v166: 129 pgs: 20 peering, 9 stale+active+clean, 100 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:55.742 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-mon[51019]: Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T08:36:55.742 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 podman[64915]: 2024-09-11 08:36:55.471447274 +0000 UTC m=+0.372806942 container init db5841461fc17794ad980c854be325a504f1e1af53de09874b41c460f493428b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:36:55.742 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 podman[64915]: 2024-09-11 08:36:55.474805371 +0000 UTC m=+0.376165062 container start db5841461fc17794ad980c854be325a504f1e1af53de09874b41c460f493428b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:36:55.742 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 podman[64915]: 2024-09-11 08:36:55.563120451 +0000 UTC m=+0.464480145 container attach db5841461fc17794ad980c854be325a504f1e1af53de09874b41c460f493428b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T08:36:56.010 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate[64930]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 bash[64915]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate[64930]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 bash[64915]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate[64930]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 bash[64915]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate[64930]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 bash[64915]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate[64930]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 bash[64915]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate[64930]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 bash[64915]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate[64930]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-11T08:36:56.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 bash[64915]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-11T08:36:56.012 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:55 smithi155 podman[64915]: 2024-09-11 08:36:55.785271835 +0000 UTC m=+0.686631504 container died db5841461fc17794ad980c854be325a504f1e1af53de09874b41c460f493428b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-11T08:36:56.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:55 smithi007 ceph-mon[58951]: pgmap v166: 129 pgs: 20 peering, 9 stale+active+clean, 100 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:56.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:55 smithi007 ceph-mon[58951]: Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T08:36:56.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:55 smithi007 ceph-mon[63239]: pgmap v166: 129 pgs: 20 peering, 9 stale+active+clean, 100 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:36:56.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:55 smithi007 ceph-mon[63239]: Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T08:36:56.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:56 smithi155 podman[65061]: 2024-09-11 08:36:56.391868772 +0000 UTC m=+0.600082183 container remove db5841461fc17794ad980c854be325a504f1e1af53de09874b41c460f493428b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-11T08:36:56.852 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:56 smithi155 ceph-mon[51019]: Health check failed: Degraded data redundancy: 9/612 objects degraded (1.471%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:56.852 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:56 smithi155 podman[65121]: 2024-09-11 08:36:56.499512695 +0000 UTC m=+0.016270101 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:36:56.853 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:56 smithi155 podman[65121]: 2024-09-11 08:36:56.617748199 +0000 UTC m=+0.134505721 container create c66df1c96d31f028af4655710e86fbc305a1873255596f97f78dbd080963de06 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-11T08:36:57.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:56 smithi007 ceph-mon[58951]: Health check failed: Degraded data redundancy: 9/612 objects degraded (1.471%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:57.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:56 smithi007 ceph-mon[63239]: Health check failed: Degraded data redundancy: 9/612 objects degraded (1.471%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T08:36:57.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:56 smithi155 podman[65121]: 2024-09-11 08:36:56.85323797 +0000 UTC m=+0.369995376 container init c66df1c96d31f028af4655710e86fbc305a1873255596f97f78dbd080963de06 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:36:57.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:56 smithi155 podman[65121]: 2024-09-11 08:36:56.856659838 +0000 UTC m=+0.373417250 container start c66df1c96d31f028af4655710e86fbc305a1873255596f97f78dbd080963de06 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-11T08:36:57.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:56 smithi155 ceph-osd[65141]: -- 172.21.15.155:0/3796013986 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555c53a84d00 con 0x555c53a57000 2024-09-11T08:36:57.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:56 smithi155 bash[65121]: c66df1c96d31f028af4655710e86fbc305a1873255596f97f78dbd080963de06 2024-09-11T08:36:57.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:56 smithi155 systemd[1]: Started Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:36:57.760 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:36:57.411+0000 7f4513078440 -1 Falling back to public interface 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: pgmap v167: 129 pgs: 2 active+undersized, 20 peering, 8 stale+active+clean, 3 active+undersized+degraded, 96 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 9/612 objects degraded (1.471%) 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: pgmap v167: 129 pgs: 2 active+undersized, 20 peering, 8 stale+active+clean, 3 active+undersized+degraded, 96 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 9/612 objects degraded (1.471%) 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:58.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:57 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.089 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: pgmap v167: 129 pgs: 2 active+undersized, 20 peering, 8 stale+active+clean, 3 active+undersized+degraded, 96 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 9/612 objects degraded (1.471%) 2024-09-11T08:36:58.089 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.089 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.089 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.089 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.089 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.089 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.089 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:36:58.090 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:36:58.090 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:36:58.090 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:57 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:36:59 smithi155 ceph-mon[51019]: pgmap v168: 129 pgs: 23 active+undersized, 6 peering, 15 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 56/612 objects degraded (9.150%) 2024-09-11T08:37:00.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:36:59 smithi007 ceph-mon[58951]: pgmap v168: 129 pgs: 23 active+undersized, 6 peering, 15 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 56/612 objects degraded (9.150%) 2024-09-11T08:37:00.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:36:59 smithi007 ceph-mon[63239]: pgmap v168: 129 pgs: 23 active+undersized, 6 peering, 15 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 56/612 objects degraded (9.150%) 2024-09-11T08:37:00.419 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:37:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:37:00.104+0000 7f4513078440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-11T08:37:00.419 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:37:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:37:00.130+0000 7f4513078440 -1 osd.5 94 log_to_monitors true 2024-09-11T08:37:01.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:00 smithi007 ceph-mon[58951]: from='osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:37:01.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:00 smithi007 ceph-mon[58951]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:37:01.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:00 smithi007 ceph-mon[58951]: Health check update: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:37:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:00 smithi007 ceph-mon[63239]: from='osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:37:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:00 smithi007 ceph-mon[63239]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:37:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:00 smithi007 ceph-mon[63239]: Health check update: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:37:01.139 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:37:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:37:00.801+0000 7f4509e22640 -1 osd.5 94 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:37:01.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:00 smithi155 ceph-mon[51019]: from='osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:37:01.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:00 smithi155 ceph-mon[51019]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:37:01.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:00 smithi155 ceph-mon[51019]: Health check update: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: pgmap v169: 129 pgs: 26 active+undersized, 18 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: osdmap e97: 8 total, 7 up, 8 in 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: from='osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:01 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: pgmap v169: 129 pgs: 26 active+undersized, 18 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: osdmap e97: 8 total, 7 up, 8 in 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: from='osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: pgmap v169: 129 pgs: 26 active+undersized, 18 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: osdmap e97: 8 total, 7 up, 8 in 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: from='osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:01 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:37:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099] boot 2024-09-11T08:37:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: osdmap e98: 8 total, 8 up, 8 in 2024-09-11T08:37:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:37:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:03.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:03.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:03.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:37:03.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[58951]: osdmap e99: 8 total, 8 up, 8 in 2024-09-11T08:37:03.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:37:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099] boot 2024-09-11T08:37:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: osdmap e98: 8 total, 8 up, 8 in 2024-09-11T08:37:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:37:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:03.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:03.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:03.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:37:03.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:02 smithi007 ceph-mon[63239]: osdmap e99: 8 total, 8 up, 8 in 2024-09-11T08:37:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:37:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: osd.5 [v2:172.21.15.155:6808/938819099,v1:172.21.15.155:6809/938819099] boot 2024-09-11T08:37:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: osdmap e98: 8 total, 8 up, 8 in 2024-09-11T08:37:03.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:37:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:37:03.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:02 smithi155 ceph-mon[51019]: osdmap e99: 8 total, 8 up, 8 in 2024-09-11T08:37:03.794 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:03 smithi155 ceph-mon[51019]: pgmap v172: 129 pgs: 26 active+undersized, 18 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-11T08:37:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:03 smithi007 ceph-mon[58951]: pgmap v172: 129 pgs: 26 active+undersized, 18 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-11T08:37:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:03 smithi007 ceph-mon[63239]: pgmap v172: 129 pgs: 26 active+undersized, 18 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-11T08:37:05.258 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:04 smithi155 ceph-mon[51019]: pgmap v174: 129 pgs: 9 peering, 10 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 50/612 objects degraded (8.170%) 2024-09-11T08:37:05.258 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:04 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 50/612 objects degraded (8.170%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:04 smithi007 ceph-mon[63239]: pgmap v174: 129 pgs: 9 peering, 10 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 50/612 objects degraded (8.170%) 2024-09-11T08:37:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:04 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 50/612 objects degraded (8.170%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:04 smithi007 ceph-mon[58951]: pgmap v174: 129 pgs: 9 peering, 10 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 50/612 objects degraded (8.170%) 2024-09-11T08:37:05.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:04 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 50/612 objects degraded (8.170%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:05.789 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:37:05.383+0000 7f01d0524640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T08:37:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:37:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:06.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:06.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:05 smithi155 ceph-mon[51019]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[63239]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T08:37:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:37:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:05 smithi007 ceph-mon[58951]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T08:37:07.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:06 smithi155 ceph-mon[51019]: pgmap v175: 129 pgs: 9 peering, 1 active+undersized, 1 active+undersized+degraded, 118 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 5/612 objects degraded (0.817%) 2024-09-11T08:37:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:06 smithi007 ceph-mon[58951]: pgmap v175: 129 pgs: 9 peering, 1 active+undersized, 1 active+undersized+degraded, 118 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 5/612 objects degraded (0.817%) 2024-09-11T08:37:07.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:06 smithi007 ceph-mon[63239]: pgmap v175: 129 pgs: 9 peering, 1 active+undersized, 1 active+undersized+degraded, 118 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 5/612 objects degraded (0.817%) 2024-09-11T08:37:09.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:08 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:08 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:09.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:08 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:09 smithi155 ceph-mon[51019]: pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:09 smithi155 ceph-mon[51019]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/612 objects degraded (0.817%), 1 pg degraded) 2024-09-11T08:37:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:09 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:37:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:09 smithi007 ceph-mon[58951]: pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:09 smithi007 ceph-mon[58951]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/612 objects degraded (0.817%), 1 pg degraded) 2024-09-11T08:37:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:09 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:37:10.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:09 smithi007 ceph-mon[63239]: pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:10.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:09 smithi007 ceph-mon[63239]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/612 objects degraded (0.817%), 1 pg degraded) 2024-09-11T08:37:10.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:09 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:37:12.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:11 smithi155 ceph-mon[51019]: pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:12.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:11 smithi007 ceph-mon[58951]: pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:12.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:11 smithi007 ceph-mon[63239]: pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:14.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:13 smithi155 ceph-mon[51019]: pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:14.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:13 smithi007 ceph-mon[58951]: pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:13 smithi007 ceph-mon[63239]: pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:15 smithi155 ceph-mon[51019]: pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:16.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:15 smithi007 ceph-mon[58951]: pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:16.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:15 smithi007 ceph-mon[63239]: pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:17.990 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:17 smithi155 ceph-mon[51019]: pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:17.990 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:17 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:17 smithi007 ceph-mon[58951]: pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:18.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:17 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:17 smithi007 ceph-mon[63239]: pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:17 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:20.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:19 smithi155 ceph-mon[51019]: pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:20.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:19 smithi007 ceph-mon[63239]: pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:20.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:19 smithi007 ceph-mon[58951]: pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:20.901 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:20 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:21.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:20 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:21.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:20 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:21.663 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:37:21.680 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:21 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:21.680 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:21 smithi155 ceph-mon[51019]: Upgrade: osd.6 is safe to restart 2024-09-11T08:37:21.680 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:21 smithi155 ceph-mon[51019]: pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:22.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:21 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:22.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:21 smithi007 ceph-mon[58951]: Upgrade: osd.6 is safe to restart 2024-09-11T08:37:22.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:21 smithi007 ceph-mon[58951]: pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:21 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:37:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:21 smithi007 ceph-mon[63239]: Upgrade: osd.6 is safe to restart 2024-09-11T08:37:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:21 smithi007 ceph-mon[63239]: pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:22.368 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (7m) 85s ago 29m 17.0M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (6m) 20s ago 29m 89.4M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (8m) 20s ago 33m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (17m) 85s ago 34m 442M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (5m) 85s ago 34m 78.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (5m) 20s ago 33m 78.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (4m) 85s ago 33m 49.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (7m) 85s ago 30m 8682k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (7m) 20s ago 30m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (3m) 85s ago 33m 42.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (3m) 85s ago 32m 41.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:37:22.369 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (2m) 85s ago 32m 38.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:37:22.370 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (89s) 85s ago 32m 12.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:37:22.370 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (58s) 20s ago 31m 42.1M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7cf56732536b 2024-09-11T08:37:22.370 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (25s) 20s ago 31m 12.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c66df1c96d31 2024-09-11T08:37:22.370 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (31m) 20s ago 31m 54.8M 4096M 15.2.0 204a01f9b0b6 adbad271dae8 2024-09-11T08:37:22.370 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (30m) 20s ago 30m 54.7M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:37:22.370 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (7m) 20s ago 30m 51.6M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:37:22.370 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (28m) 85s ago 28m 40.6M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:37:22.370 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (28m) 20s ago 28m 40.8M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:37:22.803 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:37:22.803 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:37:22.803 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:37:22.803 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:37:22.803 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 4, 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 11 2024-09-11T08:37:22.804 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:37:22.805 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:37:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='client.54471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: Upgrade: Updating osd.6 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: Deploying daemon osd.6 on smithi155 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:37:23.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='client.54471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: Upgrade: Updating osd.6 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: Deploying daemon osd.6 on smithi155 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:37:23.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='client.54471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: Upgrade: Updating osd.6 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: Deploying daemon osd.6 on smithi155 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:37:23.042 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:37:23.161 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:37:23.161 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:37:23.161 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:37:23.161 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:37:23.161 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:37:23.161 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "6/8 daemons upgraded", 2024-09-11T08:37:23.161 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:37:23.161 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:37:23.162 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:37:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:23 smithi155 ceph-mon[51019]: from='client.54477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:23 smithi155 ceph-mon[51019]: from='client.54483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:23 smithi155 ceph-mon[51019]: pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:23 smithi155 ceph-mon[51019]: from='client.54489 172.21.15.7:0/4280750359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:24.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:23 smithi007 ceph-mon[58951]: from='client.54477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:24.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:23 smithi007 ceph-mon[58951]: from='client.54483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:24.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:23 smithi007 ceph-mon[58951]: pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:24.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:23 smithi007 ceph-mon[58951]: from='client.54489 172.21.15.7:0/4280750359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:24.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:23 smithi007 ceph-mon[63239]: from='client.54477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:24.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:23 smithi007 ceph-mon[63239]: from='client.54483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:24.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:23 smithi007 ceph-mon[63239]: pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:24.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:23 smithi007 ceph-mon[63239]: from='client.54489 172.21.15.7:0/4280750359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:24.720 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 systemd[1]: Stopping Ceph osd.6 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:37:24.720 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6[27826]: debug 2024-09-11T08:37:24.596+0000 7f88076be700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:37:24.720 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6[27826]: debug 2024-09-11T08:37:24.596+0000 7f88076be700 -1 osd.6 99 *** Got signal Terminated *** 2024-09-11T08:37:24.720 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 bash[27812]: debug 2024-09-11T08:37:24.596+0000 7f88076be700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:37:24.720 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 bash[27812]: debug 2024-09-11T08:37:24.596+0000 7f88076be700 -1 osd.6 99 *** Got signal Terminated *** 2024-09-11T08:37:24.720 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 bash[27812]: debug 2024-09-11T08:37:24.596+0000 7f88076be700 -1 osd.6 99 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:37:24.720 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6[27826]: debug 2024-09-11T08:37:24.596+0000 7f88076be700 -1 osd.6 99 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:37:24.721 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 podman[27812]: 2024-09-11 08:37:24.628955676 +0000 UTC m=+1875.505047203 container died adbad271dae8f853b83d49d7741d27a34d509524609907630527763a92aa4676 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T08:37:25.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 podman[69319]: 2024-09-11 08:37:24.963766598 +0000 UTC m=+0.481128858 container cleanup adbad271dae8f853b83d49d7741d27a34d509524609907630527763a92aa4676 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, 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.label-schema.license=GPLv2, maintainer=Dimitri Savineau , RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image) 2024-09-11T08:37:25.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:24 smithi155 bash[69319]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6 2024-09-11T08:37:25.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-mon[51019]: from='client.64429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:25.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-mon[51019]: osd.6 reported immediately failed by osd.3 2024-09-11T08:37:25.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-mon[51019]: osd.6 failed (root=default,host=smithi155) (connection refused reported by osd.3) 2024-09-11T08:37:25.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-mon[51019]: osd.6 reported immediately failed by osd.1 2024-09-11T08:37:25.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-mon[51019]: osd.6 reported immediately failed by osd.3 2024-09-11T08:37:25.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:24 smithi155 ceph-mon[51019]: osd.6 reported immediately failed by osd.1 2024-09-11T08:37:25.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[63239]: from='client.64429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:25.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[63239]: osd.6 reported immediately failed by osd.3 2024-09-11T08:37:25.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[63239]: osd.6 failed (root=default,host=smithi155) (connection refused reported by osd.3) 2024-09-11T08:37:25.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[63239]: osd.6 reported immediately failed by osd.1 2024-09-11T08:37:25.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[63239]: osd.6 reported immediately failed by osd.3 2024-09-11T08:37:25.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[63239]: osd.6 reported immediately failed by osd.1 2024-09-11T08:37:25.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[58951]: from='client.64429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:25.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[58951]: osd.6 reported immediately failed by osd.3 2024-09-11T08:37:25.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[58951]: osd.6 failed (root=default,host=smithi155) (connection refused reported by osd.3) 2024-09-11T08:37:25.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[58951]: osd.6 reported immediately failed by osd.1 2024-09-11T08:37:25.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[58951]: osd.6 reported immediately failed by osd.3 2024-09-11T08:37:25.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:24 smithi007 ceph-mon[58951]: osd.6 reported immediately failed by osd.1 2024-09-11T08:37:25.510 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:25 smithi155 podman[69333]: 2024-09-11 08:37:25.148215247 +0000 UTC m=+0.512637991 container remove adbad271dae8f853b83d49d7741d27a34d509524609907630527763a92aa4676 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.6, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, ceph=True, 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, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS) 2024-09-11T08:37:25.953 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:25 smithi155 ceph-mon[51019]: pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:25.954 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:25 smithi155 ceph-mon[51019]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:37:25.954 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:25 smithi155 ceph-mon[51019]: osdmap e100: 8 total, 7 up, 8 in 2024-09-11T08:37:25.954 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:25 smithi155 podman[69436]: 2024-09-11 08:37:25.487387565 +0000 UTC m=+0.015972053 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:37:25.954 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:25 smithi155 podman[69436]: 2024-09-11 08:37:25.60743856 +0000 UTC m=+0.136023091 container create 309d2ccc73118ced06c7c2325eff7f25c66513320f04fff5716d0426921097c8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-11T08:37:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:25 smithi007 ceph-mon[63239]: pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:25 smithi007 ceph-mon[63239]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:37:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:25 smithi007 ceph-mon[63239]: osdmap e100: 8 total, 7 up, 8 in 2024-09-11T08:37:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:25 smithi007 ceph-mon[58951]: pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:25 smithi007 ceph-mon[58951]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:37:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:25 smithi007 ceph-mon[58951]: osdmap e100: 8 total, 7 up, 8 in 2024-09-11T08:37:26.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:25 smithi155 podman[69436]: 2024-09-11 08:37:25.954346821 +0000 UTC m=+0.482931306 container init 309d2ccc73118ced06c7c2325eff7f25c66513320f04fff5716d0426921097c8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T08:37:26.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:25 smithi155 podman[69436]: 2024-09-11 08:37:25.957879625 +0000 UTC m=+0.486464120 container start 309d2ccc73118ced06c7c2325eff7f25c66513320f04fff5716d0426921097c8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:37:26.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:26 smithi155 podman[69436]: 2024-09-11 08:37:26.051420447 +0000 UTC m=+0.580004937 container attach 309d2ccc73118ced06c7c2325eff7f25c66513320f04fff5716d0426921097c8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS) 2024-09-11T08:37:26.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:26 smithi155 podman[69436]: 2024-09-11 08:37:26.133038268 +0000 UTC m=+0.661622753 container died 309d2ccc73118ced06c7c2325eff7f25c66513320f04fff5716d0426921097c8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-11T08:37:27.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:26 smithi155 ceph-mon[51019]: osdmap e101: 8 total, 7 up, 8 in 2024-09-11T08:37:27.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:26 smithi155 podman[69461]: 2024-09-11 08:37:26.738535481 +0000 UTC m=+0.597920914 container remove 309d2ccc73118ced06c7c2325eff7f25c66513320f04fff5716d0426921097c8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True) 2024-09-11T08:37:27.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:26 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-11T08:37:27.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:26 smithi155 systemd[1]: Stopped Ceph osd.6 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:37:27.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:26 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.6.service: Consumed 2.516s CPU time. 2024-09-11T08:37:27.011 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:26 smithi155 systemd[1]: Starting Ceph osd.6 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:37:27.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:26 smithi007 ceph-mon[58951]: osdmap e101: 8 total, 7 up, 8 in 2024-09-11T08:37:27.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:26 smithi007 ceph-mon[63239]: osdmap e101: 8 total, 7 up, 8 in 2024-09-11T08:37:27.458 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 podman[69562]: 2024-09-11 08:37:27.164887269 +0000 UTC m=+0.091002271 container create 420d2794c8f33929d78443ee178722e0b77542cdae2c2b46de4d8fe73ac62f46 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-11T08:37:27.458 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 podman[69562]: 2024-09-11 08:37:27.089905756 +0000 UTC m=+0.016020768 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:37:27.458 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 podman[69562]: 2024-09-11 08:37:27.392164462 +0000 UTC m=+0.318279467 container init 420d2794c8f33929d78443ee178722e0b77542cdae2c2b46de4d8fe73ac62f46 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:37:27.458 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 podman[69562]: 2024-09-11 08:37:27.395390677 +0000 UTC m=+0.321505681 container start 420d2794c8f33929d78443ee178722e0b77542cdae2c2b46de4d8fe73ac62f46 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T08:37:27.458 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 podman[69562]: 2024-09-11 08:37:27.458660744 +0000 UTC m=+0.384775748 container attach 420d2794c8f33929d78443ee178722e0b77542cdae2c2b46de4d8fe73ac62f46 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:37:27.722 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate[69578]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 bash[69562]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate[69578]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 bash[69562]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate[69578]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 bash[69562]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate[69578]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 bash[69562]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate[69578]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 bash[69562]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate[69578]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 bash[69562]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:37:27.723 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate[69578]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-11T08:37:27.724 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 bash[69562]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-11T08:37:27.724 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:27 smithi155 podman[69562]: 2024-09-11 08:37:27.723343896 +0000 UTC m=+0.649458910 container died 420d2794c8f33929d78443ee178722e0b77542cdae2c2b46de4d8fe73ac62f46 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:37:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-mon[51019]: pgmap v187: 129 pgs: 5 active+undersized, 9 stale+active+clean, 6 active+undersized+degraded, 109 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 17/612 objects degraded (2.778%) 2024-09-11T08:37:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:27 smithi155 ceph-mon[51019]: Health check failed: Degraded data redundancy: 17/612 objects degraded (2.778%), 6 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:28.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:27 smithi007 ceph-mon[63239]: pgmap v187: 129 pgs: 5 active+undersized, 9 stale+active+clean, 6 active+undersized+degraded, 109 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 17/612 objects degraded (2.778%) 2024-09-11T08:37:28.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:27 smithi007 ceph-mon[63239]: Health check failed: Degraded data redundancy: 17/612 objects degraded (2.778%), 6 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:28.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:27 smithi007 ceph-mon[58951]: pgmap v187: 129 pgs: 5 active+undersized, 9 stale+active+clean, 6 active+undersized+degraded, 109 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 17/612 objects degraded (2.778%) 2024-09-11T08:37:28.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:27 smithi007 ceph-mon[58951]: Health check failed: Degraded data redundancy: 17/612 objects degraded (2.778%), 6 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:28.688 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:28 smithi155 podman[69692]: 2024-09-11 08:37:28.387902173 +0000 UTC m=+0.658667494 container remove 420d2794c8f33929d78443ee178722e0b77542cdae2c2b46de4d8fe73ac62f46 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-11T08:37:28.688 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:28 smithi155 podman[69752]: 2024-09-11 08:37:28.580454825 +0000 UTC m=+0.099834901 container create b15e802ab770fc85d2f84729b32fd397339e4e69ff7c2cf0ff7936fbd1211170 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:37:28.688 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:28 smithi155 podman[69752]: 2024-09-11 08:37:28.497023023 +0000 UTC m=+0.016403064 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:37:29.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:28 smithi155 podman[69752]: 2024-09-11 08:37:28.790748003 +0000 UTC m=+0.310128034 container init b15e802ab770fc85d2f84729b32fd397339e4e69ff7c2cf0ff7936fbd1211170 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T08:37:29.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:28 smithi155 podman[69752]: 2024-09-11 08:37:28.794070598 +0000 UTC m=+0.313450630 container start b15e802ab770fc85d2f84729b32fd397339e4e69ff7c2cf0ff7936fbd1211170 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-11T08:37:29.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:28 smithi155 ceph-osd[69772]: -- 172.21.15.155:0/2681926881 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55813fc8ad00 con 0x55813fc5cc00 2024-09-11T08:37:29.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:28 smithi155 bash[69752]: b15e802ab770fc85d2f84729b32fd397339e4e69ff7c2cf0ff7936fbd1211170 2024-09-11T08:37:29.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:28 smithi155 systemd[1]: Started Ceph osd.6 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:37:29.643 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:29 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:37:29.331+0000 7ff6cf291440 -1 Falling back to public interface 2024-09-11T08:37:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:29 smithi155 ceph-mon[51019]: pgmap v188: 129 pgs: 16 active+undersized, 6 stale+active+clean, 13 active+undersized+degraded, 94 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 52/612 objects degraded (8.497%) 2024-09-11T08:37:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:29 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:29 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:29 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:29 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:30.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[63239]: pgmap v188: 129 pgs: 16 active+undersized, 6 stale+active+clean, 13 active+undersized+degraded, 94 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 52/612 objects degraded (8.497%) 2024-09-11T08:37:30.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:30.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:30.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:30.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[58951]: pgmap v188: 129 pgs: 16 active+undersized, 6 stale+active+clean, 13 active+undersized+degraded, 94 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 52/612 objects degraded (8.497%) 2024-09-11T08:37:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:30.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:30.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:30.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:29 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:31 smithi155 ceph-mon[51019]: pgmap v189: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:32.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:31 smithi007 ceph-mon[63239]: pgmap v189: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:32.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:31 smithi007 ceph-mon[58951]: pgmap v189: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:32.421 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:37:32.016+0000 7ff6cf291440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-11T08:37:32.421 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:37:32.045+0000 7ff6cf291440 -1 osd.6 99 log_to_monitors true 2024-09-11T08:37:33.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:32 smithi155 ceph-mon[51019]: from='osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:37:33.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:32 smithi155 ceph-mon[51019]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:37:33.010 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:37:32 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:37:32.766+0000 7ff6c5039640 -1 osd.6 99 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:37:33.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:32 smithi007 ceph-mon[63239]: from='osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:37:33.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:32 smithi007 ceph-mon[63239]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:37:33.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:32 smithi007 ceph-mon[58951]: from='osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:37:33.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:32 smithi007 ceph-mon[58951]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:37:34.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: pgmap v190: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:34.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:37:34.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: osdmap e102: 8 total, 7 up, 8 in 2024-09-11T08:37:34.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:34.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: pgmap v190: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:34.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: osdmap e102: 8 total, 7 up, 8 in 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:33 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:37:34.060 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: pgmap v190: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:34.060 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:37:34.060 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: osdmap e102: 8 total, 7 up, 8 in 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:34.061 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:33 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:37:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[63239]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:37:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[63239]: osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194] boot 2024-09-11T08:37:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[63239]: osdmap e103: 8 total, 8 up, 8 in 2024-09-11T08:37:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:37:35.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[63239]: osdmap e104: 8 total, 8 up, 8 in 2024-09-11T08:37:35.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[58951]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:37:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[58951]: osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194] boot 2024-09-11T08:37:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[58951]: osdmap e103: 8 total, 8 up, 8 in 2024-09-11T08:37:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:37:35.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:34 smithi007 ceph-mon[58951]: osdmap e104: 8 total, 8 up, 8 in 2024-09-11T08:37:35.119 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:34 smithi155 ceph-mon[51019]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:37:35.119 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:34 smithi155 ceph-mon[51019]: osd.6 [v2:172.21.15.155:6816/999594194,v1:172.21.15.155:6817/999594194] boot 2024-09-11T08:37:35.119 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:34 smithi155 ceph-mon[51019]: osdmap e103: 8 total, 8 up, 8 in 2024-09-11T08:37:35.119 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:34 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:37:35.119 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:34 smithi155 ceph-mon[51019]: osdmap e104: 8 total, 8 up, 8 in 2024-09-11T08:37:36.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:35 smithi155 ceph-mon[51019]: pgmap v193: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:36.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:35 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 76/612 objects degraded (12.418%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:35 smithi007 ceph-mon[63239]: pgmap v193: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:35 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 76/612 objects degraded (12.418%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:35 smithi007 ceph-mon[58951]: pgmap v193: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 76/612 objects degraded (12.418%) 2024-09-11T08:37:36.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:35 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 76/612 objects degraded (12.418%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:37.289 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:37:36 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:37:36.982+0000 7f01d0524640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-11T08:37:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: pgmap v195: 129 pgs: 21 active+undersized, 15 active+undersized+degraded, 93 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 64/612 objects degraded (10.458%) 2024-09-11T08:37:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: pgmap v195: 129 pgs: 21 active+undersized, 15 active+undersized+degraded, 93 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 64/612 objects degraded (10.458%) 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:37:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:38.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:37 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: pgmap v195: 129 pgs: 21 active+undersized, 15 active+undersized+degraded, 93 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 64/612 objects degraded (10.458%) 2024-09-11T08:37:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:37:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:38.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:37:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:38.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:37 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:39.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:38 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:39.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:38 smithi007 ceph-mon[63239]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-11T08:37:39.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:38 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:39.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:38 smithi007 ceph-mon[58951]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-11T08:37:39.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:38 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:39.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:38 smithi155 ceph-mon[51019]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-11T08:37:40.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:39 smithi007 ceph-mon[58951]: pgmap v196: 129 pgs: 5 active+undersized, 3 active+undersized+degraded, 121 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-11T08:37:40.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:39 smithi007 ceph-mon[63239]: pgmap v196: 129 pgs: 5 active+undersized, 3 active+undersized+degraded, 121 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-11T08:37:40.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:39 smithi155 ceph-mon[51019]: pgmap v196: 129 pgs: 5 active+undersized, 3 active+undersized+degraded, 121 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-11T08:37:41.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:40 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:41.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:40 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:41.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:40 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T08:37:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:41 smithi007 ceph-mon[58951]: pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:41 smithi007 ceph-mon[58951]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-11T08:37:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:41 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:37:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:41 smithi007 ceph-mon[63239]: pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:41 smithi007 ceph-mon[63239]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-11T08:37:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:41 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:37:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:41 smithi155 ceph-mon[51019]: pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:41 smithi155 ceph-mon[51019]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-11T08:37:42.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:41 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:37:44.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:43 smithi007 ceph-mon[63239]: pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:44.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:43 smithi007 ceph-mon[58951]: pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:44.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:43 smithi155 ceph-mon[51019]: pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:46.065 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:45 smithi155 ceph-mon[51019]: pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:46.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:45 smithi007 ceph-mon[58951]: pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:46.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:45 smithi007 ceph-mon[63239]: pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:48.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:47 smithi155 ceph-mon[51019]: pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:48.239 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:47 smithi007 ceph-mon[58951]: pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:48.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:47 smithi007 ceph-mon[63239]: pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:48.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:50.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:49 smithi155 ceph-mon[51019]: pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:50.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:49 smithi007 ceph-mon[58951]: pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:50.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:49 smithi007 ceph-mon[63239]: pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:52.091 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:51 smithi007 ceph-mon[58951]: pgmap v202: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:52.091 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:51 smithi007 ceph-mon[63239]: pgmap v202: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:52.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:51 smithi155 ceph-mon[51019]: pgmap v202: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:53.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:53.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:53.549 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:37:54.094 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:53 smithi155 ceph-mon[51019]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:54.094 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:53 smithi155 ceph-mon[51019]: Upgrade: osd.7 is safe to restart 2024-09-11T08:37:54.094 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:53 smithi155 ceph-mon[51019]: pgmap v203: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:54.094 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:54.095 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:37:54.095 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:37:54.095 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:53 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:37:54.248 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:37:54.248 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (7m) 117s ago 30m 17.0M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (7m) 21s ago 30m 89.5M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (8m) 21s ago 33m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (18m) 117s ago 35m 442M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (5m) 117s ago 35m 78.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (6m) 21s ago 34m 79.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (5m) 117s ago 34m 49.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (8m) 117s ago 30m 8682k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (8m) 21s ago 30m 16.6M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (4m) 117s ago 33m 42.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (3m) 117s ago 33m 41.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (2m) 117s ago 33m 38.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:37:54.249 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (2m) 117s ago 32m 12.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:37:54.250 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (90s) 21s ago 32m 43.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7cf56732536b 2024-09-11T08:37:54.250 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (57s) 21s ago 32m 40.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c66df1c96d31 2024-09-11T08:37:54.250 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (25s) 21s ago 31m 11.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b15e802ab770 2024-09-11T08:37:54.250 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (31m) 21s ago 31m 55.5M 4096M 15.2.0 204a01f9b0b6 6508e0e34efd 2024-09-11T08:37:54.250 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (7m) 21s ago 30m 51.6M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:37:54.250 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (29m) 117s ago 29m 40.6M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:37:54.250 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (29m) 21s ago 29m 41.0M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:37:54.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[58951]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:54.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[58951]: Upgrade: osd.7 is safe to restart 2024-09-11T08:37:54.250 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[58951]: pgmap v203: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[63239]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[63239]: Upgrade: osd.7 is safe to restart 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[63239]: pgmap v203: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:37:54.251 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:53 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-11T08:37:54.686 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3, 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 12 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:37:54.687 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:37:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: Upgrade: Updating osd.7 2024-09-11T08:37:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: Deploying daemon osd.7 on smithi155 2024-09-11T08:37:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='client.54504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[63239]: from='client.54522 172.21.15.7:0/1735442250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: Upgrade: Updating osd.7 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: Deploying daemon osd.7 on smithi155 2024-09-11T08:37:55.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='client.54504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:54 smithi007 ceph-mon[58951]: from='client.54522 172.21.15.7:0/1735442250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:55.044 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:37:55.045 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:37:55.045 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:37:55.045 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:37:55.045 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:37:55.045 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "7/8 daemons upgraded", 2024-09-11T08:37:55.045 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:37:55.045 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:37:55.045 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:37:55.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: Upgrade: Updating osd.7 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: Deploying daemon osd.7 on smithi155 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='client.54504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:37:55.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:54 smithi155 ceph-mon[51019]: from='client.54522 172.21.15.7:0/1735442250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:37:55.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:55 smithi155 ceph-mon[51019]: from='client.54510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:55.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:55 smithi155 ceph-mon[51019]: from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:55.923 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:55 smithi155 ceph-mon[51019]: pgmap v204: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:56.260 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 systemd[1]: Stopping Ceph osd.7 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:37:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:55 smithi007 ceph-mon[58951]: from='client.54510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:55 smithi007 ceph-mon[58951]: from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:56.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:55 smithi007 ceph-mon[58951]: pgmap v204: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:55 smithi007 ceph-mon[63239]: from='client.54510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:55 smithi007 ceph-mon[63239]: from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:56.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:55 smithi007 ceph-mon[63239]: pgmap v204: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:56.644 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7[29034]: debug 2024-09-11T08:37:56.301+0000 7f63ae06a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:37:56.644 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7[29034]: debug 2024-09-11T08:37:56.301+0000 7f63ae06a700 -1 osd.7 104 *** Got signal Terminated *** 2024-09-11T08:37:56.644 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 bash[28991]: debug 2024-09-11T08:37:56.301+0000 7f63ae06a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:37:56.644 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 bash[28991]: debug 2024-09-11T08:37:56.301+0000 7f63ae06a700 -1 osd.7 104 *** Got signal Terminated *** 2024-09-11T08:37:56.644 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 bash[28991]: debug 2024-09-11T08:37:56.301+0000 7f63ae06a700 -1 osd.7 104 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:37:56.644 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7[29034]: debug 2024-09-11T08:37:56.301+0000 7f63ae06a700 -1 osd.7 104 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:37:56.644 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 podman[28991]: 2024-09-11 08:37:56.335777045 +0000 UTC m=+1888.928482680 container died 6508e0e34efd95d1a448ba8d2fe098cc18394e42d15ff4883122ca65e104f781 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-11T08:37:56.959 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 podman[73543]: 2024-09-11 08:37:56.74334563 +0000 UTC m=+0.584293873 container cleanup 6508e0e34efd95d1a448ba8d2fe098cc18394e42d15ff4883122ca65e104f781 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, ceph=True, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-11T08:37:56.959 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 bash[73543]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7 2024-09-11T08:37:56.959 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: from='client.54528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:56.959 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:56.959 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-11T08:37:56.959 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:56.959 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.3 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.5 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.3 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.4 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.1 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.5 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.1 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.6 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.4 2024-09-11T08:37:56.960 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:56 smithi155 ceph-mon[51019]: osd.7 reported immediately failed by osd.6 2024-09-11T08:37:57.260 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:56 smithi155 podman[28991]: 2024-09-11 08:37:56.959617557 +0000 UTC m=+1889.552323184 container remove 6508e0e34efd95d1a448ba8d2fe098cc18394e42d15ff4883122ca65e104f781 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd.7, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True) 2024-09-11T08:37:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: from='client.54528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-11T08:37:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:57.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.3 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.5 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.3 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.4 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.1 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.5 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.1 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.6 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.4 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[58951]: osd.7 reported immediately failed by osd.6 2024-09-11T08:37:57.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: from='client.54528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.0 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.3 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.5 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.2 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.3 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.4 2024-09-11T08:37:57.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.1 2024-09-11T08:37:57.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.5 2024-09-11T08:37:57.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.1 2024-09-11T08:37:57.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.6 2024-09-11T08:37:57.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.4 2024-09-11T08:37:57.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:56 smithi007 ceph-mon[63239]: osd.7 reported immediately failed by osd.6 2024-09-11T08:37:57.662 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:57 smithi155 podman[73655]: 2024-09-11 08:37:57.314731554 +0000 UTC m=+0.016126016 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:37:57.662 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:57 smithi155 podman[73655]: 2024-09-11 08:37:57.427399755 +0000 UTC m=+0.128794258 container create 3eee190122f6547e8a9e91cd5dcd0cc590152f7a7ca624a3756aadc1e501193b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:37:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:57 smithi155 ceph-mon[51019]: pgmap v205: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:57 smithi155 ceph-mon[51019]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:37:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:57 smithi155 ceph-mon[51019]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T08:37:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:57 smithi155 ceph-mon[51019]: osdmap e105: 8 total, 7 up, 8 in 2024-09-11T08:37:58.010 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:57 smithi155 podman[73655]: 2024-09-11 08:37:57.662823176 +0000 UTC m=+0.364217634 container init 3eee190122f6547e8a9e91cd5dcd0cc590152f7a7ca624a3756aadc1e501193b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-11T08:37:58.010 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:57 smithi155 podman[73655]: 2024-09-11 08:37:57.666200364 +0000 UTC m=+0.367594832 container start 3eee190122f6547e8a9e91cd5dcd0cc590152f7a7ca624a3756aadc1e501193b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0) 2024-09-11T08:37:58.011 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:57 smithi155 podman[73655]: 2024-09-11 08:37:57.74614951 +0000 UTC m=+0.447543968 container attach 3eee190122f6547e8a9e91cd5dcd0cc590152f7a7ca624a3756aadc1e501193b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-11T08:37:58.011 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:57 smithi155 podman[73655]: 2024-09-11 08:37:57.850964738 +0000 UTC m=+0.552359197 container died 3eee190122f6547e8a9e91cd5dcd0cc590152f7a7ca624a3756aadc1e501193b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-11T08:37:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:57 smithi007 ceph-mon[58951]: pgmap v205: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:57 smithi007 ceph-mon[58951]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:37:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:57 smithi007 ceph-mon[58951]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T08:37:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:57 smithi007 ceph-mon[58951]: osdmap e105: 8 total, 7 up, 8 in 2024-09-11T08:37:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:57 smithi007 ceph-mon[63239]: pgmap v205: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:37:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:57 smithi007 ceph-mon[63239]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:37:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:57 smithi007 ceph-mon[63239]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T08:37:58.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:57 smithi007 ceph-mon[63239]: osdmap e105: 8 total, 7 up, 8 in 2024-09-11T08:37:58.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:58 smithi155 podman[73677]: 2024-09-11 08:37:58.408135518 +0000 UTC m=+0.550884684 container remove 3eee190122f6547e8a9e91cd5dcd0cc590152f7a7ca624a3756aadc1e501193b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True) 2024-09-11T08:37:58.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:58 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-11T08:37:58.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:58 smithi155 systemd[1]: Stopped Ceph osd.7 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:37:58.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:58 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.7.service: Consumed 2.588s CPU time. 2024-09-11T08:37:58.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:58 smithi155 systemd[1]: Starting Ceph osd.7 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:37:59.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:58 smithi155 ceph-mon[51019]: osdmap e106: 8 total, 7 up, 8 in 2024-09-11T08:37:59.136 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:58 smithi155 podman[73776]: 2024-09-11 08:37:58.743844228 +0000 UTC m=+0.015889739 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:37:59.136 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:58 smithi155 podman[73776]: 2024-09-11 08:37:58.892905889 +0000 UTC m=+0.164951442 container create 8bb06b251aca041564b79d88c9d56eeea4ae01f73a328394feb1020fbccc2109 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-11T08:37:59.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:58 smithi007 ceph-mon[58951]: osdmap e106: 8 total, 7 up, 8 in 2024-09-11T08:37:59.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:58 smithi007 ceph-mon[63239]: osdmap e106: 8 total, 7 up, 8 in 2024-09-11T08:37:59.405 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 podman[73776]: 2024-09-11 08:37:59.136660228 +0000 UTC m=+0.408705752 container init 8bb06b251aca041564b79d88c9d56eeea4ae01f73a328394feb1020fbccc2109 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-11T08:37:59.405 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 podman[73776]: 2024-09-11 08:37:59.140027881 +0000 UTC m=+0.412073398 container start 8bb06b251aca041564b79d88c9d56eeea4ae01f73a328394feb1020fbccc2109 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-11T08:37:59.406 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 podman[73776]: 2024-09-11 08:37:59.245065736 +0000 UTC m=+0.517111248 container attach 8bb06b251aca041564b79d88c9d56eeea4ae01f73a328394feb1020fbccc2109 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-11T08:37:59.731 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate[73792]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 bash[73776]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate[73792]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 bash[73776]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate[73792]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 bash[73776]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate[73792]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 bash[73776]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate[73792]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 bash[73776]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate[73792]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:37:59.732 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 bash[73776]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:37:59.733 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate[73792]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-11T08:37:59.733 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 bash[73776]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-11T08:37:59.733 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:37:59 smithi155 podman[73776]: 2024-09-11 08:37:59.44966587 +0000 UTC m=+0.721711381 container died 8bb06b251aca041564b79d88c9d56eeea4ae01f73a328394feb1020fbccc2109 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-11T08:38:00.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-mon[51019]: pgmap v208: 129 pgs: 4 active+undersized, 13 peering, 13 stale+active+clean, 99 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:38:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:37:59 smithi155 ceph-mon[51019]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:38:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:59 smithi007 ceph-mon[63239]: pgmap v208: 129 pgs: 4 active+undersized, 13 peering, 13 stale+active+clean, 99 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:38:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:37:59 smithi007 ceph-mon[63239]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:38:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:59 smithi007 ceph-mon[58951]: pgmap v208: 129 pgs: 4 active+undersized, 13 peering, 13 stale+active+clean, 99 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:38:00.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:37:59 smithi007 ceph-mon[58951]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:38:00.371 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:00 smithi155 podman[73921]: 2024-09-11 08:38:00.048666015 +0000 UTC m=+0.591557668 container remove 8bb06b251aca041564b79d88c9d56eeea4ae01f73a328394feb1020fbccc2109 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-11T08:38:00.371 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:00 smithi155 podman[73983]: 2024-09-11 08:38:00.15592644 +0000 UTC m=+0.015781419 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:38:00.371 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:00 smithi155 podman[73983]: 2024-09-11 08:38:00.274549494 +0000 UTC m=+0.134404506 container create 56d3c3705df2e8147429bd2a6fc9adb545d9ce8b12138cec5ab5cc45be579500 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, 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-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:38:00.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:00 smithi155 podman[73983]: 2024-09-11 08:38:00.501801359 +0000 UTC m=+0.361656332 container init 56d3c3705df2e8147429bd2a6fc9adb545d9ce8b12138cec5ab5cc45be579500 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-11T08:38:00.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:00 smithi155 podman[73983]: 2024-09-11 08:38:00.504959225 +0000 UTC m=+0.364814195 container start 56d3c3705df2e8147429bd2a6fc9adb545d9ce8b12138cec5ab5cc45be579500 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-11T08:38:00.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:00 smithi155 ceph-osd[74002]: -- 172.21.15.155:0/2734628095 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5645ad1f2d00 con 0x5645ad1c4c00 2024-09-11T08:38:00.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:00 smithi155 bash[73983]: 56d3c3705df2e8147429bd2a6fc9adb545d9ce8b12138cec5ab5cc45be579500 2024-09-11T08:38:00.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:00 smithi155 systemd[1]: Started Ceph osd.7 for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:38:01.256 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:38:01.045+0000 7fe4706e7440 -1 Falling back to public interface 2024-09-11T08:38:01.257 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:01.257 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:01.257 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:01.257 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:00 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:00 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:01.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:00 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:02.157 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:01 smithi155 ceph-mon[51019]: pgmap v209: 129 pgs: 8 active+undersized, 13 peering, 6 stale+active+clean, 7 active+undersized+degraded, 95 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 33/612 objects degraded (5.392%) 2024-09-11T08:38:02.157 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:01 smithi155 ceph-mon[51019]: Health check failed: Degraded data redundancy: 33/612 objects degraded (5.392%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T08:38:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:01 smithi007 ceph-mon[58951]: pgmap v209: 129 pgs: 8 active+undersized, 13 peering, 6 stale+active+clean, 7 active+undersized+degraded, 95 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 33/612 objects degraded (5.392%) 2024-09-11T08:38:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:01 smithi007 ceph-mon[58951]: Health check failed: Degraded data redundancy: 33/612 objects degraded (5.392%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T08:38:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:01 smithi007 ceph-mon[63239]: pgmap v209: 129 pgs: 8 active+undersized, 13 peering, 6 stale+active+clean, 7 active+undersized+degraded, 95 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 33/612 objects degraded (5.392%) 2024-09-11T08:38:02.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:01 smithi007 ceph-mon[63239]: Health check failed: Degraded data redundancy: 33/612 objects degraded (5.392%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T08:38:03.842 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:38:03.748+0000 7fe4706e7440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-11T08:38:03.842 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:38:03.774+0000 7fe4706e7440 -1 osd.7 104 log_to_monitors true 2024-09-11T08:38:04.260 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:38:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:38:03.859+0000 7fe467c92640 -1 osd.7 104 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:38:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:03 smithi155 ceph-mon[51019]: pgmap v210: 129 pgs: 22 active+undersized, 13 peering, 22 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T08:38:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:03 smithi155 ceph-mon[51019]: from='osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:38:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:03 smithi155 ceph-mon[51019]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:38:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:03 smithi007 ceph-mon[58951]: pgmap v210: 129 pgs: 22 active+undersized, 13 peering, 22 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T08:38:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:03 smithi007 ceph-mon[58951]: from='osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:38:04.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:03 smithi007 ceph-mon[58951]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:38:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:03 smithi007 ceph-mon[63239]: pgmap v210: 129 pgs: 22 active+undersized, 13 peering, 22 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T08:38:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:03 smithi007 ceph-mon[63239]: from='osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:38:04.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:03 smithi007 ceph-mon[63239]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:38:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:04 smithi155 ceph-mon[51019]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:38:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:04 smithi155 ceph-mon[51019]: osdmap e107: 8 total, 7 up, 8 in 2024-09-11T08:38:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:04 smithi155 ceph-mon[51019]: from='osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:38:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:04 smithi155 ceph-mon[51019]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:38:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:05.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:04 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[63239]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:38:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[63239]: osdmap e107: 8 total, 7 up, 8 in 2024-09-11T08:38:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[63239]: from='osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:38:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[63239]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:38:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:05.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:05.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[58951]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:38:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[58951]: osdmap e107: 8 total, 7 up, 8 in 2024-09-11T08:38:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[58951]: from='osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:38:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[58951]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-11T08:38:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:05.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:04 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:06.100 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: pgmap v212: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T08:38:06.100 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:38:06.100 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412] boot 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: osdmap e108: 8 total, 8 up, 8 in 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:06.101 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:05 smithi155 ceph-mon[51019]: osdmap e109: 8 total, 8 up, 8 in 2024-09-11T08:38:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: pgmap v212: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T08:38:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:38:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:38:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412] boot 2024-09-11T08:38:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: osdmap e108: 8 total, 8 up, 8 in 2024-09-11T08:38:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:38:06.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[63239]: osdmap e109: 8 total, 8 up, 8 in 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: pgmap v212: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:38:06.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: osd.7 [v2:172.21.15.155:6824/585045412,v1:172.21.15.155:6825/585045412] boot 2024-09-11T08:38:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: osdmap e108: 8 total, 8 up, 8 in 2024-09-11T08:38:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:38:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:06.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:05 smithi007 ceph-mon[58951]: osdmap e109: 8 total, 8 up, 8 in 2024-09-11T08:38:07.192 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:06 smithi155 ceph-mon[51019]: pgmap v215: 129 pgs: 7 activating, 7 peering, 24 active+undersized, 19 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:38:07.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:06 smithi007 ceph-mon[58951]: pgmap v215: 129 pgs: 7 activating, 7 peering, 24 active+undersized, 19 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:38:07.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:06 smithi007 ceph-mon[63239]: pgmap v215: 129 pgs: 7 activating, 7 peering, 24 active+undersized, 19 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-11T08:38:08.204 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:07 smithi155 ceph-mon[51019]: Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T08:38:08.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:07 smithi007 ceph-mon[58951]: Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T08:38:08.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:07 smithi007 ceph-mon[63239]: Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T08:38:09.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:08 smithi155 ceph-mon[51019]: pgmap v216: 129 pgs: 7 activating, 7 peering, 10 active+undersized, 11 active+undersized+degraded, 94 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48/612 objects degraded (7.843%) 2024-09-11T08:38:09.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:08 smithi007 ceph-mon[58951]: pgmap v216: 129 pgs: 7 activating, 7 peering, 10 active+undersized, 11 active+undersized+degraded, 94 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48/612 objects degraded (7.843%) 2024-09-11T08:38:09.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:08 smithi007 ceph-mon[63239]: pgmap v216: 129 pgs: 7 activating, 7 peering, 10 active+undersized, 11 active+undersized+degraded, 94 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48/612 objects degraded (7.843%) 2024-09-11T08:38:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all osd 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T08:38:10.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T08:38:10.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:09 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T08:38:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:38:10.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all osd 2024-09-11T08:38:10.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T08:38:10.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T08:38:10.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T08:38:10.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T08:38:10.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T08:38:10.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T08:38:10.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T08:38:10.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T08:38:10.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T08:38:10.292 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T08:38:10.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T08:38:10.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T08:38:10.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T08:38:10.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T08:38:10.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:10.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:38:10.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:10.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all osd 2024-09-11T08:38:10.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:10.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T08:38:10.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T08:38:10.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T08:38:10.296 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T08:38:10.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T08:38:10.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T08:38:10.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T08:38:10.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T08:38:10.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T08:38:10.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T08:38:10.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T08:38:10.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:09 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T08:38:11.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: osdmap e110: 8 total, 8 up, 8 in 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mds 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all nfs 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: Upgrade: Finalizing container_image settings 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:38:11.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:38:11.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:38:11.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: Upgrade: Complete! 2024-09-11T08:38:11.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:38:11.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:38:11.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:10 smithi155 ceph-mon[51019]: pgmap v218: 129 pgs: 7 activating, 7 peering, 115 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T08:38:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T08:38:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: osdmap e110: 8 total, 8 up, 8 in 2024-09-11T08:38:11.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mds 2024-09-11T08:38:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:38:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all nfs 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.291 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: Upgrade: Finalizing container_image settings 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:38:11.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:38:11.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T08:38:11.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T08:38:11.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: osdmap e110: 8 total, 8 up, 8 in 2024-09-11T08:38:11.293 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mds 2024-09-11T08:38:11.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:38:11.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.294 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all nfs 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.295 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:11.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: Upgrade: Finalizing container_image settings 2024-09-11T08:38:11.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:38:11.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:38:11.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:38:11.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:38:11.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:38:11.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:38:11.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: Upgrade: Complete! 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.298 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[63239]: pgmap v218: 129 pgs: 7 activating, 7 peering, 115 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: Upgrade: Complete! 2024-09-11T08:38:11.300 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:38:11.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:38:11.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:11.301 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:10 smithi007 ceph-mon[58951]: pgmap v218: 129 pgs: 7 activating, 7 peering, 115 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:11 smithi155 ceph-mon[51019]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/612 objects degraded (7.843%), 11 pgs degraded) 2024-09-11T08:38:12.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:11 smithi155 ceph-mon[51019]: Cluster is now healthy 2024-09-11T08:38:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:11 smithi007 ceph-mon[63239]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/612 objects degraded (7.843%), 11 pgs degraded) 2024-09-11T08:38:12.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:11 smithi007 ceph-mon[63239]: Cluster is now healthy 2024-09-11T08:38:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:11 smithi007 ceph-mon[58951]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/612 objects degraded (7.843%), 11 pgs degraded) 2024-09-11T08:38:12.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:11 smithi007 ceph-mon[58951]: Cluster is now healthy 2024-09-11T08:38:14.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:13 smithi155 ceph-mon[51019]: pgmap v219: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:14.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:13 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:14.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:13 smithi007 ceph-mon[58951]: pgmap v219: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:14.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:13 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:13 smithi007 ceph-mon[63239]: pgmap v219: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:13 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:15 smithi155 ceph-mon[51019]: pgmap v220: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:16.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:15 smithi007 ceph-mon[58951]: pgmap v220: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:16.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:15 smithi007 ceph-mon[63239]: pgmap v220: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:17 smithi155 ceph-mon[51019]: pgmap v221: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:18.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:17 smithi007 ceph-mon[58951]: pgmap v221: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:17 smithi007 ceph-mon[63239]: pgmap v221: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:19.001 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:18 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:19.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:18 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:19.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:18 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:20.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:19 smithi155 ceph-mon[51019]: pgmap v222: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:20.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:19 smithi007 ceph-mon[63239]: pgmap v222: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:20.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:19 smithi007 ceph-mon[58951]: pgmap v222: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:22.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:21 smithi155 ceph-mon[51019]: pgmap v223: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:22.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:21 smithi007 ceph-mon[58951]: pgmap v223: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:21 smithi007 ceph-mon[63239]: pgmap v223: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:22.940 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:38:22.940 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:38:22.941 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:38:22.941 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:38:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:38:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:38:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:38:22.941 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:38:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T08:38:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:38:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:38:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:38:23.954 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:23 smithi007 ceph-mon[58951]: pgmap v224: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:23.954 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:23 smithi007 ceph-mon[63239]: pgmap v224: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:23 smithi155 ceph-mon[51019]: pgmap v224: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:25 smithi155 ceph-mon[51019]: pgmap v225: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:25 smithi007 ceph-mon[58951]: pgmap v225: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:25 smithi007 ceph-mon[63239]: pgmap v225: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:26.183 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:38:26.683 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:26 smithi007 ceph-mon[58951]: from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:26.684 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:26 smithi007 ceph-mon[63239]: from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:27.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:26 smithi155 ceph-mon[51019]: from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:27.889 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:27 smithi007 ceph-mon[58951]: pgmap v226: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2024-09-11T08:38:27.890 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:27 smithi007 ceph-mon[63239]: pgmap v226: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2024-09-11T08:38:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:27 smithi155 ceph-mon[51019]: pgmap v226: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2024-09-11T08:38:28.363 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:38:28.363 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (8m) 2m ago 31m 17.0M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:38:28.363 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (7m) 23s ago 30m 90.5M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:38:28.363 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (9m) 23s ago 34m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:38:28.363 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (18m) 2m ago 35m 442M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:38:28.363 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (6m) 2m ago 35m 78.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:38:28.364 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (7m) 23s ago 34m 80.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:38:28.364 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (5m) 2m ago 34m 49.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:38:28.364 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (8m) 2m ago 31m 8682k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:38:28.364 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (8m) 23s ago 31m 16.3M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:38:28.364 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (4m) 2m ago 34m 42.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:38:28.364 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (4m) 2m ago 33m 41.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:38:28.364 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (3m) 2m ago 33m 38.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:38:28.365 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (2m) 2m ago 33m 12.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:38:28.365 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (2m) 23s ago 33m 43.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7cf56732536b 2024-09-11T08:38:28.365 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (91s) 23s ago 32m 42.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c66df1c96d31 2024-09-11T08:38:28.365 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (59s) 23s ago 32m 40.1M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b15e802ab770 2024-09-11T08:38:28.365 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (28s) 23s ago 32m 11.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 56d3c3705df2 2024-09-11T08:38:28.365 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (8m) 23s ago 31m 51.6M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:38:28.365 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (30m) 2m ago 30m 40.6M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:38:28.365 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (30m) 23s ago 30m 41.1M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:38:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.041 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:29.148 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 1'"'"'' 2024-09-11T08:38:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:29 smithi155 ceph-mon[51019]: from='client.54543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:29 smithi155 ceph-mon[51019]: pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-09-11T08:38:30.028 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:29 smithi007 ceph-mon[58951]: from='client.54543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:30.028 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:29 smithi007 ceph-mon[58951]: pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-09-11T08:38:30.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:29 smithi007 ceph-mon[63239]: from='client.54543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:30.029 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:29 smithi007 ceph-mon[63239]: pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-09-11T08:38:31.301 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:38:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:31 smithi155 ceph-mon[51019]: pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 90 op/s 2024-09-11T08:38:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:31 smithi155 ceph-mon[51019]: from='client.? 172.21.15.7:0/3317602775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:32.021 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:31 smithi007 ceph-mon[58951]: pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 90 op/s 2024-09-11T08:38:32.021 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:31 smithi007 ceph-mon[58951]: from='client.? 172.21.15.7:0/3317602775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:32.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:31 smithi007 ceph-mon[63239]: pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 90 op/s 2024-09-11T08:38:32.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:31 smithi007 ceph-mon[63239]: from='client.? 172.21.15.7:0/3317602775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:32.038 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | keys'"'"' | grep $sha1' 2024-09-11T08:38:33.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:33 smithi007 ceph-mon[58951]: pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:33 smithi007 ceph-mon[63239]: pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:33 smithi155 ceph-mon[51019]: pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:34.059 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:38:34.779 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.r.z' 2024-09-11T08:38:35.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:34 smithi155 ceph-mon[51019]: from='client.54555 172.21.15.7:0/1140331771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:35.010 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:34 smithi007 ceph-mon[58951]: from='client.54555 172.21.15.7:0/1140331771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:35.011 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:34 smithi007 ceph-mon[63239]: from='client.54555 172.21.15.7:0/1140331771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:36.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:35 smithi155 ceph-mon[51019]: pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:36.036 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:35 smithi007 ceph-mon[58951]: pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:36.037 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:35 smithi007 ceph-mon[63239]: pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:37.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:37 smithi007 ceph-mon[58951]: pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:37.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:37 smithi007 ceph-mon[58951]: from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:37.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:37 smithi007 ceph-mon[63239]: pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:37.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:37 smithi007 ceph-mon[63239]: from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:37 smithi155 ceph-mon[51019]: pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:38:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:37 smithi155 ceph-mon[51019]: from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:38.279 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:38:38.901 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:38:39.482 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[63239]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:38:39.482 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:39.482 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:39.482 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[63239]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:38:39.482 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[63239]: pgmap v232: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 0 B/s wr, 99 op/s 2024-09-11T08:38:39.483 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[58951]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:38:39.483 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:39.483 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:39.483 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[58951]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:38:39.483 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:39 smithi007 ceph-mon[58951]: pgmap v232: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 0 B/s wr, 99 op/s 2024-09-11T08:38:39.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:39 smithi155 ceph-mon[51019]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:38:39.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:39 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:39.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:39 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:39.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:39 smithi155 ceph-mon[51019]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:38:39.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:39 smithi155 ceph-mon[51019]: pgmap v232: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 0 B/s wr, 99 op/s 2024-09-11T08:38:41.682 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: pgmap v233: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2024-09-11T08:38:41.682 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.683 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: pgmap v233: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.684 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:41.685 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:41.685 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:41 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: pgmap v233: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:42.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:42.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:42.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:42.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:41 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:42.176 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:38:42.690 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[58951]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:38:42.690 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[58951]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:38:42.690 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mgr 2024-09-11T08:38:42.690 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mon 2024-09-11T08:38:42.690 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all crash 2024-09-11T08:38:42.690 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all osd 2024-09-11T08:38:42.691 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mds 2024-09-11T08:38:42.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[63239]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:38:42.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[63239]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:38:42.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mgr 2024-09-11T08:38:42.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mon 2024-09-11T08:38:42.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all crash 2024-09-11T08:38:42.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all osd 2024-09-11T08:38:42.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:42 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mds 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (8m) 2m ago 31m 17.0M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (8m) 38s ago 30m 90.5M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (9m) 38s ago 34m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (18m) 2m ago 35m 442M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (6m) 2m ago 36m 78.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (7m) 38s ago 34m 80.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (6m) 2m ago 35m 49.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (9m) 2m ago 31m 8682k - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:38:42.884 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (9m) 38s ago 31m 16.3M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (5m) 2m ago 34m 42.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (4m) 2m ago 34m 41.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (3m) 2m ago 33m 38.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (2m) 2m ago 33m 12.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (2m) 38s ago 33m 43.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7cf56732536b 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (106s) 38s ago 32m 42.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c66df1c96d31 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (74s) 38s ago 32m 40.1M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b15e802ab770 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (42s) 38s ago 32m 11.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 56d3c3705df2 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (8m) 38s ago 31m 51.6M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (30m) 2m ago 30m 40.6M - 15.2.0 204a01f9b0b6 aa2c73e1448d 2024-09-11T08:38:42.885 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (30m) 38s ago 30m 41.1M - 15.2.0 204a01f9b0b6 9ab66ca01350 2024-09-11T08:38:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:42 smithi155 ceph-mon[51019]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:38:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:42 smithi155 ceph-mon[51019]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:38:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mgr 2024-09-11T08:38:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mon 2024-09-11T08:38:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all crash 2024-09-11T08:38:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all osd 2024-09-11T08:38:43.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:42 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mds 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:38:43.340 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:38:43.341 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:38:43.341 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:38:43.341 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-11T08:38:43.341 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 13 2024-09-11T08:38:43.341 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:38:43.341 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:38:43.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='client.64501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:43.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: pgmap v234: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-11T08:38:43.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='client.54573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:43.669 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:38:43.670 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi007.usgcjp","key": "container_image"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[58951]: from='client.64519 172.21.15.7:0/3548125309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='client.64501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: pgmap v234: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='client.54573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:43.671 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.672 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.672 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.672 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:43.672 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:43.672 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:38:43.672 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:38:43.672 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi007.usgcjp","key": "container_image"}]: dispatch 2024-09-11T08:38:43.672 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:43 smithi007 ceph-mon[63239]: from='client.64519 172.21.15.7:0/3548125309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:43.708 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:38:43.708 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:38:43.708 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2024-09-11T08:38:43.709 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading daemons in service(s) rgw.r.z", 2024-09-11T08:38:43.709 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2024-09-11T08:38:43.709 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "0/2 daemons upgraded", 2024-09-11T08:38:43.709 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading rgw daemons", 2024-09-11T08:38:43.709 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2024-09-11T08:38:43.709 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:38:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='client.64501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: pgmap v234: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-11T08:38:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='client.54573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:44.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi007.usgcjp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:38:44.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:38:44.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi007.usgcjp","key": "container_image"}]: dispatch 2024-09-11T08:38:44.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:43 smithi155 ceph-mon[51019]: from='client.64519 172.21.15.7:0/3548125309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:38:44.786 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:44 smithi007 ceph-mon[58951]: from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:44.786 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:44 smithi007 ceph-mon[58951]: Upgrade: Updating rgw.r.z.smithi007.usgcjp (1/2) 2024-09-11T08:38:44.787 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:44 smithi007 ceph-mon[58951]: Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:38:44.787 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:44 smithi007 ceph-mon[58951]: from='client.64525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:44.787 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:44 smithi007 ceph-mon[63239]: from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:44.787 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:44 smithi007 ceph-mon[63239]: Upgrade: Updating rgw.r.z.smithi007.usgcjp (1/2) 2024-09-11T08:38:44.787 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:44 smithi007 ceph-mon[63239]: Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:38:44.787 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:44 smithi007 ceph-mon[63239]: from='client.64525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:44 smithi155 ceph-mon[51019]: from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:44 smithi155 ceph-mon[51019]: Upgrade: Updating rgw.r.z.smithi007.usgcjp (1/2) 2024-09-11T08:38:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:44 smithi155 ceph-mon[51019]: Deploying daemon rgw.r.z.smithi007.usgcjp on smithi007 2024-09-11T08:38:45.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:44 smithi155 ceph-mon[51019]: from='client.64525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:38:45.846 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:45 smithi007 ceph-mon[58951]: pgmap v235: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:45.846 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:45 smithi007 ceph-mon[63239]: pgmap v235: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:45 smithi155 ceph-mon[51019]: pgmap v235: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:47.652 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:47 smithi155 ceph-mon[51019]: pgmap v236: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:47.653 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:47.653 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:47.653 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:47 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:47 smithi007 ceph-mon[58951]: pgmap v236: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:48.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:47 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:48.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:47 smithi007 ceph-mon[63239]: pgmap v236: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:38:48.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:48.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:47 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:49 smithi155 ceph-mon[51019]: Upgrade: Updating rgw.r.z.smithi155.gxngma (2/2) 2024-09-11T08:38:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:49 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:49 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:38:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:49 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:38:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:49 smithi155 ceph-mon[51019]: Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:38:49.510 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:49 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.gxngma","key": "container_image"}]: dispatch 2024-09-11T08:38:49.511 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:49 smithi155 ceph-mon[51019]: pgmap v237: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 23 op/s 2024-09-11T08:38:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[58951]: Upgrade: Updating rgw.r.z.smithi155.gxngma (2/2) 2024-09-11T08:38:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:38:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:38:49.539 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[58951]: Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:38:49.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.gxngma","key": "container_image"}]: dispatch 2024-09-11T08:38:49.540 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[58951]: pgmap v237: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 23 op/s 2024-09-11T08:38:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[63239]: Upgrade: Updating rgw.r.z.smithi155.gxngma (2/2) 2024-09-11T08:38:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.gxngma", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:38:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:38:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[63239]: Deploying daemon rgw.r.z.smithi155.gxngma on smithi155 2024-09-11T08:38:49.540 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.gxngma","key": "container_image"}]: dispatch 2024-09-11T08:38:49.541 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:49 smithi007 ceph-mon[63239]: pgmap v237: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 23 op/s 2024-09-11T08:38:51.743 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:51 smithi155 ceph-mon[51019]: pgmap v238: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 170 B/s wr, 50 op/s 2024-09-11T08:38:52.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:51 smithi007 ceph-mon[58951]: pgmap v238: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 170 B/s wr, 50 op/s 2024-09-11T08:38:52.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:51 smithi007 ceph-mon[63239]: pgmap v238: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 170 B/s wr, 50 op/s 2024-09-11T08:38:52.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:52.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:52.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:52.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:52.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:52 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:52.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:52.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:52.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:52.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:52.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:52 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:54.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:53 smithi007 ceph-mon[58951]: pgmap v239: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:38:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:53 smithi007 ceph-mon[63239]: pgmap v239: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:38:54.214 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:53 smithi155 ceph-mon[51019]: pgmap v239: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:38:55.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:55.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:55.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:54 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:55.288 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:55.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:54 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:55.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:54 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: pgmap v240: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 255 B/s wr, 128 op/s 2024-09-11T08:38:56.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:56.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:56.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:56.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:56.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: pgmap v240: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 255 B/s wr, 128 op/s 2024-09-11T08:38:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:56.040 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:56.041 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:55 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:56.247 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: pgmap v240: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 255 B/s wr, 128 op/s 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:56.248 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:55 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:38:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:57.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:57.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:56 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:57.125 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:57.125 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:57.125 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:57.126 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:56 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:57.126 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:57.126 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:57.126 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:57.126 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:56 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:38:58.177 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:57 smithi155 ceph-mon[51019]: pgmap v241: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 255 B/s wr, 152 op/s 2024-09-11T08:38:58.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:57 smithi007 ceph-mon[58951]: pgmap v241: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 255 B/s wr, 152 op/s 2024-09-11T08:38:58.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:57 smithi007 ceph-mon[63239]: pgmap v241: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 255 B/s wr, 152 op/s 2024-09-11T08:38:59.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:59.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:58 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:59.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:59.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:59.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:58 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:59.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:38:59.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:38:59.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:58 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: pgmap v242: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi007.usgcjp"}]: dispatch 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi007.usgcjp"}]': finished 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.gxngma"}]: dispatch 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.gxngma"}]': finished 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.262 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:39:00.263 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:39:00.264 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.265 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:39:00.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:39:00.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:39:00.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:39:00.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.266 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:38:59 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: pgmap v242: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:39:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:39:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:39:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi007.usgcjp"}]: dispatch 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi007.usgcjp"}]': finished 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.gxngma"}]: dispatch 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.gxngma"}]': finished 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.291 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: pgmap v242: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.292 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi007.usgcjp"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi007.usgcjp"}]': finished 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.gxngma"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.gxngma"}]': finished 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.293 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:39:00.294 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:39:00.295 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:39:00.296 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:39:00.297 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.298 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:00.299 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:38:59 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:00 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all rgw 2024-09-11T08:39:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:00 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:39:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:00 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:39:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:00 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all nfs 2024-09-11T08:39:01.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:00 smithi155 ceph-mon[51019]: Upgrade: Finalizing container_image settings 2024-09-11T08:39:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:00 smithi155 ceph-mon[51019]: Upgrade: Complete! 2024-09-11T08:39:01.261 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:00 smithi155 ceph-mon[51019]: Checking dashboard <-> RGW credentials 2024-09-11T08:39:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all rgw 2024-09-11T08:39:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:39:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:39:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all nfs 2024-09-11T08:39:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[58951]: Upgrade: Finalizing container_image settings 2024-09-11T08:39:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[58951]: Upgrade: Complete! 2024-09-11T08:39:01.290 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[58951]: Checking dashboard <-> RGW credentials 2024-09-11T08:39:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all rgw 2024-09-11T08:39:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:39:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:39:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all nfs 2024-09-11T08:39:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[63239]: Upgrade: Finalizing container_image settings 2024-09-11T08:39:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[63239]: Upgrade: Complete! 2024-09-11T08:39:01.290 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:00 smithi007 ceph-mon[63239]: Checking dashboard <-> RGW credentials 2024-09-11T08:39:02.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:01 smithi155 ceph-mon[51019]: pgmap v243: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 85 B/s wr, 143 op/s 2024-09-11T08:39:02.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:01 smithi007 ceph-mon[58951]: pgmap v243: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 85 B/s wr, 143 op/s 2024-09-11T08:39:02.289 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:01 smithi007 ceph-mon[63239]: pgmap v243: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 85 B/s wr, 143 op/s 2024-09-11T08:39:03.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:03 smithi155 ceph-mon[51019]: pgmap v244: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 170 B/s wr, 118 op/s 2024-09-11T08:39:03.936 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:03 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:03 smithi007 ceph-mon[58951]: pgmap v244: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 170 B/s wr, 118 op/s 2024-09-11T08:39:04.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:03 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:03 smithi007 ceph-mon[63239]: pgmap v244: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 170 B/s wr, 118 op/s 2024-09-11T08:39:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:03 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:06.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:05 smithi155 ceph-mon[51019]: pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 255 B/s wr, 86 op/s 2024-09-11T08:39:06.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:05 smithi007 ceph-mon[58951]: pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 255 B/s wr, 86 op/s 2024-09-11T08:39:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:05 smithi007 ceph-mon[63239]: pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 255 B/s wr, 86 op/s 2024-09-11T08:39:08.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:07 smithi155 ceph-mon[51019]: pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 170 B/s wr, 42 op/s 2024-09-11T08:39:08.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:07 smithi007 ceph-mon[58951]: pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 170 B/s wr, 42 op/s 2024-09-11T08:39:08.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:07 smithi007 ceph-mon[63239]: pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 170 B/s wr, 42 op/s 2024-09-11T08:39:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:09 smithi155 ceph-mon[51019]: pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 170 B/s wr, 17 op/s 2024-09-11T08:39:10.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:09 smithi007 ceph-mon[58951]: pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 170 B/s wr, 17 op/s 2024-09-11T08:39:10.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:09 smithi007 ceph-mon[63239]: pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 170 B/s wr, 17 op/s 2024-09-11T08:39:12.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:11 smithi155 ceph-mon[51019]: pgmap v248: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 170 B/s wr, 3 op/s 2024-09-11T08:39:12.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:11 smithi007 ceph-mon[58951]: pgmap v248: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 170 B/s wr, 3 op/s 2024-09-11T08:39:12.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:11 smithi007 ceph-mon[63239]: pgmap v248: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 170 B/s wr, 3 op/s 2024-09-11T08:39:14.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:13 smithi155 ceph-mon[51019]: pgmap v249: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 170 B/s wr, 3 op/s 2024-09-11T08:39:14.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:13 smithi007 ceph-mon[58951]: pgmap v249: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 170 B/s wr, 3 op/s 2024-09-11T08:39:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:13 smithi007 ceph-mon[63239]: pgmap v249: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 170 B/s wr, 3 op/s 2024-09-11T08:39:14.784 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:39:15.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:15 smithi007 ceph-mon[58951]: from='client.54681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:15.807 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:15 smithi007 ceph-mon[58951]: pgmap v250: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T08:39:15.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:15 smithi007 ceph-mon[63239]: from='client.54681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:15.807 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:15 smithi007 ceph-mon[63239]: pgmap v250: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T08:39:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:15 smithi155 ceph-mon[51019]: from='client.54681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:15 smithi155 ceph-mon[51019]: pgmap v250: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T08:39:16.529 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (9m) 21s ago 31m 25.8M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (8m) 21s ago 31m 90.4M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (10m) 21s ago 35m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (19m) 21s ago 36m 447M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (7m) 21s ago 36m 125M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (7m) 21s ago 35m 86.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (6m) 21s ago 35m 62.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (9m) 21s ago 32m 16.8M - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (9m) 21s ago 32m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (5m) 21s ago 35m 51.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (5m) 21s ago 34m 50.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (4m) 21s ago 34m 44.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:39:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (3m) 21s ago 34m 48.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:39:16.531 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (2m) 21s ago 33m 48.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7cf56732536b 2024-09-11T08:39:16.531 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (2m) 21s ago 33m 46.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c66df1c96d31 2024-09-11T08:39:16.531 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (108s) 21s ago 33m 44.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b15e802ab770 2024-09-11T08:39:16.531 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (76s) 21s ago 32m 45.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 56d3c3705df2 2024-09-11T08:39:16.531 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (9m) 21s ago 32m 53.7M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:39:16.531 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (30s) 21s ago 30m 67.5M - 17.2.7-1623-gd0e6828a 4a918172a497 dc45917ff5a5 2024-09-11T08:39:16.531 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (25s) 21s ago 30m 67.4M - 17.2.7-1623-gd0e6828a 4a918172a497 d9c18aa401c4 2024-09-11T08:39:16.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:16.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:16.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:16.790 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:16.791 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:16 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:17.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:17.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:17.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:16 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:17.191 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.rgw | length == 1'"'"'' 2024-09-11T08:39:17.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:17 smithi007 ceph-mon[58951]: from='client.64618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:17.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:17 smithi007 ceph-mon[58951]: pgmap v251: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:17.744 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:17 smithi007 ceph-mon[63239]: from='client.64618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:17.744 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:17 smithi007 ceph-mon[63239]: pgmap v251: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:17.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:17 smithi155 ceph-mon[51019]: from='client.64618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:17.911 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:17 smithi155 ceph-mon[51019]: pgmap v251: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:19.318 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:39:19.906 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:19 smithi007 ceph-mon[63239]: pgmap v252: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:19.906 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:19 smithi007 ceph-mon[63239]: from='client.54693 172.21.15.7:0/4281919279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:19.907 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:19 smithi007 ceph-mon[58951]: pgmap v252: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:19.907 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:19 smithi007 ceph-mon[58951]: from='client.54693 172.21.15.7:0/4281919279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:19.924 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.rgw | keys'"'"' | grep $sha1' 2024-09-11T08:39:20.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:19 smithi155 ceph-mon[51019]: pgmap v252: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:20.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:19 smithi155 ceph-mon[51019]: from='client.54693 172.21.15.7:0/4281919279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:21.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:21 smithi007 ceph-mon[58951]: pgmap v253: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:21.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:21 smithi007 ceph-mon[63239]: pgmap v253: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:22.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:21 smithi155 ceph-mon[51019]: pgmap v253: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:22.033 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:39:22.637 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T08:39:22.905 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[58951]: from='client.54699 172.21.15.7:0/3633699578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:22.905 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T08:39:22.905 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:39:22.906 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:39:22.906 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:39:22.906 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[63239]: from='client.54699 172.21.15.7:0/3633699578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:22.906 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T08:39:22.906 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:39:22.906 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:39:22.906 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:39:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:22 smithi155 ceph-mon[51019]: from='client.54699 172.21.15.7:0/3633699578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T08:39:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:39:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:39:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:39:23.845 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:23 smithi007 ceph-mon[58951]: pgmap v254: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:23.846 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:23 smithi007 ceph-mon[63239]: pgmap v254: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:23 smithi155 ceph-mon[51019]: pgmap v254: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:24.543 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:39:25.218 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:39:25.232 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi007.front.sepia.ceph.com 2024-09-11T08:39:25.232 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T08:39:25.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[58951]: pgmap v255: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:25.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[58951]: from='client.54705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:25.800 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[58951]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[58951]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[63239]: pgmap v255: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[63239]: from='client.54705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[63239]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:25.801 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:25 smithi007 ceph-mon[63239]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:39:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:25 smithi155 ceph-mon[51019]: pgmap v255: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:25 smithi155 ceph-mon[51019]: from='client.54705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:25 smithi155 ceph-mon[51019]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:39:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:25 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:25 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:25 smithi155 ceph-mon[51019]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:39:27.690 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: pgmap v256: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mgr 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mon 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.691 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all crash 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all osd 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all mds 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all rgw 2024-09-11T08:39:27.692 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all nfs 2024-09-11T08:39:27.693 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: pgmap v256: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mgr 2024-09-11T08:39:27.694 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mon 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all crash 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all osd 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all mds 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.695 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all rgw 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all nfs 2024-09-11T08:39:27.696 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all grafana 2024-09-11T08:39:27.697 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all loki 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Setting container_image for all promtail 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Finalizing container_image settings 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:39:27.698 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:39:27.699 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:39:27.699 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:39:27.699 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:39:27.699 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:39:27.699 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:39:27.699 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.699 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:39:27.699 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all grafana 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all loki 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Setting container_image for all promtail 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Finalizing container_image settings 2024-09-11T08:39:27.700 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:39:27.701 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.702 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: Upgrade: Complete! 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:27.703 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.704 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:27.705 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:39:27.705 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:39:27.705 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: Upgrade: Complete! 2024-09-11T08:39:27.705 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:39:27.705 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:39:27.705 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: pgmap v256: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:39:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:39:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:39:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mgr 2024-09-11T08:39:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mon 2024-09-11T08:39:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.012 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all crash 2024-09-11T08:39:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all osd 2024-09-11T08:39:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all mds 2024-09-11T08:39:28.013 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all rgw 2024-09-11T08:39:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:39:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.014 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:39:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:39:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all nfs 2024-09-11T08:39:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all node-exporter 2024-09-11T08:39:28.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all prometheus 2024-09-11T08:39:28.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all alertmanager 2024-09-11T08:39:28.016 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all grafana 2024-09-11T08:39:28.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all loki 2024-09-11T08:39:28.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:28.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Setting container_image for all promtail 2024-09-11T08:39:28.017 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Finalizing container_image settings 2024-09-11T08:39:28.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:39:28.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:39:28.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:28.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:39:28.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:39:28.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:39:28.018 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:39:28.019 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: Upgrade: Complete! 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:39:28.020 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.647 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:39:28.883 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:28 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:28.884 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:28 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:29.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:28 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:39:29.826 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:29 smithi007 ceph-mon[58951]: from='client.54711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:29.826 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:29 smithi007 ceph-mon[58951]: pgmap v257: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:29.826 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:29 smithi007 ceph-mon[63239]: from='client.54711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:29.826 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:29 smithi007 ceph-mon[63239]: pgmap v257: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:29 smithi155 ceph-mon[51019]: from='client.54711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:29 smithi155 ceph-mon[51019]: pgmap v257: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:30.574 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:39:30.574 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (9m) 35s ago 32m 25.8M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:39:30.574 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (8m) 35s ago 31m 90.4M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:39:30.574 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (10m) 35s ago 35m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:39:30.574 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (19m) 35s ago 36m 447M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:39:30.574 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (7m) 35s ago 36m 125M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (8m) 35s ago 35m 86.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (6m) 35s ago 35m 62.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (9m) 35s ago 32m 16.8M - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (9m) 35s ago 32m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (5m) 35s ago 35m 51.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (5m) 35s ago 34m 50.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (4m) 35s ago 34m 44.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (3m) 35s ago 34m 48.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (3m) 35s ago 34m 48.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7cf56732536b 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (2m) 35s ago 33m 46.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c66df1c96d31 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (2m) 35s ago 33m 44.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b15e802ab770 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (90s) 35s ago 33m 45.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 56d3c3705df2 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (9m) 35s ago 32m 53.7M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (44s) 35s ago 31m 67.5M - 17.2.7-1623-gd0e6828a 4a918172a497 dc45917ff5a5 2024-09-11T08:39:30.575 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (39s) 35s ago 31m 67.4M - 17.2.7-1623-gd0e6828a 4a918172a497 d9c18aa401c4 2024-09-11T08:39:31.202 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:39:31.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: pgmap v258: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:31.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='client.64648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:31.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.442 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: pgmap v258: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='client.64648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.443 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.444 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:31 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: pgmap v258: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='client.64648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:39:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:39:31.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:31.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:31 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:39:33.160 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:39:33.160 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:39:33.160 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:39:33.160 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 15 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:39:33.161 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:39:33.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:33 smithi007 ceph-mon[58951]: pgmap v259: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:33.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:33 smithi007 ceph-mon[58951]: from='client.64654 172.21.15.7:0/632882608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:33 smithi007 ceph-mon[63239]: pgmap v259: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:33.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:33 smithi007 ceph-mon[63239]: from='client.64654 172.21.15.7:0/632882608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:33.816 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-11T08:39:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:33 smithi155 ceph-mon[51019]: pgmap v259: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:33 smithi155 ceph-mon[51019]: from='client.64654 172.21.15.7:0/632882608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:39:35.401 INFO:teuthology.orchestra.run.smithi007.stdout:wait for servicemap items w/ changing names to refresh 2024-09-11T08:39:36.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:35 smithi155 ceph-mon[51019]: pgmap v260: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:36.021 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:35 smithi007 ceph-mon[58951]: pgmap v260: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:36.021 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:35 smithi007 ceph-mon[63239]: pgmap v260: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:36.039 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 60' 2024-09-11T08:39:37.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:37 smithi007 ceph-mon[58951]: pgmap v261: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:37.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:37 smithi007 ceph-mon[63239]: pgmap v261: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:37 smithi155 ceph-mon[51019]: pgmap v261: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:40.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:39 smithi155 ceph-mon[51019]: pgmap v262: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:40.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:39 smithi007 ceph-mon[58951]: pgmap v262: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:40.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:39 smithi007 ceph-mon[63239]: pgmap v262: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:42.015 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:41 smithi155 ceph-mon[51019]: pgmap v263: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:42.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:41 smithi007 ceph-mon[58951]: pgmap v263: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:42.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:41 smithi007 ceph-mon[63239]: pgmap v263: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:43 smithi155 ceph-mon[51019]: pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:44.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:43 smithi007 ceph-mon[58951]: pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:44.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:43 smithi007 ceph-mon[63239]: pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:45 smithi155 ceph-mon[51019]: pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:46.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:45 smithi007 ceph-mon[58951]: pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:46.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:45 smithi007 ceph-mon[63239]: pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:47 smithi155 ceph-mon[51019]: pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:48.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:47 smithi007 ceph-mon[58951]: pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:48.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:47 smithi007 ceph-mon[63239]: pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:49 smithi155 ceph-mon[51019]: pgmap v267: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:50.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:49 smithi007 ceph-mon[58951]: pgmap v267: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:50.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:49 smithi007 ceph-mon[63239]: pgmap v267: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:51 smithi155 ceph-mon[51019]: pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:52.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:51 smithi007 ceph-mon[58951]: pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:52.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:51 smithi007 ceph-mon[63239]: pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:53.859 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:53 smithi007 ceph-mon[58951]: pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:53.859 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:53 smithi007 ceph-mon[63239]: pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:53 smithi155 ceph-mon[51019]: pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:56.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:55 smithi155 ceph-mon[51019]: pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:56.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:55 smithi007 ceph-mon[58951]: pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:56.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:55 smithi007 ceph-mon[63239]: pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:57 smithi155 ceph-mon[51019]: pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:58.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:57 smithi007 ceph-mon[58951]: pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:39:58.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:57 smithi007 ceph-mon[63239]: pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:39:59 smithi155 ceph-mon[51019]: pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:00.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:39:59 smithi007 ceph-mon[58951]: pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:00.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:39:59 smithi007 ceph-mon[63239]: pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:01.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:00 smithi155 ceph-mon[51019]: overall HEALTH_OK 2024-09-11T08:40:01.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:00 smithi007 ceph-mon[58951]: overall HEALTH_OK 2024-09-11T08:40:01.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:00 smithi007 ceph-mon[63239]: overall HEALTH_OK 2024-09-11T08:40:02.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:01 smithi155 ceph-mon[51019]: pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:02.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:01 smithi007 ceph-mon[58951]: pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:02.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:01 smithi007 ceph-mon[63239]: pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:04.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:03 smithi155 ceph-mon[51019]: pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:04.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:03 smithi007 ceph-mon[58951]: pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:04.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:03 smithi007 ceph-mon[63239]: pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:06.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:05 smithi155 ceph-mon[51019]: pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:06.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:05 smithi007 ceph-mon[58951]: pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:06.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:05 smithi007 ceph-mon[63239]: pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:08.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:07 smithi155 ceph-mon[51019]: pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:08.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:07 smithi007 ceph-mon[58951]: pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:08.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:07 smithi007 ceph-mon[63239]: pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:10.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:09 smithi155 ceph-mon[51019]: pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:10.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:09 smithi007 ceph-mon[58951]: pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:10.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:09 smithi007 ceph-mon[63239]: pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:12.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:11 smithi155 ceph-mon[51019]: pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:12.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:11 smithi007 ceph-mon[58951]: pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:12.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:11 smithi007 ceph-mon[63239]: pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:14.009 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:13 smithi155 ceph-mon[51019]: pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:14.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:13 smithi007 ceph-mon[58951]: pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:14.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:13 smithi007 ceph-mon[63239]: pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:16.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:15 smithi155 ceph-mon[51019]: pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:16.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:15 smithi007 ceph-mon[58951]: pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:16.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:15 smithi007 ceph-mon[63239]: pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:18.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:17 smithi155 ceph-mon[51019]: pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:18.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:17 smithi007 ceph-mon[58951]: pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:18.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:17 smithi007 ceph-mon[63239]: pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:20.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:19 smithi155 ceph-mon[51019]: pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:20.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:19 smithi007 ceph-mon[58951]: pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:20.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:19 smithi007 ceph-mon[63239]: pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:22.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:21 smithi155 ceph-mon[51019]: pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:22.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:21 smithi007 ceph-mon[58951]: pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:22.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:21 smithi007 ceph-mon[63239]: pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T08:40:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:40:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:40:23.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:22 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:40:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T08:40:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:40:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:40:23.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:22 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:40:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T08:40:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:40:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:40:23.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:22 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:40:23.940 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:23 smithi007 ceph-mon[58951]: pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:23.940 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:23 smithi007 ceph-mon[63239]: pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:24.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:23 smithi155 ceph-mon[51019]: pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:26.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:25 smithi155 ceph-mon[51019]: pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:26.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:25 smithi007 ceph-mon[58951]: pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:26.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:25 smithi007 ceph-mon[63239]: pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:27 smithi155 ceph-mon[51019]: pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:28.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:27 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:40:28.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:27 smithi007 ceph-mon[58951]: pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:28.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:27 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:40:28.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:27 smithi007 ceph-mon[63239]: pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:28.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:27 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' 2024-09-11T08:40:30.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:29 smithi155 ceph-mon[51019]: pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:30.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:29 smithi007 ceph-mon[58951]: pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:30.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:29 smithi007 ceph-mon[63239]: pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:32.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:31 smithi155 ceph-mon[51019]: pgmap v288: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:32.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:31 smithi007 ceph-mon[58951]: pgmap v288: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:32.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:31 smithi007 ceph-mon[63239]: pgmap v288: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:34.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:33 smithi155 ceph-mon[51019]: pgmap v289: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:34.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:33 smithi007 ceph-mon[58951]: pgmap v289: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:34.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:33 smithi007 ceph-mon[63239]: pgmap v289: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:36.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:35 smithi155 ceph-mon[51019]: pgmap v290: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:36.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:35 smithi007 ceph-mon[58951]: pgmap v290: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:36.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:35 smithi007 ceph-mon[63239]: pgmap v290: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:37.766 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:37 smithi007 ceph-mon[58951]: pgmap v291: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:37.766 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:37 smithi007 ceph-mon[63239]: pgmap v291: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:38.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:37 smithi155 ceph-mon[51019]: pgmap v291: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:38.263 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:40:39.802 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:39 smithi007 ceph-mon[58951]: pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:39.803 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:39 smithi007 ceph-mon[63239]: pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:40.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:39 smithi155 ceph-mon[51019]: pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:40.270 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.a smithi007 running (10m) 105s ago 33m 25.8M - 0.25.0 c8568f914cd2 2fa27dea58a1 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.a smithi155 running (10m) 105s ago 32m 90.4M - 9.4.7 954c08fa6188 0996e711c987 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.x smithi155 *:8443 running (11m) 105s ago 36m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 0b6b07128c38 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.y smithi007 *:8443 running (20m) 105s ago 37m 447M - 17.2.7-1623-gd0e6828a 4a918172a497 eea6f0f2fd70 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (8m) 105s ago 38m 125M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 61a3417ed733 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi155 running (9m) 105s ago 36m 86.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 4ac5a65d44a1 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi007 running (8m) 105s ago 37m 62.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 86f6812c15c9 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.a smithi007 running (11m) 105s ago 33m 16.8M - 1.5.0 0da6a335fe13 5c4cdcf06778 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.b smithi155 running (11m) 105s ago 33m 16.7M - 1.5.0 0da6a335fe13 f7524572a639 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (6m) 105s ago 36m 51.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 eb83e3485873 2024-09-11T08:40:40.271 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (6m) 105s ago 36m 50.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c75c7fb660e4 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (5m) 105s ago 35m 44.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c931c554048c 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (4m) 105s ago 35m 48.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 d3b0a890beea 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi155 running (4m) 105s ago 35m 48.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7cf56732536b 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi155 running (3m) 105s ago 34m 46.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c66df1c96d31 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi155 running (3m) 105s ago 34m 44.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b15e802ab770 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi155 running (2m) 105s ago 34m 45.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 56d3c3705df2 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.a smithi155 running (10m) 105s ago 33m 53.7M - 2.43.0 a07b618ecd1d 80a5156b27a8 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi007.usgcjp smithi007 running (114s) 105s ago 32m 67.5M - 17.2.7-1623-gd0e6828a 4a918172a497 dc45917ff5a5 2024-09-11T08:40:40.272 INFO:teuthology.orchestra.run.smithi007.stdout:rgw.r.z.smithi155.gxngma smithi155 running (108s) 105s ago 32m 67.4M - 17.2.7-1623-gd0e6828a 4a918172a497 d9c18aa401c4 2024-09-11T08:40:41.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[58951]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.001 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.002 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:40 smithi007 ceph-mon[63239]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.011 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:40 smithi155 ceph-mon[51019]: from='mgr.54108 172.21.15.7:0/4237655343' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:40:41.016 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:40:41.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:41 smithi007 ceph-mon[58951]: from='client.54729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:41.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:41 smithi007 ceph-mon[58951]: pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:41.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:41 smithi007 ceph-mon[63239]: from='client.54729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:41.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:41 smithi007 ceph-mon[63239]: pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:41 smithi155 ceph-mon[51019]: from='client.54729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:42.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:41 smithi155 ceph-mon[51019]: pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:42.760 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:40:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-11T08:40:42.292220355Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T08:40:42.760 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:40:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a[49153]: logger=cleanup t=2024-09-11T08:40:42.29462633Z level=info msg="Completed cleanup jobs" duration=12.912141ms 2024-09-11T08:40:43.115 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:40:43.115 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2024-09-11T08:40:43.115 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:40:43.115 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:40:43.115 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2024-09-11T08:40:43.115 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: "rgw": { 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 15 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout: } 2024-09-11T08:40:43.116 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:40:43.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:43 smithi007 ceph-mon[58951]: pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:43.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:43 smithi007 ceph-mon[58951]: from='client.54735 172.21.15.7:0/3967646195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:43.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:43 smithi007 ceph-mon[63239]: pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:43.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:43 smithi007 ceph-mon[63239]: from='client.54735 172.21.15.7:0/3967646195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:43.886 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-11T08:40:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:43 smithi155 ceph-mon[51019]: pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:44.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:43 smithi155 ceph-mon[51019]: from='client.54735 172.21.15.7:0/3967646195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:45.959 INFO:teuthology.orchestra.run.smithi007.stdout:true 2024-09-11T08:40:45.959 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:45 smithi007 ceph-mon[58951]: pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:45.959 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:45 smithi007 ceph-mon[63239]: pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:46.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:45 smithi155 ceph-mon[51019]: pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:46.624 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-11T08:40:46.863 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:46 smithi007 ceph-mon[58951]: from='client.54741 172.21.15.7:0/1661383107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:46.863 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:46 smithi007 ceph-mon[63239]: from='client.54741 172.21.15.7:0/1661383107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:47.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:46 smithi155 ceph-mon[51019]: from='client.54741 172.21.15.7:0/1661383107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:47.788 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:47 smithi007 ceph-mon[63239]: pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:47.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:47 smithi007 ceph-mon[58951]: pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:48.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:47 smithi155 ceph-mon[51019]: pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:48.620 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:40:48.957 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:48 smithi007 ceph-mon[58951]: from='client.54747 172.21.15.7:0/629767077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:48.957 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:48 smithi007 ceph-mon[63239]: from='client.54747 172.21.15.7:0/629767077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:49.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:48 smithi155 ceph-mon[51019]: from='client.54747 172.21.15.7:0/629767077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:40:49.275 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-09-11T08:40:49.777 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:49 smithi007 ceph-mon[58951]: pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:49.778 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:49 smithi007 ceph-mon[63239]: pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:50.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:49 smithi155 ceph-mon[51019]: pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:51.329 INFO:teuthology.orchestra.run.smithi007.stdout:osd 8 116s ago - 2024-09-11T08:40:52.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:51 smithi155 ceph-mon[51019]: pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:52.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:51 smithi007 ceph-mon[58951]: pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:52.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:51 smithi007 ceph-mon[63239]: pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:52.064 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:40:52.075 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi007.front.sepia.ceph.com 2024-09-11T08:40:52.076 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls' 2024-09-11T08:40:53.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:52 smithi155 ceph-mon[51019]: from='client.54753 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:53.038 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:52 smithi007 ceph-mon[63239]: from='client.54753 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:53.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:52 smithi007 ceph-mon[58951]: from='client.54753 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:54.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:53 smithi155 ceph-mon[51019]: pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:54.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:53 smithi007 ceph-mon[58951]: pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:54.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:53 smithi007 ceph-mon[63239]: pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:54.147 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "image": "quay.io/ceph/ceph", 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "registry": "quay.io", 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "bare_image": "ceph/ceph", 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "versions": [ 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "19.1.1", 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "19.1.0", 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "18.2.4", 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "18.2.2", 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "18.2.1", 2024-09-11T08:40:54.148 INFO:teuthology.orchestra.run.smithi007.stdout: "18.2.0", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "18.1.3", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "18.1.2", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "18.1.1", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "18.1.0", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "17.2.7", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "17.2.6", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "17.2.5", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "17.2.4", 2024-09-11T08:40:54.149 INFO:teuthology.orchestra.run.smithi007.stdout: "17.2.3", 2024-09-11T08:40:54.150 INFO:teuthology.orchestra.run.smithi007.stdout: "17.2.2", 2024-09-11T08:40:54.150 INFO:teuthology.orchestra.run.smithi007.stdout: "17.2.1", 2024-09-11T08:40:54.150 INFO:teuthology.orchestra.run.smithi007.stdout: "17.2.0" 2024-09-11T08:40:54.150 INFO:teuthology.orchestra.run.smithi007.stdout: ] 2024-09-11T08:40:54.150 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-11T08:40:54.679 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-09-11T08:40:54.920 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:54 smithi007 ceph-mon[58951]: from='client.64690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:54.920 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:54 smithi007 ceph-mon[63239]: from='client.64690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:55.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:54 smithi155 ceph-mon[51019]: from='client.64690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:56.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:55 smithi155 ceph-mon[51019]: pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:56.010 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:55 smithi007 ceph-mon[63239]: pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:56.010 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:55 smithi007 ceph-mon[58951]: pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:57.049 INFO:teuthology.orchestra.run.smithi007.stdout: "16.2.0", 2024-09-11T08:40:57.736 DEBUG:teuthology.orchestra.run.smithi007:> 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 1d8402f0-7014-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-09-11T08:40:57.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:57 smithi007 ceph-mon[58951]: pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:57.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:57 smithi007 ceph-mon[58951]: from='client.64696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:57.979 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:57 smithi007 ceph-mon[63239]: pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:57.980 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:57 smithi007 ceph-mon[63239]: from='client.64696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:40:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:57 smithi155 ceph-mon[51019]: pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:40:58.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:57 smithi155 ceph-mon[51019]: from='client.64696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:41:00.010 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:40:59 smithi155 ceph-mon[51019]: pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:41:00.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:40:59 smithi007 ceph-mon[58951]: pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:41:00.039 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:40:59 smithi007 ceph-mon[63239]: pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:41:00.042 INFO:teuthology.orchestra.run.smithi007.stdout: "v16.2.2", 2024-09-11T08:41:00.043 INFO:teuthology.orchestra.run.smithi007.stdout: "v16.2.2-20210505", 2024-09-11T08:41:00.789 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:41:00 smithi007 ceph-mon[58951]: from='client.64702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:41:00.789 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:41:00 smithi007 ceph-mon[63239]: from='client.64702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:41:00.926 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T08:41:00.938 INFO:tasks.cephadm:Teardown begin 2024-09-11T08:41:00.939 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:41:00.970 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:41:00.999 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:41:00 smithi155 ceph-mon[51019]: from='client.64702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:41:01.005 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T08:41:01.005 DEBUG:teuthology.orchestra.run.smithi007:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T08:41:01.028 DEBUG:teuthology.orchestra.run.smithi155:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T08:41:01.063 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T08:41:01.063 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-11T08:41:01.063 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:41:01.289 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:41:01 smithi007 systemd[1]: Stopping Ceph mon.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:01.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:41:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-a[58947]: 2024-09-11T08:41:01.393+0000 7f7d8d69f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T08:41:01.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:41:01 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-a[58947]: 2024-09-11T08:41:01.393+0000 7f7d8d69f640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-11T08:41:01.746 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:41:01 smithi007 podman[98491]: 2024-09-11 08:41:01.47643438 +0000 UTC m=+0.207634444 container died 61a3417ed7336b5fd19737e0939638d9e022fe2225eaa2f5f863b12004ec6765 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-11T08:41:02.038 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:41:01 smithi007 podman[98491]: 2024-09-11 08:41:01.836309814 +0000 UTC m=+0.567509877 container cleanup 61a3417ed7336b5fd19737e0939638d9e022fe2225eaa2f5f863b12004ec6765 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-11T08:41:02.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 11 08:41:01 smithi007 bash[98491]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-a 2024-09-11T08:41:02.322 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.a.service' 2024-09-11T08:41:02.373 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:02.373 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-11T08:41:02.374 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-11T08:41:02.374 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.c 2024-09-11T08:41:02.699 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:41:02 smithi007 systemd[1]: Stopping Ceph mon.c for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:02.964 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:41:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-c[63235]: 2024-09-11T08:41:02.698+0000 7f1beb8f4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T08:41:02.964 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:41:02 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-c[63235]: 2024-09-11T08:41:02.698+0000 7f1beb8f4640 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-09-11T08:41:03.242 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:41:02 smithi007 podman[98613]: 2024-09-11 08:41:02.96453611 +0000 UTC m=+0.397795588 container died 86f6812c15c9b41d178f26a407772fb64bf35854cd330653581fd4d075708bff (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_CLEAN=True) 2024-09-11T08:41:03.538 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:41:03 smithi007 podman[98613]: 2024-09-11 08:41:03.324058548 +0000 UTC m=+0.757318023 container cleanup 86f6812c15c9b41d178f26a407772fb64bf35854cd330653581fd4d075708bff (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=) 2024-09-11T08:41:03.539 INFO:journalctl@ceph.mon.c.smithi007.stdout:Sep 11 08:41:03 smithi007 bash[98613]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-c 2024-09-11T08:41:03.748 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.c.service' 2024-09-11T08:41:03.784 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:03.785 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-11T08:41:03.785 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-11T08:41:03.785 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.b 2024-09-11T08:41:04.260 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:41:03 smithi155 systemd[1]: Stopping Ceph mon.b for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:04.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:41:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-b[51015]: 2024-09-11T08:41:04.264+0000 7f7de796a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T08:41:04.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:41:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-b[51015]: 2024-09-11T08:41:04.264+0000 7f7de796a640 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-09-11T08:41:04.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:41:04 smithi155 podman[82830]: 2024-09-11 08:41:04.459528841 +0000 UTC m=+0.468917302 container died 4ac5a65d44a19fe5b136829d48768f4011690a015bbcdc66cb8d7a969744c148 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-b, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:41:05.099 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:41:04 smithi155 podman[82830]: 2024-09-11 08:41:04.881854355 +0000 UTC m=+0.891242805 container cleanup 4ac5a65d44a19fe5b136829d48768f4011690a015bbcdc66cb8d7a969744c148 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-b, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-11T08:41:05.099 INFO:journalctl@ceph.mon.b.smithi155.stdout:Sep 11 08:41:04 smithi155 bash[82830]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mon-b 2024-09-11T08:41:05.320 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mon.b.service' 2024-09-11T08:41:05.363 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:05.363 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-11T08:41:05.363 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-11T08:41:05.363 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:41:05.766 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:41:05 smithi007 systemd[1]: Stopping Ceph mgr.y for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:06.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:41:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:41:05.765+0000 7f01e7f35640 -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-11T08:41:06.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:41:05 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y[44730]: 2024-09-11T08:41:05.765+0000 7f01e7f35640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-11T08:41:06.039 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:41:05 smithi007 podman[98736]: 2024-09-11 08:41:05.797617606 +0000 UTC m=+0.221203372 container died eea6f0f2fd70fa3632a68ef6894b567e004dbc8c88447a77a1aa6cd0ef606036 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-11T08:41:06.413 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:41:06 smithi007 podman[98736]: 2024-09-11 08:41:06.195598066 +0000 UTC m=+0.619183833 container cleanup eea6f0f2fd70fa3632a68ef6894b567e004dbc8c88447a77a1aa6cd0ef606036 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y, org.label-schema.vendor=CentOS, 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, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-11T08:41:06.413 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:41:06 smithi007 bash[98736]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y 2024-09-11T08:41:06.671 INFO:journalctl@ceph.mgr.y.smithi007.stdout:Sep 11 08:41:06 smithi007 podman[98748]: 2024-09-11 08:41:06.413636256 +0000 UTC m=+0.610499396 container remove eea6f0f2fd70fa3632a68ef6894b567e004dbc8c88447a77a1aa6cd0ef606036 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-y, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:41:06.675 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.y.service' 2024-09-11T08:41:06.710 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:06.711 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-11T08:41:06.711 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-11T08:41:06.711 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.x 2024-09-11T08:41:07.010 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:41:06 smithi155 systemd[1]: Stopping Ceph mgr.x for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:07.396 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:41:07 smithi155 podman[82951]: 2024-09-11 08:41:07.134473666 +0000 UTC m=+0.222816789 container died 0b6b07128c38adb606ce4032b513d62b7329fefa8076c9c7df1b0c8a78665bd8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:41:07.737 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:41:07 smithi155 podman[82951]: 2024-09-11 08:41:07.478015867 +0000 UTC m=+0.566358998 container cleanup 0b6b07128c38adb606ce4032b513d62b7329fefa8076c9c7df1b0c8a78665bd8 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-11T08:41:07.737 INFO:journalctl@ceph.mgr.x.smithi155.stdout:Sep 11 08:41:07 smithi155 bash[82951]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-mgr-x 2024-09-11T08:41:07.917 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@mgr.x.service' 2024-09-11T08:41:07.950 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:07.951 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-11T08:41:07.951 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-11T08:41:07.951 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.0 2024-09-11T08:41:08.259 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:08 smithi007 systemd[1]: Stopping Ceph osd.0 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:08.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0[70032]: 2024-09-11T08:41:08.258+0000 7f49d4207640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T08:41:08.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0[70032]: 2024-09-11T08:41:08.258+0000 7f49d4207640 -1 osd.0 110 *** Got signal Terminated *** 2024-09-11T08:41:08.539 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:08 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0[70032]: 2024-09-11T08:41:08.258+0000 7f49d4207640 -1 osd.0 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:41:13.901 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:13 smithi007 podman[98861]: 2024-09-11 08:41:13.625530015 +0000 UTC m=+5.472326325 container died eb83e3485873066480bf845b19060b8b6dfc3abc5c1fe98642754fae696aa977 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:41:14.275 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:13 smithi007 podman[98861]: 2024-09-11 08:41:13.991074236 +0000 UTC m=+5.837870536 container cleanup eb83e3485873066480bf845b19060b8b6dfc3abc5c1fe98642754fae696aa977 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.build-date=20240731, 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, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-11T08:41:14.275 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:13 smithi007 bash[98861]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0 2024-09-11T08:41:14.538 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:14 smithi007 podman[98876]: 2024-09-11 08:41:14.275755063 +0000 UTC m=+0.646677737 container remove eb83e3485873066480bf845b19060b8b6dfc3abc5c1fe98642754fae696aa977 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:41:14.874 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:14 smithi007 podman[98965]: 2024-09-11 08:41:14.52382134 +0000 UTC m=+0.016316169 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:41:14.874 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:14 smithi007 podman[98965]: 2024-09-11 08:41:14.660233308 +0000 UTC m=+0.152728137 container create c0cf4c9964950a99ed299dd67cc4f7796b2797849a68a8a733d6539853b7502d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-11T08:41:14.874 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:14 smithi007 podman[98965]: 2024-09-11 08:41:14.870752667 +0000 UTC m=+0.363247498 container init c0cf4c9964950a99ed299dd67cc4f7796b2797849a68a8a733d6539853b7502d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True) 2024-09-11T08:41:14.874 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:14 smithi007 podman[98965]: 2024-09-11 08:41:14.874633492 +0000 UTC m=+0.367128330 container start c0cf4c9964950a99ed299dd67cc4f7796b2797849a68a8a733d6539853b7502d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-11T08:41:15.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:14 smithi007 podman[98965]: 2024-09-11 08:41:14.979215637 +0000 UTC m=+0.471710466 container attach c0cf4c9964950a99ed299dd67cc4f7796b2797849a68a8a733d6539853b7502d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-11T08:41:15.289 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 11 08:41:15 smithi007 podman[98965]: 2024-09-11 08:41:15.061196917 +0000 UTC m=+0.553691753 container died c0cf4c9964950a99ed299dd67cc4f7796b2797849a68a8a733d6539853b7502d (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS) 2024-09-11T08:41:15.626 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.0.service' 2024-09-11T08:41:15.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:15.667 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-11T08:41:15.667 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-11T08:41:15.667 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.1 2024-09-11T08:41:16.003 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:15 smithi007 systemd[1]: Stopping Ceph osd.1 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:16.288 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1[74650]: 2024-09-11T08:41:16.001+0000 7f17fe17a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -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-11T08:41:16.289 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1[74650]: 2024-09-11T08:41:16.001+0000 7f17fe17a640 -1 osd.1 110 *** Got signal Terminated *** 2024-09-11T08:41:16.289 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:16 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1[74650]: 2024-09-11T08:41:16.001+0000 7f17fe17a640 -1 osd.1 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:41:21.670 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:21 smithi007 podman[99078]: 2024-09-11 08:41:21.394933804 +0000 UTC m=+5.486088837 container died c75c7fb660e44d16600d1437ca3800a4c189c0607ac414165b782d12b023a0e0 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-11T08:41:22.038 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:21 smithi007 podman[99078]: 2024-09-11 08:41:21.768573193 +0000 UTC m=+5.859728227 container cleanup c75c7fb660e44d16600d1437ca3800a4c189c0607ac414165b782d12b023a0e0 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-11T08:41:22.039 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:21 smithi007 bash[99078]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1 2024-09-11T08:41:22.442 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:22 smithi007 podman[99096]: 2024-09-11 08:41:22.080935744 +0000 UTC m=+0.683677030 container remove c75c7fb660e44d16600d1437ca3800a4c189c0607ac414165b782d12b023a0e0 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-11T08:41:22.692 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:22 smithi007 podman[99184]: 2024-09-11 08:41:22.345589669 +0000 UTC m=+0.016214355 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:41:22.693 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:22 smithi007 podman[99184]: 2024-09-11 08:41:22.462580169 +0000 UTC m=+0.133204882 container create 1bc556dd55485ecbb7b778dcdaa1a7e6b64c61da3f81d3f498c64d8e6981cf4a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-11T08:41:22.693 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:22 smithi007 podman[99184]: 2024-09-11 08:41:22.689740869 +0000 UTC m=+0.360365543 container init 1bc556dd55485ecbb7b778dcdaa1a7e6b64c61da3f81d3f498c64d8e6981cf4a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T08:41:22.693 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:22 smithi007 podman[99184]: 2024-09-11 08:41:22.693111833 +0000 UTC m=+0.363736507 container start 1bc556dd55485ecbb7b778dcdaa1a7e6b64c61da3f81d3f498c64d8e6981cf4a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:41:23.039 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:22 smithi007 podman[99184]: 2024-09-11 08:41:22.798091729 +0000 UTC m=+0.468716403 container attach 1bc556dd55485ecbb7b778dcdaa1a7e6b64c61da3f81d3f498c64d8e6981cf4a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True) 2024-09-11T08:41:23.039 INFO:journalctl@ceph.osd.1.smithi007.stdout:Sep 11 08:41:22 smithi007 podman[99184]: 2024-09-11 08:41:22.889800389 +0000 UTC m=+0.560425063 container died 1bc556dd55485ecbb7b778dcdaa1a7e6b64c61da3f81d3f498c64d8e6981cf4a (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-11T08:41:23.455 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.1.service' 2024-09-11T08:41:23.495 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:23.495 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-11T08:41:23.495 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-11T08:41:23.496 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.2 2024-09-11T08:41:23.788 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:23 smithi007 systemd[1]: Stopping Ceph osd.2 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:24.288 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2[80073]: 2024-09-11T08:41:23.824+0000 7f4037dc9640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -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-11T08:41:24.289 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2[80073]: 2024-09-11T08:41:23.824+0000 7f4037dc9640 -1 osd.2 110 *** Got signal Terminated *** 2024-09-11T08:41:24.289 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:23 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2[80073]: 2024-09-11T08:41:23.824+0000 7f4037dc9640 -1 osd.2 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:41:29.422 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:29 smithi007 podman[99285]: 2024-09-11 08:41:29.15072041 +0000 UTC m=+5.430006290 container died c931c554048c837179f87b423684b1f102e03036d4e8d85584eef9cd8f8d88d3 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-11T08:41:29.788 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:29 smithi007 podman[99285]: 2024-09-11 08:41:29.512566904 +0000 UTC m=+5.791852773 container cleanup c931c554048c837179f87b423684b1f102e03036d4e8d85584eef9cd8f8d88d3 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True) 2024-09-11T08:41:29.789 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:29 smithi007 bash[99285]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2 2024-09-11T08:41:30.140 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:29 smithi007 podman[99302]: 2024-09-11 08:41:29.795578776 +0000 UTC m=+0.642219563 container remove c931c554048c837179f87b423684b1f102e03036d4e8d85584eef9cd8f8d88d3 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-11T08:41:30.466 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:30 smithi007 podman[99391]: 2024-09-11 08:41:30.044639154 +0000 UTC m=+0.016501331 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:41:30.466 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:30 smithi007 podman[99391]: 2024-09-11 08:41:30.164756025 +0000 UTC m=+0.136618235 container create c3742065b04d4111e499862ba359f1333b70415055cc96ff6a487a8e1ed8d344 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-11T08:41:30.467 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:30 smithi007 podman[99391]: 2024-09-11 08:41:30.383614607 +0000 UTC m=+0.355476773 container init c3742065b04d4111e499862ba359f1333b70415055cc96ff6a487a8e1ed8d344 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-11T08:41:30.467 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:30 smithi007 podman[99391]: 2024-09-11 08:41:30.386983613 +0000 UTC m=+0.358845786 container start c3742065b04d4111e499862ba359f1333b70415055cc96ff6a487a8e1ed8d344 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-11T08:41:30.467 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:30 smithi007 podman[99391]: 2024-09-11 08:41:30.46693806 +0000 UTC m=+0.438800240 container attach c3742065b04d4111e499862ba359f1333b70415055cc96ff6a487a8e1ed8d344 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-11T08:41:30.789 INFO:journalctl@ceph.osd.2.smithi007.stdout:Sep 11 08:41:30 smithi007 podman[99414]: 2024-09-11 08:41:30.592111579 +0000 UTC m=+0.017290565 container died c3742065b04d4111e499862ba359f1333b70415055cc96ff6a487a8e1ed8d344 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:41:31.125 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.2.service' 2024-09-11T08:41:31.168 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:31.168 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-11T08:41:31.168 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-11T08:41:31.168 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.3 2024-09-11T08:41:31.506 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:31 smithi007 systemd[1]: Stopping Ceph osd.3 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:31.788 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3[85440]: 2024-09-11T08:41:31.506+0000 7f0ccbdb3640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -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-11T08:41:31.789 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3[85440]: 2024-09-11T08:41:31.506+0000 7f0ccbdb3640 -1 osd.3 110 *** Got signal Terminated *** 2024-09-11T08:41:31.789 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:31 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3[85440]: 2024-09-11T08:41:31.506+0000 7f0ccbdb3640 -1 osd.3 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:41:34.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:34.040+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:34.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:34 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:34.184+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:35.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:35.085+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:35.260 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:35 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:35.142+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:36.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:36.094+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:36.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:36.146+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:36.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:36 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:36.233+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:37.238 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:36 smithi007 podman[99493]: 2024-09-11 08:41:36.908369199 +0000 UTC m=+5.510665072 container died d3b0a890beeaf46b9fbf8cda9abc1cfba53a8aa6b389267ae88dd13969cf8255 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-11T08:41:37.238 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:37 smithi007 podman[99493]: 2024-09-11 08:41:37.238813058 +0000 UTC m=+5.841108931 container cleanup d3b0a890beeaf46b9fbf8cda9abc1cfba53a8aa6b389267ae88dd13969cf8255 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:41:37.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:37.271+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:37.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:37.134+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:37.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:37.185+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:37.539 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:37 smithi007 bash[99493]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3 2024-09-11T08:41:37.539 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:37 smithi007 podman[99512]: 2024-09-11 08:41:37.473551964 +0000 UTC m=+0.562416061 container remove d3b0a890beeaf46b9fbf8cda9abc1cfba53a8aa6b389267ae88dd13969cf8255 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T08:41:38.203 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:38.163+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:38.203 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:37 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:37.928+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:38.242 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:37 smithi007 podman[99600]: 2024-09-11 08:41:37.823280203 +0000 UTC m=+0.016026842 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:41:38.243 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:37 smithi007 podman[99600]: 2024-09-11 08:41:37.932564405 +0000 UTC m=+0.125311034 container create e2ed69639afbe231811c3aa32c8d27270163587129d2ef05152154aaaad90857 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True) 2024-09-11T08:41:38.243 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:38 smithi007 podman[99600]: 2024-09-11 08:41:38.159817872 +0000 UTC m=+0.352564506 container init e2ed69639afbe231811c3aa32c8d27270163587129d2ef05152154aaaad90857 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:41:38.243 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:38 smithi007 podman[99600]: 2024-09-11 08:41:38.163190717 +0000 UTC m=+0.355937355 container start e2ed69639afbe231811c3aa32c8d27270163587129d2ef05152154aaaad90857 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-11T08:41:38.243 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:38 smithi007 podman[99600]: 2024-09-11 08:41:38.243053998 +0000 UTC m=+0.435800628 container attach e2ed69639afbe231811c3aa32c8d27270163587129d2ef05152154aaaad90857 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-11T08:41:38.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:38.234+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:38.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:38.203+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:38.538 INFO:journalctl@ceph.osd.3.smithi007.stdout:Sep 11 08:41:38 smithi007 podman[99600]: 2024-09-11 08:41:38.346084517 +0000 UTC m=+0.538831152 container died e2ed69639afbe231811c3aa32c8d27270163587129d2ef05152154aaaad90857 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:41:38.982 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.3.service' 2024-09-11T08:41:39.026 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:39.027 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-11T08:41:39.027 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-11T08:41:39.027 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.4 2024-09-11T08:41:39.199 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:39 smithi155 systemd[1]: Stopping Ceph osd.4 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:39.199 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:39.140+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:39.199 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:38 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:38.927+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:39.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:39.198+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:39.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:39.263+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:39.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:39.345+0000 7f0632ae0640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -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-11T08:41:39.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:39.345+0000 7f0632ae0640 -1 osd.4 110 *** Got signal Terminated *** 2024-09-11T08:41:39.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:39.345+0000 7f0632ae0640 -1 osd.4 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:41:40.176 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:40.138+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:40.176 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:39 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:39.889+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:40.509 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:40.231+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:40.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:40.175+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:41.168 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:40 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:40.906+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:41.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:41.275+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:41.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:41.179+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:41.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:41.168+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:42.211 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:41 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:41.933+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:42.212 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:42.152+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:42.212 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:42.152+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:42.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:42.212+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:42.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:42.305+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:43.257 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:42.981+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:43.257 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:42 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:42.981+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:43.257 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:43.179+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:43.258 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:43.179+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:43.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:43.287+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:43.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:43.256+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:43.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:43.257+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:44.252 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:44.183+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:44.252 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:44.183+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:44.252 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:43.983+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:44.252 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:43 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:43.983+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:44.510 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4[60682]: 2024-09-11T08:41:44.324+0000 7f062c0f2640 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.919495+0000 front 2024-09-11T08:41:10.919555+0000 (oldest deadline 2024-09-11T08:41:35.619517+0000) 2024-09-11T08:41:44.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:44.252+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:44.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:44 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:44.252+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:45.010 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:44 smithi155 podman[83087]: 2024-09-11 08:41:44.654235787 +0000 UTC m=+5.425607585 container died 7cf56732536b41956cef5e1f9e5dbcc57f98fa69d017cda869eebe4d0e6c7a0e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-11T08:41:45.288 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:45 smithi155 podman[83087]: 2024-09-11 08:41:45.054573289 +0000 UTC m=+5.825945076 container cleanup 7cf56732536b41956cef5e1f9e5dbcc57f98fa69d017cda869eebe4d0e6c7a0e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:41:45.289 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:45 smithi155 bash[83087]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4 2024-09-11T08:41:45.289 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:45.028+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:45.289 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:45.029+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:45.289 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:45.252+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:45.289 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:45.252+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:45.290 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:45.176+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:45.290 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:45 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:45.176+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:45.617 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:45 smithi155 podman[83102]: 2024-09-11 08:41:45.28929991 +0000 UTC m=+0.632010443 container remove 7cf56732536b41956cef5e1f9e5dbcc57f98fa69d017cda869eebe4d0e6c7a0e (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-11T08:41:45.892 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:45 smithi155 podman[83194]: 2024-09-11 08:41:45.521029519 +0000 UTC m=+0.016293460 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:41:45.892 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:45 smithi155 podman[83194]: 2024-09-11 08:41:45.63181628 +0000 UTC m=+0.127080216 container create de2094c67eeafab23f74e59010d2e2e0fb9b013242d7fcba6c8e86917bb46e04 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True) 2024-09-11T08:41:45.893 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:45 smithi155 podman[83194]: 2024-09-11 08:41:45.893070667 +0000 UTC m=+0.388334616 container init de2094c67eeafab23f74e59010d2e2e0fb9b013242d7fcba6c8e86917bb46e04 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-11T08:41:46.164 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:45 smithi155 podman[83194]: 2024-09-11 08:41:45.897008959 +0000 UTC m=+0.392272899 container start de2094c67eeafab23f74e59010d2e2e0fb9b013242d7fcba6c8e86917bb46e04 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-11T08:41:46.165 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:45 smithi155 podman[83194]: 2024-09-11 08:41:45.984045761 +0000 UTC m=+0.479309695 container attach de2094c67eeafab23f74e59010d2e2e0fb9b013242d7fcba6c8e86917bb46e04 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-11T08:41:46.165 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 11 08:41:46 smithi155 podman[83194]: 2024-09-11 08:41:46.076867906 +0000 UTC m=+0.572131841 container died de2094c67eeafab23f74e59010d2e2e0fb9b013242d7fcba6c8e86917bb46e04 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T08:41:46.165 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:46.039+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:46.165 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:46.039+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:46.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:46.164+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:46.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:46.164+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:46.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:46.235+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:46.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:46 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:46.235+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:46.710 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.4.service' 2024-09-11T08:41:46.750 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:46.750 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-11T08:41:46.750 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-11T08:41:46.750 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.5 2024-09-11T08:41:47.124 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:46 smithi155 systemd[1]: Stopping Ceph osd.5 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:47.124 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:47.017+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:47.124 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:47.017+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:47.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:47.241+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:47.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:47.241+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:47.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:47.123+0000 7f450f80e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -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-11T08:41:47.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:47.123+0000 7f450f80e640 -1 osd.5 110 *** Got signal Terminated *** 2024-09-11T08:41:47.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:47.123+0000 7f450f80e640 -1 osd.5 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:41:47.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:47.161+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:47.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:47.161+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:48.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:48.153+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:48.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:48.153+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:48.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:47.983+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:48.261 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:47 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:47.983+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:48.261 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:48.227+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:48.261 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:48.227+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:49.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:48.939+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:49.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:48 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:48.939+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:49.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:49.117+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:49.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:49.117+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:49.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:49.270+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:49.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:49.270+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:50.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:49.953+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:50.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:49 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:49.953+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:50.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:50.090+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:50.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:50.090+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:50.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:50.090+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:25.173605+0000 front 2024-09-11T08:41:25.173592+0000 (oldest deadline 2024-09-11T08:41:49.873541+0000) 2024-09-11T08:41:50.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:50.278+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:50.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:50.278+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:51.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:51.112+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:51.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:51.112+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:51.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:51.112+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:25.173605+0000 front 2024-09-11T08:41:25.173592+0000 (oldest deadline 2024-09-11T08:41:49.873541+0000) 2024-09-11T08:41:51.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:50.929+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:51.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:50 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:50.929+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:51.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:51.312+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:51.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:51.312+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:51.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:51.312+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:52.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:51.953+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:52.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:51 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:51.953+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:52.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:52.111+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:10.370351+0000 front 2024-09-11T08:41:10.370104+0000 (oldest deadline 2024-09-11T08:41:33.870212+0000) 2024-09-11T08:41:52.260 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:52.111+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:20.572788+0000 front 2024-09-11T08:41:20.572681+0000 (oldest deadline 2024-09-11T08:41:41.672504+0000) 2024-09-11T08:41:52.261 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5[65137]: 2024-09-11T08:41:52.111+0000 7f450b625640 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:25.173605+0000 front 2024-09-11T08:41:25.173592+0000 (oldest deadline 2024-09-11T08:41:49.873541+0000) 2024-09-11T08:41:52.651 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:52.286+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:52.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:52.286+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:52.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:52.286+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:52.938 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:52 smithi155 podman[83309]: 2024-09-11 08:41:52.651615384 +0000 UTC m=+5.659881021 container died c66df1c96d31f028af4655710e86fbc305a1873255596f97f78dbd080963de06 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:41:53.247 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:53 smithi155 podman[83309]: 2024-09-11 08:41:53.065927936 +0000 UTC m=+6.074193615 container cleanup c66df1c96d31f028af4655710e86fbc305a1873255596f97f78dbd080963de06 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:41:53.247 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:53 smithi155 bash[83309]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5 2024-09-11T08:41:53.247 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:52.937+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:53.248 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:52.937+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:53.248 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:52 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:52.937+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:28.281887+0000 front 2024-09-11T08:41:28.281932+0000 (oldest deadline 2024-09-11T08:41:52.381734+0000) 2024-09-11T08:41:53.510 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:53 smithi155 podman[83326]: 2024-09-11 08:41:53.300504946 +0000 UTC m=+0.644744847 container remove c66df1c96d31f028af4655710e86fbc305a1873255596f97f78dbd080963de06 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:41:53.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:53.247+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:53.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:53.247+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:53.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:53.247+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:54.010 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:53 smithi155 podman[83417]: 2024-09-11 08:41:53.610671942 +0000 UTC m=+0.016122911 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:41:54.010 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:53 smithi155 podman[83417]: 2024-09-11 08:41:53.709516189 +0000 UTC m=+0.114967146 container create ef70245c632d06844f37897ea2f32c0bcc92929d369b1dc22417a4ad2e958dcc (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-11T08:41:54.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:53 smithi155 podman[83417]: 2024-09-11 08:41:53.903665738 +0000 UTC m=+0.309116692 container init ef70245c632d06844f37897ea2f32c0bcc92929d369b1dc22417a4ad2e958dcc (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, 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-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:41:54.011 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:53 smithi155 podman[83417]: 2024-09-11 08:41:53.906964948 +0000 UTC m=+0.312415911 container start ef70245c632d06844f37897ea2f32c0bcc92929d369b1dc22417a4ad2e958dcc (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-11T08:41:54.011 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:53.912+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:54.011 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:53.912+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:54.011 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:53 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:53.912+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:28.281887+0000 front 2024-09-11T08:41:28.281932+0000 (oldest deadline 2024-09-11T08:41:52.381734+0000) 2024-09-11T08:41:54.373 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:54 smithi155 podman[83417]: 2024-09-11 08:41:54.011921456 +0000 UTC m=+0.417372419 container attach ef70245c632d06844f37897ea2f32c0bcc92929d369b1dc22417a4ad2e958dcc (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:41:54.373 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 11 08:41:54 smithi155 podman[83417]: 2024-09-11 08:41:54.085042065 +0000 UTC m=+0.490493020 container died ef70245c632d06844f37897ea2f32c0bcc92929d369b1dc22417a4ad2e958dcc (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-5-deactivate, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T08:41:54.373 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:54.221+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:54.374 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:54.221+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:54.374 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:54.221+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:54.759 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.5.service' 2024-09-11T08:41:54.799 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:41:54.799 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-11T08:41:54.800 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-11T08:41:54.800 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.6 2024-09-11T08:41:55.012 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:54 smithi155 systemd[1]: Stopping Ceph osd.6 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:41:55.034 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:54.934+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:55.034 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:54.934+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:55.034 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:54 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:54.934+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:28.281887+0000 front 2024-09-11T08:41:28.281932+0000 (oldest deadline 2024-09-11T08:41:52.381734+0000) 2024-09-11T08:41:55.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:55.175+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:55.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:55.175+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:55.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:55.175+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:55.510 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:55.134+0000 7ff6cba27640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -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-11T08:41:55.510 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:55.134+0000 7ff6cba27640 -1 osd.6 110 *** Got signal Terminated *** 2024-09-11T08:41:55.511 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:55.134+0000 7ff6cba27640 -1 osd.6 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:41:56.218 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:55.895+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:56.218 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:55.895+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:56.218 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:55 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:55.895+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:28.281887+0000 front 2024-09-11T08:41:28.281932+0000 (oldest deadline 2024-09-11T08:41:52.381734+0000) 2024-09-11T08:41:56.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:56.218+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:56.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:56.218+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:56.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:56.218+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:57.177 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:56.927+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:57.177 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:56.927+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:57.177 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:56 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:56.927+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:28.281887+0000 front 2024-09-11T08:41:28.281932+0000 (oldest deadline 2024-09-11T08:41:52.381734+0000) 2024-09-11T08:41:57.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:57.177+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:57.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:57.177+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:57.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:57.177+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:58.221 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:57.943+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:58.221 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:57.943+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:58.221 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:57 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:57.943+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:28.281887+0000 front 2024-09-11T08:41:28.281932+0000 (oldest deadline 2024-09-11T08:41:52.381734+0000) 2024-09-11T08:41:58.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:58.220+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:58.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:58.220+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:58.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:58.220+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:59.221 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:58.924+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:41:59.221 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:58.924+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:41:59.221 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:58 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:58.924+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:28.281887+0000 front 2024-09-11T08:41:28.281932+0000 (oldest deadline 2024-09-11T08:41:52.381734+0000) 2024-09-11T08:41:59.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:59.220+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:41:59.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:59.220+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:41:59.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:59.220+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:41:59.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:41:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:41:59.220+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:00.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:59.962+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:12.579644+0000 front 2024-09-11T08:41:12.579688+0000 (oldest deadline 2024-09-11T08:41:37.879454+0000) 2024-09-11T08:42:00.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:59.962+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.879994+0000 front 2024-09-11T08:41:17.879970+0000 (oldest deadline 2024-09-11T08:41:41.979901+0000) 2024-09-11T08:42:00.260 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:41:59 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6[69768]: 2024-09-11T08:41:59.962+0000 7ff6c9842640 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:28.281887+0000 front 2024-09-11T08:41:28.281932+0000 (oldest deadline 2024-09-11T08:41:52.381734+0000) 2024-09-11T08:42:00.260 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:00.210+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:42:00.261 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:00.210+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:42:00.261 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:00.210+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:42:00.261 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:00 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:00.210+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:00.843 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:00 smithi155 podman[83518]: 2024-09-11 08:42:00.581224886 +0000 UTC m=+5.549055267 container died b15e802ab770fc85d2f84729b32fd397339e4e69ff7c2cf0ff7936fbd1211170 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-11T08:42:01.196 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:01 smithi155 podman[83518]: 2024-09-11 08:42:01.003565365 +0000 UTC m=+5.971395747 container cleanup b15e802ab770fc85d2f84729b32fd397339e4e69ff7c2cf0ff7936fbd1211170 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-11T08:42:01.196 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:01 smithi155 bash[83518]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6 2024-09-11T08:42:01.510 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:01 smithi155 podman[83532]: 2024-09-11 08:42:01.196587728 +0000 UTC m=+0.612380393 container remove b15e802ab770fc85d2f84729b32fd397339e4e69ff7c2cf0ff7936fbd1211170 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:42:01.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:01.215+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:42:01.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:01.216+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:42:01.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:01.216+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:42:01.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:01 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:01.216+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:01.883 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:01 smithi155 podman[83623]: 2024-09-11 08:42:01.528532899 +0000 UTC m=+0.016428018 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:42:01.883 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:01 smithi155 podman[83623]: 2024-09-11 08:42:01.639127303 +0000 UTC m=+0.127022420 container create 1cf96e5cc9d7a8e6a492f8a3c088ea3bf455dceca277e68043611b94ffcad22b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:42:01.883 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:01 smithi155 podman[83623]: 2024-09-11 08:42:01.883185635 +0000 UTC m=+0.371080751 container init 1cf96e5cc9d7a8e6a492f8a3c088ea3bf455dceca277e68043611b94ffcad22b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:42:02.256 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:01 smithi155 podman[83623]: 2024-09-11 08:42:01.88698034 +0000 UTC m=+0.374875462 container start 1cf96e5cc9d7a8e6a492f8a3c088ea3bf455dceca277e68043611b94ffcad22b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-11T08:42:02.256 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:01 smithi155 podman[83623]: 2024-09-11 08:42:01.96636466 +0000 UTC m=+0.454259804 container attach 1cf96e5cc9d7a8e6a492f8a3c088ea3bf455dceca277e68043611b94ffcad22b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2) 2024-09-11T08:42:02.256 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 11 08:42:02 smithi155 podman[83623]: 2024-09-11 08:42:02.064706381 +0000 UTC m=+0.552601495 container died 1cf96e5cc9d7a8e6a492f8a3c088ea3bf455dceca277e68043611b94ffcad22b (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:42:02.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:02.255+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:42:02.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:02.255+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:42:02.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:02.255+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:42:02.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:02 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:02.255+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:02.704 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.6.service' 2024-09-11T08:42:02.743 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:42:02.743 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-11T08:42:02.743 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-11T08:42:02.743 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.7 2024-09-11T08:42:03.009 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:02 smithi155 systemd[1]: Stopping Ceph osd.7 for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:42:03.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:03.089+0000 7fe46ce7d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -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-11T08:42:03.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:03.089+0000 7fe46ce7d640 -1 osd.7 110 *** Got signal Terminated *** 2024-09-11T08:42:03.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:03.089+0000 7fe46ce7d640 -1 osd.7 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:42:03.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:03.217+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:42:03.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:03.217+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:42:03.511 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:03.217+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:42:03.511 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:03 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:03.217+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:04.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:04.249+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:42:04.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:04.249+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:42:04.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:04.249+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:42:04.510 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:04 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:04.249+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:05.600 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:05.287+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:42:05.600 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:05.287+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:42:05.600 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:05.287+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:42:05.601 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:05 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:05.287+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:06.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:06.331+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:42:06.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:06.331+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:42:06.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:06.331+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:42:06.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:06.331+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:06.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:06 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:06.331+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.155:6804 osd.4 since back 2024-09-11T08:41:39.412261+0000 front 2024-09-11T08:41:39.412230+0000 (oldest deadline 2024-09-11T08:42:05.312268+0000) 2024-09-11T08:42:07.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:07.348+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2024-09-11T08:41:09.706406+0000 front 2024-09-11T08:41:09.706357+0000 (oldest deadline 2024-09-11T08:41:33.806315+0000) 2024-09-11T08:42:07.760 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:07.348+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2024-09-11T08:41:17.708222+0000 front 2024-09-11T08:41:17.708051+0000 (oldest deadline 2024-09-11T08:41:42.308447+0000) 2024-09-11T08:42:07.761 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:07.348+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2024-09-11T08:41:27.210607+0000 front 2024-09-11T08:41:27.210703+0000 (oldest deadline 2024-09-11T08:41:51.310508+0000) 2024-09-11T08:42:07.761 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:07.348+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2024-09-11T08:41:34.811522+0000 front 2024-09-11T08:41:34.811468+0000 (oldest deadline 2024-09-11T08:41:58.911434+0000) 2024-09-11T08:42:07.761 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:07 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7[73998]: 2024-09-11T08:42:07.348+0000 7fe469495640 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.155:6804 osd.4 since back 2024-09-11T08:41:39.412261+0000 front 2024-09-11T08:41:39.412230+0000 (oldest deadline 2024-09-11T08:42:05.312268+0000) 2024-09-11T08:42:08.683 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:08 smithi155 podman[83727]: 2024-09-11 08:42:08.404273976 +0000 UTC m=+5.430008556 container died 56d3c3705df2e8147429bd2a6fc9adb545d9ce8b12138cec5ab5cc45be579500 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-11T08:42:09.009 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:08 smithi155 podman[83727]: 2024-09-11 08:42:08.889590635 +0000 UTC m=+5.915325212 container cleanup 56d3c3705df2e8147429bd2a6fc9adb545d9ce8b12138cec5ab5cc45be579500 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:42:09.010 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:08 smithi155 bash[83727]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7 2024-09-11T08:42:09.457 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:09 smithi155 podman[83755]: 2024-09-11 08:42:09.132678858 +0000 UTC m=+0.721379022 container remove 56d3c3705df2e8147429bd2a6fc9adb545d9ce8b12138cec5ab5cc45be579500 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-11T08:42:09.751 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:09 smithi155 podman[83844]: 2024-09-11 08:42:09.458339277 +0000 UTC m=+0.108927373 container create 11375c638b017bfdffb78dbd26004c8bfb61462e87dc869862771af1d2c2c537 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:42:09.752 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:09 smithi155 podman[83844]: 2024-09-11 08:42:09.365610967 +0000 UTC m=+0.016199031 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:42:09.752 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:09 smithi155 podman[83844]: 2024-09-11 08:42:09.677267962 +0000 UTC m=+0.327856012 container init 11375c638b017bfdffb78dbd26004c8bfb61462e87dc869862771af1d2c2c537 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-11T08:42:09.752 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:09 smithi155 podman[83844]: 2024-09-11 08:42:09.680522896 +0000 UTC m=+0.331110956 container start 11375c638b017bfdffb78dbd26004c8bfb61462e87dc869862771af1d2c2c537 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True) 2024-09-11T08:42:09.752 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:09 smithi155 podman[83844]: 2024-09-11 08:42:09.752369233 +0000 UTC m=+0.402957301 container attach 11375c638b017bfdffb78dbd26004c8bfb61462e87dc869862771af1d2c2c537 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:42:10.010 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 11 08:42:09 smithi155 podman[83844]: 2024-09-11 08:42:09.854266171 +0000 UTC m=+0.504854240 container died 11375c638b017bfdffb78dbd26004c8bfb61462e87dc869862771af1d2c2c537 (image=quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-11T08:42:10.403 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@osd.7.service' 2024-09-11T08:42:10.443 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:42:10.443 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-11T08:42:10.443 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-11T08:42:10.443 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a 2024-09-11T08:42:10.760 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 systemd[1]: Stopping Ceph prometheus.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:42:11.050 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:42:11.050 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:42:11.050 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:42:11.050 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:42:11.050 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:42:11.051 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-11T08:42:11.051 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:42:11.051 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-11T08:42:11.051 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.792Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-11T08:42:11.051 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.793Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:42:11.051 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.793Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-11T08:42:11.051 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a[47297]: ts=2024-09-11T08:42:10.793Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-11T08:42:11.051 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:10 smithi155 podman[83947]: 2024-09-11 08:42:10.802440642 +0000 UTC m=+0.125363359 container died 80a5156b27a8b6c7198a6086d31806dd110687d049c25bd75eb8189dfe9f1865 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-11T08:42:11.409 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:11 smithi155 podman[83947]: 2024-09-11 08:42:11.142000338 +0000 UTC m=+0.464923098 container cleanup 80a5156b27a8b6c7198a6086d31806dd110687d049c25bd75eb8189dfe9f1865 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-11T08:42:11.409 INFO:journalctl@ceph.prometheus.a.smithi155.stdout:Sep 11 08:42:11 smithi155 bash[83947]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-prometheus-a 2024-09-11T08:42:11.570 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d8402f0-7014-11ef-bcea-c7b262605968@prometheus.a.service' 2024-09-11T08:42:11.605 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:42:11.605 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-11T08:42:11.605 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T08:42:11.727 INFO:teuthology.orchestra.run.smithi007.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-11T08:42:11.727 INFO:teuthology.orchestra.run.smithi007.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-11T08:42:11.727 INFO:teuthology.orchestra.run.smithi007.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-11T08:42:11.727 INFO:teuthology.orchestra.run.smithi007.stderr: [--retry RETRY] 2024-09-11T08:42:11.727 INFO:teuthology.orchestra.run.smithi007.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-11T08:42:11.727 INFO:teuthology.orchestra.run.smithi007.stderr: ... 2024-09-11T08:42:11.728 INFO:teuthology.orchestra.run.smithi007.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-11T08:42:11.737 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-11T08:42:11.737 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T08:42:11.842 INFO:teuthology.orchestra.run.smithi155.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-11T08:42:11.842 INFO:teuthology.orchestra.run.smithi155.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-11T08:42:11.842 INFO:teuthology.orchestra.run.smithi155.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-11T08:42:11.842 INFO:teuthology.orchestra.run.smithi155.stderr: [--retry RETRY] 2024-09-11T08:42:11.842 INFO:teuthology.orchestra.run.smithi155.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-11T08:42:11.842 INFO:teuthology.orchestra.run.smithi155.stderr: ... 2024-09-11T08:42:11.842 INFO:teuthology.orchestra.run.smithi155.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-11T08:42:11.850 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-11T08:42:11.851 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:42:11.878 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:42:11.903 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T08:42:11.905 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/lib/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256/remote/smithi007/crash 2024-09-11T08:42:11.906 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/lib/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/crash -- . 2024-09-11T08:42:11.958 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256/remote/smithi155/crash 2024-09-11T08:42:11.959 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/crash -- . 2024-09-11T08:42:11.997 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T08:42:11.998 DEBUG:teuthology.orchestra.run.smithi007:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-11T08:42:12.027 INFO:teuthology.orchestra.run.smithi007.stderr:grep: /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-11T08:42:12.028 INFO:tasks.cephadm:Compressing logs... 2024-09-11T08:42:12.029 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T08:42:12.071 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T08:42:12.094 INFO:teuthology.orchestra.run.smithi007.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-09-11T08:42:12.095 INFO:teuthology.orchestra.run.smithi007.stderr: /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T08:42:12.095 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T08:42:12.099 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T08:42:12.099 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.0.log: /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi007.usgcjp.log 2024-09-11T08:42:12.099 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-11T08:42:12.099 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-11T08:42:12.100 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi007.usgcjp.log: /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.c.log: 71.9% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi007.usgcjp.log.gz 2024-09-11T08:42:12.100 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-11T08:42:12.100 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mgr.y.log 2024-09-11T08:42:12.100 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-11T08:42:12.101 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-11T08:42:12.101 INFO:teuthology.orchestra.run.smithi155.stderr:: No such file or directory 2024-09-11T08:42:12.101 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T08:42:12.101 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-11T08:42:12.101 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-11T08:42:12.101 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-11T08:42:12.101 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mgr.x.log 2024-09-11T08:42:12.101 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.6.log: /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-11T08:42:12.102 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mgr.x.log: -- /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi155.gxngma.log 2024-09-11T08:42:12.102 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T08:42:12.102 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi155.gxngma.log: 72.1% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi155.gxngma.log.gz 2024-09-11T08:42:12.102 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/cephadm.log: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T08:42:12.111 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mgr.y.log: 91.4% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T08:42:12.111 INFO:teuthology.orchestra.run.smithi155.stderr: 91.5% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T08:42:12.111 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T08:42:12.135 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T08:42:12.201 INFO:teuthology.orchestra.run.smithi155.stderr: 91.5% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mgr.x.log.gz 2024-09-11T08:42:12.562 INFO:teuthology.orchestra.run.smithi007.stderr: 91.7% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mgr.y.log.gz 2024-09-11T08:42:13.092 INFO:teuthology.orchestra.run.smithi155.stderr: 93.2% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-11T08:42:13.256 INFO:teuthology.orchestra.run.smithi007.stderr: 94.6% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-11T08:42:13.309 INFO:teuthology.orchestra.run.smithi007.stderr: 93.0% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-11T08:42:13.464 INFO:teuthology.orchestra.run.smithi155.stderr: 93.6% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-11T08:42:13.514 INFO:teuthology.orchestra.run.smithi155.stderr: 92.9% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-11T08:42:13.627 INFO:teuthology.orchestra.run.smithi007.stderr: 93.5% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T08:42:13.688 INFO:teuthology.orchestra.run.smithi155.stderr: 93.4% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-11T08:42:13.788 INFO:teuthology.orchestra.run.smithi155.stderr: 93.1% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-11T08:42:13.790 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-11T08:42:13.790 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m1.704s 2024-09-11T08:42:13.790 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m6.925s 2024-09-11T08:42:13.790 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.270s 2024-09-11T08:42:13.903 INFO:teuthology.orchestra.run.smithi007.stderr: 93.2% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T08:42:14.023 INFO:teuthology.orchestra.run.smithi007.stderr: 93.3% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-11T08:42:14.447 INFO:teuthology.orchestra.run.smithi007.stderr: 91.0% -- replaced with /var/log/ceph/1d8402f0-7014-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-11T08:42:14.449 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-11T08:42:14.449 INFO:teuthology.orchestra.run.smithi007.stderr:real 0m2.366s 2024-09-11T08:42:14.449 INFO:teuthology.orchestra.run.smithi007.stderr:user 0m10.112s 2024-09-11T08:42:14.449 INFO:teuthology.orchestra.run.smithi007.stderr:sys 0m0.337s 2024-09-11T08:42:14.450 INFO:tasks.cephadm:Archiving logs... 2024-09-11T08:42:14.450 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256/remote/smithi007/log 2024-09-11T08:42:14.451 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T08:42:15.807 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256/remote/smithi155/log 2024-09-11T08:42:15.808 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T08:42:16.801 INFO:tasks.cephadm:Removing cluster... 2024-09-11T08:42:16.804 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 --force 2024-09-11T08:42:18.499 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:18 smithi007 systemd[1]: Stopping Ceph node-exporter.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:42:18.763 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:18 smithi007 podman[100067]: 2024-09-11 08:42:18.49888625 +0000 UTC m=+0.147907739 container died 5c4cdcf06778f2afbde7ec82f77489f392b25848511d237021d2de72050848f5 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-11T08:42:19.038 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:18 smithi007 podman[100067]: 2024-09-11 08:42:18.871282039 +0000 UTC m=+0.520303520 container cleanup 5c4cdcf06778f2afbde7ec82f77489f392b25848511d237021d2de72050848f5 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-11T08:42:19.038 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:18 smithi007 bash[100067]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a 2024-09-11T08:42:19.489 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:19 smithi007 podman[100081]: 2024-09-11 08:42:19.138841411 +0000 UTC m=+0.641523810 container remove 5c4cdcf06778f2afbde7ec82f77489f392b25848511d237021d2de72050848f5 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-11T08:42:19.489 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:19 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-11T08:42:19.489 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:19 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-11T08:42:19.489 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:19 smithi007 systemd[1]: Stopped Ceph node-exporter.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:42:19.489 INFO:journalctl@ceph.node-exporter.a.smithi007.stdout:Sep 11 08:42:19 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.a.service: Consumed 3.118s CPU time. 2024-09-11T08:42:19.742 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:19 smithi007 systemd[1]: Stopping Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:42:20.038 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:19 smithi007 ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a[54687]: ts=2024-09-11T08:42:19.742Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:42:20.039 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:19 smithi007 podman[100183]: 2024-09-11 08:42:19.906031115 +0000 UTC m=+0.272552181 container died 2fa27dea58a1c49783799f62a9bf70e81fb416c3a07191fb5ec9715f388e0afd (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-11T08:42:20.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:20 smithi007 podman[100183]: 2024-09-11 08:42:20.275469129 +0000 UTC m=+0.641990186 container cleanup 2fa27dea58a1c49783799f62a9bf70e81fb416c3a07191fb5ec9715f388e0afd (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-11T08:42:20.539 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:20 smithi007 bash[100183]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a 2024-09-11T08:42:20.964 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:20 smithi007 podman[100196]: 2024-09-11 08:42:20.559799296 +0000 UTC m=+0.651300126 container remove 2fa27dea58a1c49783799f62a9bf70e81fb416c3a07191fb5ec9715f388e0afd (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-11T08:42:20.964 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:20 smithi007 podman[100196]: 2024-09-11 08:42:20.635491406 +0000 UTC m=+0.726992237 volume remove b2eaef5b9ebf50bea4048e892ebbea0f8c392648fdaf5798d1062bd916a5c89f 2024-09-11T08:42:20.964 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:20 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-11T08:42:20.964 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:20 smithi007 systemd[1]: Stopped Ceph alertmanager.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:42:20.964 INFO:journalctl@ceph.alertmanager.a.smithi007.stdout:Sep 11 08:42:20 smithi007 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@alertmanager.a.service: Consumed 1.454s CPU time. 2024-09-11T08:42:32.669 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d8402f0-7014-11ef-bcea-c7b262605968 --force 2024-09-11T08:42:34.260 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:33 smithi155 systemd[1]: Stopping Ceph node-exporter.b for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:42:34.260 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:34 smithi155 podman[84400]: 2024-09-11 08:42:34.231119693 +0000 UTC m=+0.106901097 container died f7524572a6390e93d3d7f87b01e06013ffb0224ac526fecd44dd1f054957144c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-11T08:42:35.009 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:34 smithi155 podman[84400]: 2024-09-11 08:42:34.645210272 +0000 UTC m=+0.520991676 container cleanup f7524572a6390e93d3d7f87b01e06013ffb0224ac526fecd44dd1f054957144c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-11T08:42:35.010 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:34 smithi155 bash[84400]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b 2024-09-11T08:42:35.010 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:34 smithi155 podman[84412]: 2024-09-11 08:42:34.863250568 +0000 UTC m=+0.635664971 container remove f7524572a6390e93d3d7f87b01e06013ffb0224ac526fecd44dd1f054957144c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-11T08:42:35.010 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:34 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-11T08:42:35.334 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:35 smithi155 systemd[1]: Stopping Ceph grafana.a for 1d8402f0-7014-11ef-bcea-c7b262605968... 2024-09-11T08:42:35.334 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:35 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-11T08:42:35.334 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:35 smithi155 systemd[1]: Stopped Ceph node-exporter.b for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:42:35.334 INFO:journalctl@ceph.node-exporter.b.smithi155.stdout:Sep 11 08:42:35 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@node-exporter.b.service: Consumed 2.879s CPU time. 2024-09-11T08:42:35.759 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:35 smithi155 podman[84518]: 2024-09-11 08:42:35.543466174 +0000 UTC m=+0.109435199 container died 0996e711c9877f7a10ca0890a47cbd4b155c2efabaa5075dc88979cad7178f1e (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a, io.k8s.display-name=Red Hat Universal Base Image 8, io.openshift.expose-services=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, description=Ceph Grafana Container, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, com.redhat.component=ubi8-container, distribution-scope=public, io.buildah.version=1.32.0, name=ubi8, summary=Grafana Container configured for Ceph mgr/dashboard integration, maintainer=Paul Cuzner , version=8.5, 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., vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, io.openshift.tags=base rhel8, build-date=2022-04-29T11:48:11.055897, vcs-type=git, architecture=x86_64, release=239.1651231664) 2024-09-11T08:42:36.050 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:35 smithi155 podman[84518]: 2024-09-11 08:42:35.857883967 +0000 UTC m=+0.423852991 container cleanup 0996e711c9877f7a10ca0890a47cbd4b155c2efabaa5075dc88979cad7178f1e (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a, io.openshift.expose-services=, release=239.1651231664, summary=Grafana Container configured for Ceph mgr/dashboard integration, version=8.5, vendor=Red Hat, Inc., architecture=x86_64, 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.k8s.display-name=Red Hat Universal Base Image 8, description=Ceph Grafana Container, name=ubi8, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, com.redhat.component=ubi8-container, io.buildah.version=1.32.0, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, distribution-scope=public, maintainer=Paul Cuzner , vcs-type=git, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, build-date=2022-04-29T11:48:11.055897, io.openshift.tags=base rhel8) 2024-09-11T08:42:36.050 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:35 smithi155 bash[84518]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a 2024-09-11T08:42:36.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:36 smithi155 podman[84534]: 2024-09-11 08:42:36.05077057 +0000 UTC m=+0.506870847 container remove 0996e711c9877f7a10ca0890a47cbd4b155c2efabaa5075dc88979cad7178f1e (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-1d8402f0-7014-11ef-bcea-c7b262605968-grafana-a, description=Ceph Grafana Container, io.openshift.expose-services=, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, version=8.5, 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., com.redhat.component=ubi8-container, name=ubi8, summary=Grafana Container configured for Ceph mgr/dashboard integration, vcs-type=git, vendor=Red Hat, Inc., com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, io.k8s.display-name=Red Hat Universal Base Image 8, release=239.1651231664, architecture=x86_64, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.openshift.tags=base rhel8, maintainer=Paul Cuzner , com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, build-date=2022-04-29T11:48:11.055897, io.buildah.version=1.32.0) 2024-09-11T08:42:36.310 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:36 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-09-11T08:42:36.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:36 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-11T08:42:36.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:36 smithi155 systemd[1]: Stopped Ceph grafana.a for 1d8402f0-7014-11ef-bcea-c7b262605968. 2024-09-11T08:42:36.311 INFO:journalctl@ceph.grafana.a.smithi155.stdout:Sep 11 08:42:36 smithi155 systemd[1]: ceph-1d8402f0-7014-11ef-bcea-c7b262605968@grafana.a.service: Consumed 8.837s CPU time. 2024-09-11T08:42:48.215 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T08:42:48.215 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T08:42:48.236 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T08:42:48.254 INFO:tasks.cephadm:Teardown complete 2024-09-11T08:42:48.254 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T08:42:48.263 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T08:42:48.263 DEBUG:teuthology.orchestra.run.smithi007:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T08:42:48.279 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T08:42:48.294 INFO:teuthology.orchestra.run.smithi007.stderr:bash: line 1: ntpq: command not found 2024-09-11T08:42:48.298 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T08:42:48.298 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-09-11T08:42:48.298 INFO:teuthology.orchestra.run.smithi007.stdout:^* hv01.front.sepia.ceph.com 3 6 377 50 -1943us[-1964us] +/- 52ms 2024-09-11T08:42:48.298 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv02.front.sepia.ceph.com 3 8 377 249 +1545us[+1477us] +/- 71ms 2024-09-11T08:42:48.298 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 50 +899us[ +878us] +/- 89ms 2024-09-11T08:42:48.298 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:42:48.308 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-09-11T08:42:48.312 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T08:42:48.312 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-09-11T08:42:48.312 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv01.front.sepia.ceph.com 3 7 377 115 -1882us[-1893us] +/- 51ms 2024-09-11T08:42:48.312 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv02.front.sepia.ceph.com 3 7 377 121 +1623us[+1612us] +/- 73ms 2024-09-11T08:42:48.312 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 53 +923us[ +923us] +/- 89ms 2024-09-11T08:42:48.313 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:42:48.313 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T08:42:48.324 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T08:42:48.325 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T08:42:48.332 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T08:42:48.428 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T08:42:48.502 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T08:42:48.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:42:48.533 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T08:42:48.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:42:48.563 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T08:42:48.571 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T08:42:48.579 INFO:teuthology.task.internal:Duration was 2678.469084 seconds 2024-09-11T08:42:48.579 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T08:42:48.593 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T08:42:48.593 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T08:42:48.596 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T08:42:48.646 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T08:42:48.646 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T08:42:49.074 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T08:42:49.074 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi007.front.sepia.ceph.com 2024-09-11T08:42:49.074 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T08:42:49.098 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-09-11T08:42:49.099 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T08:42:49.122 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T08:42:49.122 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T08:42:49.142 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T08:42:49.187 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T08:42:49.187 DEBUG:teuthology.orchestra.run.smithi007:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T08:42:49.212 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T08:42:50.256 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T08:42:50.267 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T08:42:50.267 DEBUG:teuthology.orchestra.run.smithi007:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T08:42:50.292 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T08:42:50.318 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T08:42:50.331 DEBUG:teuthology.orchestra.run.smithi007:> 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-11T08:42:50.335 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T08:42:50.356 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = core 2024-09-11T08:42:50.380 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-09-11T08:42:50.423 DEBUG:teuthology.orchestra.run.smithi007:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T08:42:50.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:42:50.438 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T08:42:50.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:42:50.478 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T08:42:50.487 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T08:42:50.488 DEBUG:teuthology.misc:Transferring archived files from smithi007:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256/remote/smithi007 2024-09-11T08:42:50.489 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T08:42:50.546 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901256/remote/smithi155 2024-09-11T08:42:50.546 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T08:42:50.590 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T08:42:50.590 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T08:42:50.592 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T08:42:50.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T08:42:50.646 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T08:42:50.646 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T08:42:50.655 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T08:42:50.655 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T08:42:50.657 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T08:42:50.670 INFO:teuthology.orchestra.run.smithi007.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 08:42 /home/ubuntu/cephtest 2024-09-11T08:42:50.690 INFO:teuthology.orchestra.run.smithi155.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 08:42 /home/ubuntu/cephtest 2024-09-11T08:42:50.691 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T08:42:50.701 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T08:42:50.720 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: 2678.469083547592 owner: scheduled_gabrioux@teuthology success: true 2024-09-11T08:42:50.720 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T08:42:50.799 INFO:teuthology.run:pass